Skip to content

Commit b9de78c

Browse files
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.
1 parent 6537c74 commit b9de78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525

2626
s.metadata = {
2727
"bug_tracker_uri" => "https://github.com/ruby/rake/issues",
28-
"changelog_uri" => "https://github.com/ruby/rake/blob/v#{s.version}/History.rdoc",
28+
"changelog_uri" => "https://github.com/ruby/rake/releases",
2929
"documentation_uri" => "https://ruby.github.io/rake",
3030
"source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}"
3131
}

0 commit comments

Comments
 (0)