Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/bindata
Browse files Browse the repository at this point in the history
By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/bindata
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/
  • Loading branch information
mark-young-atg committed Jun 7, 2024
1 parent 8244a1c commit f53d5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindata.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ Gem::Specification.new do |s|
format. It is an easier ( and more readable ) alternative to
ruby's #pack and #unpack methods.
END
s.metadata['changelog_uri'] = s.homepage + '/blob/master/ChangeLog.rdoc'
end

0 comments on commit f53d5f6

Please sign in to comment.