We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d80fd7 commit dcde66fCopy full SHA for dcde66f
rake.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
"bug_tracker_uri" => "https://github.com/ruby/rake/issues",
28
"changelog_uri" => "https://github.com/ruby/rake/releases",
29
"documentation_uri" => "https://ruby.github.io/rake",
30
- "source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}"
+ "source_code_uri" => "#{s.homepage}/releases/v#{s.version}"
31
}
32
33
s.files = [
0 commit comments