1
0
Fork 0
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:
hsbt 2017-10-05 01:30:08 +00:00
parent 2afb729f57
commit a6ac6e0098

View file

@ -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