Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/bigdecimal (#281)
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/bigdecimal
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 authored May 7, 2024
1 parent 381340a commit 4b54be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bigdecimal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ Gem::Specification.new do |s|
end

s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

s.metadata["changelog_uri"] = s.homepage + "/blob/master/CHANGES.md"
end

0 comments on commit 4b54be5

Please sign in to comment.