Skip to content

Commit

Permalink
[ruby/timeout] Provide a 'Changelog' link on rubygems.org/gems/timeout
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/timeout
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/

ruby/timeout@47a6f0313b
  • Loading branch information
mark-young-atg authored and hsbt committed Dec 25, 2023
1 parent bb6cf76 commit 1e1da75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/timeout.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = spec.homepage + "/releases"

spec.required_ruby_version = '>= 2.6.0'

Expand Down

0 comments on commit 1e1da75

Please sign in to comment.