Skip to content

Commit b4a1915

Browse files
mark-young-atgnevans
authored andcommitted
Provide a 'Changelog' link on rubygems.org/gems/net-imap
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/net-imap which makes it quick and easy for someone to check on the changes introduced with a new version.
1 parent 7fe27c6 commit b4a1915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net-imap.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
2121

2222
spec.metadata["homepage_uri"] = spec.homepage
2323
spec.metadata["source_code_uri"] = spec.homepage
24+
spec.metadata["changelog_uri"] = spec.homepage + "/releases"
2425

2526
# Specify which files should be added to the gem when it is released.
2627
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)