mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Followed up [ruby-core:83093]. Update gemspec attributes.
Added metadata for rubygems.org. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2afb729f57
commit
a6ac6e0098
1 changed files with 9 additions and 1 deletions
|
@ -15,8 +15,16 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.authors = ["TAKAHASHI Masayoshi", "GOTOU YUUZOU"]
|
||||
s.email = [nil, nil]
|
||||
s.homepage = "https://github.com/ruby/webrick"
|
||||
s.homepage = "https://www.ruby-lang.org"
|
||||
s.license = "BSD-2-Clause"
|
||||
|
||||
if s.respond_to?(:metadata=)
|
||||
s.metadata = {
|
||||
"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"
|
||||
}
|
||||
end
|
||||
|
||||
s.add_development_dependency "rake"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue