Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/fog-core (#303)
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/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/
  • Loading branch information
mark-young-atg authored Aug 27, 2024
1 parent 4420ce6 commit c0123ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fog-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("tins")
spec.add_development_dependency("yard")

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

0 comments on commit c0123ba

Please sign in to comment.