Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/jsbundling-rails (#189)
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/jsbundling-rails
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 Jul 29, 2024
1 parent 69bfc1c commit 38fbbae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsbundling-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Gem::Specification.new do |spec|
spec.files += ["LICENSE", "README.md"]

spec.add_dependency "railties", ">= 6.0.0"

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

0 comments on commit 38fbbae

Please sign in to comment.