aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-05 01:30:08 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-05 01:30:08 +0000
commit6287ebf98f70e80063f957c1fa2c5b9c2518a98d (patch)
tree1411d969f518a144edcb9186a3eb54b966c55551
parent3d54bcbaca2e60c80939ac0ab2f04104cdb221d4 (diff)
downloadruby-6287ebf98f70e80063f957c1fa2c5b9c2518a98d.tar.gz
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
-rw-r--r--lib/webrick/webrick.gemspec10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/webrick/webrick.gemspec b/lib/webrick/webrick.gemspec
index b8cfcd8dca..83b8e74403 100644
--- a/lib/webrick/webrick.gemspec
+++ b/lib/webrick/webrick.gemspec
@@ -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