Skip to content

Commit a3486bc

Browse files
authoredDec 20, 2023
Merge pull request #29 from mark-young-atg/provide_changelog_link_on_rubygems
Provide a 'Changelog' link on rubygems.org/gems/net-protocol
2 parents 2d3c4b4 + 46e78a2 commit a3486bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎net-protocol.gemspec

+1
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)