Skip to content

Commit 5074e32

Browse files
authored
Add metadata to push to Github Gem Registry (#670)
1 parent f602bd9 commit 5074e32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

annotate.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ Gem::Specification.new do |s|
2424
s.specification_version = 4 if s.respond_to? :specification_version
2525
s.add_runtime_dependency(%q<rake>, '>= 10.4', '< 14.0')
2626
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 7.0'])
27+
28+
s.metadata = { "github_repo" => "ssh://github.com/ctran/annotate_models" }
2729
end

0 commit comments

Comments
 (0)