aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Young <mark.young@atg.auto>2023-12-20 14:44:09 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-25 21:12:49 +0900
commit1e1da75031f6d1caf7188c6063725e0c7fc1f013 (patch)
tree898934b8b71e5440f00039e83ab835bb50a5ee60
parentbb6cf76362a3e7614b6ff8899876b2a1812f9ed1 (diff)
downloadruby-1e1da75031f6d1caf7188c6063725e0c7fc1f013.tar.gz
[ruby/timeout] Provide a 'Changelog' link on rubygems.org/gems/timeout
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/ https://github.com/ruby/timeout/commit/47a6f0313b
-rw-r--r--lib/timeout.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/timeout.gemspec b/lib/timeout.gemspec
index 258517c5f8..5449494e07 100644
--- a/lib/timeout.gemspec
+++ b/lib/timeout.gemspec
@@ -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'