Skip to content

Commit 2f9fd93

Browse files
authored
Merge pull request #577 from fynsta/patch-1
Switch changelog_uri to releases tab
2 parents 1d80fd7 + dcde66f commit 2f9fd93

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
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
"bug_tracker_uri" => "https://github.com/ruby/rake/issues",
2828
"changelog_uri" => "https://github.com/ruby/rake/releases",
2929
"documentation_uri" => "https://ruby.github.io/rake",
30-
"source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}"
30+
"source_code_uri" => "#{s.homepage}/releases/v#{s.version}"
3131
}
3232

3333
s.files = [

0 commit comments

Comments
 (0)