File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
s . executables = [ 'annotate' ]
16
16
s . extra_rdoc_files = [ 'README.md' , 'CHANGELOG.md' ]
17
17
s . files = `git ls-files -z LICENSE.txt *.md *.gemspec bin lib` . split ( "\x0 " )
18
- s . homepage = 'http ://github.com/ctran/annotate_models'
18
+ s . homepage = 'https ://github.com/ctran/annotate_models'
19
19
s . licenses = [ 'Ruby' ]
20
20
s . require_paths = [ 'lib' ]
21
21
s . rubygems_version = '2.1.11'
@@ -25,5 +25,8 @@ Gem::Specification.new do |s|
25
25
s . add_runtime_dependency ( %q<rake> , '>= 10.4' , '< 14.0' )
26
26
s . add_runtime_dependency ( %q<activerecord> , [ '>= 3.2' , '< 7.0' ] )
27
27
28
- s . metadata = { "github_repo" => "ssh://github.com/ctran/annotate_models" }
28
+ s . metadata = {
29
+ "bug_tracker_uri" => "https://github.com/ctran/annotate_models/issues/" ,
30
+ "source_code_uri" => "https://github.com/ctran/annotate_models.git"
31
+ }
29
32
end
You can’t perform that action at this time.
0 commit comments