Skip to content

Commit c0123ba

Browse files
Provide a 'Changelog' link on rubygems.org/gems/fog-core (#303)
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/fog-core 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 4420ce6 commit c0123ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fog-core.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ Gem::Specification.new do |spec|
3939
spec.add_development_dependency("tins")
4040
spec.add_development_dependency("yard")
4141

42+
spec.metadata["changelog_uri"] = spec.homepage + "/blob/master/changelog.md"
4243
spec.metadata["rubygems_mfa_required"] = "true"
4344
end

0 commit comments

Comments
 (0)