[前][次][番号順一覧][スレッド一覧]

ruby-changes:48003

From: hsbt <ko1@a...>
Date: Thu, 5 Oct 2017 10:30:14 +0900 (JST)
Subject: [ruby-changes:48003] hsbt:r60117 (trunk): Followed up . Update gemspec attributes.

hsbt	2017-10-05 10:30:08 +0900 (Thu, 05 Oct 2017)

  New Revision: 60117

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60117

  Log:
    Followed up [ruby-core:83093]. Update gemspec attributes.
    
      Added metadata for rubygems.org.

  Modified files:
    trunk/lib/webrick/webrick.gemspec
Index: lib/webrick/webrick.gemspec
===================================================================
--- lib/webrick/webrick.gemspec	(revision 60116)
+++ lib/webrick/webrick.gemspec	(revision 60117)
@@ -15,8 +15,16 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/lib/webrick/webrick.gemspec#L15
 
   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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]