Skip to content

Commit 070f375

Browse files
Provide a 'Changelog' link on rubygems.org/gems/msgpack
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/msgpack which makes it quick and easy for someone to check on the changes introduced with a new version. Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata
1 parent a8fe3e4 commit 070f375

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msgpack.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Gem::Specification.new do |s|
3131
s.add_development_dependency 'yard'
3232
s.add_development_dependency 'json'
3333
s.add_development_dependency 'benchmark-ips', ['~> 2.10.0']
34+
35+
s.metadata["changelog_uri"] = "https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog"
3436
end

0 commit comments

Comments
 (0)