Skip to content

Commit 907fb1b

Browse files
committed
source_code_uri should point to the gem's public repo URL
That's what the `bundle gem` template suggests: https://github.com/rubygems/rubygems/blob/fcb672f/bundler/lib/bundler/cli/gem.rb#L54
1 parent 15924f5 commit 907fb1b

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)