Skip to content

Commit 05a11b5

Browse files
Provide a 'Changelog' link on rubygems.org/gems/fog-aws (#714)
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/
1 parent c2f7441 commit 05a11b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fog-aws.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ Gem::Specification.new do |spec|
3131
spec.add_dependency 'fog-core', '~> 2.1'
3232
spec.add_dependency 'fog-json', '~> 1.1'
3333
spec.add_dependency 'fog-xml', '~> 0.1'
34+
35+
spec.metadata['changelog_uri'] = spec.homepage + '/blob/master/CHANGELOG.md'
3436
end

0 commit comments

Comments
 (0)