Skip to content

Commit 03f3b06

Browse files
authored
Merge pull request #662 from amatsuda/source_code_uri
Set source_code_uri metadata to this gem's public repo URL
2 parents 15924f5 + 907fb1b commit 03f3b06

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" => "#{s.homepage}/releases/v#{s.version}"
30+
"source_code_uri" => s.homepage
3131
}
3232

3333
s.files = [

0 commit comments

Comments
 (0)