Skip to content

Commit 316bc7d

Browse files
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

+2
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)