We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f602bd9 commit 5074e32Copy full SHA for 5074e32
annotate.gemspec
@@ -24,4 +24,6 @@ Gem::Specification.new do |s|
24
s.specification_version = 4 if s.respond_to? :specification_version
25
s.add_runtime_dependency(%q<rake>, '>= 10.4', '< 14.0')
26
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 7.0'])
27
+
28
+ s.metadata = { "github_repo" => "ssh://github.com/ctran/annotate_models" }
29
end
0 commit comments