Skip to content

Commit

Permalink
[ruby/date] Provide a 'Changelog' link on rubygems.org/gems/date
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/date
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/

ruby/date@2dea4c011d
  • Loading branch information
mark-young-atg authored and hsbt committed Dec 25, 2023
1 parent 4d344dc commit cb6a556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/date/date.gemspec
Expand Up @@ -31,4 +31,6 @@ Gem::Specification.new do |s|
s.email = [nil]
s.homepage = "https://github.com/ruby/date"
s.licenses = ["Ruby", "BSD-2-Clause"]

s.metadata["changelog_uri"] = s.homepage + "/releases"
end

0 comments on commit cb6a556

Please sign in to comment.