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|
23
23
24
24
s . required_ruby_version = ">= 2.5"
25
25
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
+
26
33
s . add_development_dependency 'bundler'
27
34
s . add_development_dependency 'rake'
28
35
s . add_development_dependency 'rake-compiler' , [ '>= 1.1.9' ]
@@ -31,6 +38,4 @@ Gem::Specification.new do |s|
31
38
s . add_development_dependency 'yard'
32
39
s . add_development_dependency 'json'
33
40
s . add_development_dependency 'benchmark-ips' , [ '~> 2.10.0' ]
34
-
35
- s . metadata [ "changelog_uri" ] = "https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog"
36
41
end
You can’t perform that action at this time.
0 commit comments