From d4b1128cc4b0617a055e2169a7203f2a279a4d79 Mon Sep 17 00:00:00 2001 From: Cuong Tran Date: Sat, 5 Oct 2019 21:57:15 -0700 Subject: [PATCH] Add metadata to push to Github Gem Registry --- annotate.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/annotate.gemspec b/annotate.gemspec index 9adf26a77..f943244e9 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -24,4 +24,6 @@ Gem::Specification.new do |s| s.specification_version = 4 if s.respond_to? :specification_version s.add_runtime_dependency(%q, '>= 10.4', '< 14.0') s.add_runtime_dependency(%q, ['>= 3.2', '< 7.0']) + + s.metadata = { "github_repo" => "ssh://github.com/ctran/annotate_models" } end