Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/fog-aws (#714)
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-aws
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 committed Jun 26, 2024
1 parent c2f7441 commit 05a11b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fog-aws.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'fog-core', '~> 2.1'
spec.add_dependency 'fog-json', '~> 1.1'
spec.add_dependency 'fog-xml', '~> 0.1'

spec.metadata['changelog_uri'] = spec.homepage + '/blob/master/CHANGELOG.md'
end

0 comments on commit 05a11b5

Please sign in to comment.