File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ Gem::Specification.new do |s|
2323
2424 s . required_ruby_version = ">= 2.5"
2525
26+ s . metadata = {
27+ "bug_tracker_uri" => "https://github.com/msgpack/msgpack-ruby/issues" ,
28+ "changelog_uri" => "https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog" ,
29+ "documentation_uri" => "https://github.com/msgpack/msgpack/blob/master/spec.md" ,
30+ "source_code_uri" => "https://github.com/msgpack/msgpack-ruby"
31+ }
32+
2633 s . add_development_dependency 'bundler'
2734 s . add_development_dependency 'rake'
2835 s . add_development_dependency 'rake-compiler' , [ '>= 1.1.9' ]
@@ -31,6 +38,4 @@ Gem::Specification.new do |s|
3138 s . add_development_dependency 'yard'
3239 s . add_development_dependency 'json'
3340 s . add_development_dependency 'benchmark-ips' , [ '~> 2.10.0' ]
34-
35- s . metadata [ "changelog_uri" ] = "https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog"
3641end
You can’t perform that action at this time.
0 commit comments