From b9de78c1b782601ff26f66df71a52fce7492db54 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Fri, 7 Jun 2024 15:16:34 +0100 Subject: [PATCH] Provide a 'Changelog' link on rubygems.org/gems/rake The current link points to a file that hasn't been updated since v13.0.6. The github.com releases link looks to be a more reliable target. --- rake.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rake.gemspec b/rake.gemspec index b3e8a8eef..0a2d1fd62 100644 --- a/rake.gemspec +++ b/rake.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| s.metadata = { "bug_tracker_uri" => "https://github.com/ruby/rake/issues", - "changelog_uri" => "https://github.com/ruby/rake/blob/v#{s.version}/History.rdoc", + "changelog_uri" => "https://github.com/ruby/rake/releases", "documentation_uri" => "https://ruby.github.io/rake", "source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}" }