Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 316bc7d

Browse files
authoredJul 29, 2024
Provide a 'Changelog' link on rubygems.org/gems/cssbundling-rails (#152)
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/cssbundling-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 3ae4cea commit 316bc7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎cssbundling-rails.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ Gem::Specification.new do |spec|
1212
spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]
1313

1414
spec.add_dependency "railties", ">= 6.0.0"
15+
16+
spec.metadata["changelog_uri"] = spec.homepage + "/releases"
1517
end

0 commit comments

Comments
 (0)
Please sign in to comment.