mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed invalid gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5146c363fe
commit
d002f23024
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
if s.respond_to?(:metadata=)
|
||||
s.metadata = {
|
||||
"bug_tracker_uri" => "https://bugs.ruby-lang.org/projects/ruby-trunk/issues"
|
||||
"bug_tracker_uri" => "https://bugs.ruby-lang.org/projects/ruby-trunk/issues",
|
||||
"homepage_uri" => "https://www.ruby-lang.org",
|
||||
"source_code_uri" => "https://svn.ruby-lang.org/repos/ruby"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue