Skip to content

Commit 38fbbae

Browse files
Provide a 'Changelog' link on rubygems.org/gems/jsbundling-rails (#189)
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/
1 parent 69bfc1c commit 38fbbae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jsbundling-rails.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ Gem::Specification.new do |spec|
1313
spec.files += ["LICENSE", "README.md"]
1414

1515
spec.add_dependency "railties", ">= 6.0.0"
16+
17+
spec.metadata["changelog_uri"] = spec.homepage + "/releases"
1618
end

0 commit comments

Comments
 (0)