Skip to content

Commit cf9c9d8

Browse files
authored
Merge pull request #572 from mark-young-atg/provide_changelog_link_on_rubygems
Provide a 'Changelog' link on rubygems.org/gems/rake
2 parents 6537c74 + b9de78c commit cf9c9d8

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)