mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: Update to RubyGems 2.5.1
* test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
165e10b6cf
commit
0c5841bead
5 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Dec 11 11:52:39 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/rubygems: Update to RubyGems 2.5.1
|
||||||
|
* test/rubygems: ditto.
|
||||||
|
|
||||||
Fri Dec 11 11:38:14 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Fri Dec 11 11:38:14 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* compile.c (iseq_compile_each, ibf_load_object_hash): rehash
|
* compile.c (iseq_compile_each, ibf_load_object_hash): rehash
|
||||||
|
|
|
@ -9,7 +9,7 @@ require 'rbconfig'
|
||||||
require 'thread'
|
require 'thread'
|
||||||
|
|
||||||
module Gem
|
module Gem
|
||||||
VERSION = '2.5.0'
|
VERSION = '2.5.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Must be first since it unloads the prelude from 1.9.2
|
# Must be first since it unloads the prelude from 1.9.2
|
||||||
|
|
|
@ -3,7 +3,7 @@ require 'rubygems/commands/query_command'
|
||||||
|
|
||||||
##
|
##
|
||||||
# An alternate to Gem::Commands::QueryCommand that searches for gems starting
|
# 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
|
class Gem::Commands::ListCommand < Gem::Commands::QueryCommand
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
# Client A needs a stack with basic push/pop capability. They write to the
|
# 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:
|
# 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
|
# 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
|
# the library will cause them grief, but they are willing to take the chance
|
||||||
|
|
|
@ -52,8 +52,8 @@ class TestBundledCA < Gem::TestCase
|
||||||
assert_https('d2chzxaqi4y7f8.cloudfront.net')
|
assert_https('d2chzxaqi4y7f8.cloudfront.net')
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_accessing_s3
|
def test_accessing_fastly
|
||||||
assert_https('s3.amazonaws.com')
|
assert_https('rubygems.global.ssl.fastly.net')
|
||||||
end
|
end
|
||||||
|
|
||||||
end if ENV['TRAVIS']
|
end if ENV['TRAVIS']
|
||||||
|
|
Loading…
Add table
Reference in a new issue