summaryrefslogtreecommitdiff
path: root/lib
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
commita6ac6e0098aec7fc38a212bdb666d7b777de70b5 (patch)
tree1411d969f518a144edcb9186a3eb54b966c55551 /lib
parent2afb729f57cfc0806e5a7734b53b20263cce2e58 (diff)
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
Diffstat (limited to 'lib')
-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