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

ruby-changes:40953

From: hsbt <ko1@a...>
Date: Fri, 11 Dec 2015 11:53:53 +0900 (JST)
Subject: [ruby-changes:40953] hsbt:r53032 (trunk): * lib/rubygems: Update to RubyGems 2.5.1

hsbt	2015-12-11 11:53:09 +0900 (Fri, 11 Dec 2015)

  New Revision: 53032

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

  Log:
    * lib/rubygems: Update to RubyGems 2.5.1
    * test/rubygems: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/lib/rubygems/commands/list_command.rb
    trunk/lib/rubygems/version.rb
    trunk/lib/rubygems.rb
    trunk/test/rubygems/test_bundled_ca.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53031)
+++ ChangeLog	(revision 53032)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Dec 11 11:52:39 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* lib/rubygems: Update to RubyGems 2.5.1
+	* test/rubygems: ditto.
+
 Fri Dec 11 11:38:14 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* compile.c (iseq_compile_each, ibf_load_object_hash): rehash
Index: lib/rubygems/commands/list_command.rb
===================================================================
--- lib/rubygems/commands/list_command.rb	(revision 53031)
+++ lib/rubygems/commands/list_command.rb	(revision 53032)
@@ -3,7 +3,7 @@ require 'rubygems/commands/query_command https://github.com/ruby/ruby/blob/trunk/lib/rubygems/commands/list_command.rb#L3
 
 ##
 # An alternate to Gem::Commands::QueryCommand that searches for gems starting
-# with the the supplied argument.
+# with the supplied argument.
 
 class Gem::Commands::ListCommand < Gem::Commands::QueryCommand
 
Index: lib/rubygems/version.rb
===================================================================
--- lib/rubygems/version.rb	(revision 53031)
+++ lib/rubygems/version.rb	(revision 53032)
@@ -107,7 +107,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/rubygems/version.rb#L107
 # Client A needs a stack with basic push/pop capability.  They write to the
 # original interface (no <tt>top</tt>), so their version constraint looks like:
 #
-#   gem 'stack', '~> 0.0'
+#   gem 'stack', '>= 0.0'
 #
 # Essentially, any version is OK with Client A.  An incompatible change to
 # the library will cause them grief, but they are willing to take the chance
Index: lib/rubygems.rb
===================================================================
--- lib/rubygems.rb	(revision 53031)
+++ lib/rubygems.rb	(revision 53032)
@@ -9,7 +9,7 @@ require 'rbconfig' https://github.com/ruby/ruby/blob/trunk/lib/rubygems.rb#L9
 require 'thread'
 
 module Gem
-  VERSION = '2.5.0'
+  VERSION = '2.5.1'
 end
 
 # Must be first since it unloads the prelude from 1.9.2
Index: test/rubygems/test_bundled_ca.rb
===================================================================
--- test/rubygems/test_bundled_ca.rb	(revision 53031)
+++ test/rubygems/test_bundled_ca.rb	(revision 53032)
@@ -52,8 +52,8 @@ class TestBundledCA < Gem::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_bundled_ca.rb#L52
     assert_https('d2chzxaqi4y7f8.cloudfront.net')
   end
 
-  def test_accessing_s3
-    assert_https('s3.amazonaws.com')
+  def test_accessing_fastly
+    assert_https('rubygems.global.ssl.fastly.net')
   end
 
 end if ENV['TRAVIS']

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

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