зеркало из https://github.com/github/ruby.git
* lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
37e3fec4bb
Коммит
7d3923e9d8
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Jun 11 14:18:51 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.
|
||||||
|
|
||||||
Thu Jun 11 13:50:19 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Thu Jun 11 13:50:19 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* array.c (ary_ensure_room_for_push): check if array size will
|
* array.c (ary_ensure_room_for_push): check if array size will
|
||||||
|
|
|
@ -9,7 +9,7 @@ require 'rbconfig'
|
||||||
require 'thread'
|
require 'thread'
|
||||||
|
|
||||||
module Gem
|
module Gem
|
||||||
VERSION = '2.4.5'
|
VERSION = '2.4.6'
|
||||||
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
|
||||||
|
@ -1242,4 +1242,3 @@ require 'rubygems/core_ext/kernel_gem'
|
||||||
require 'rubygems/core_ext/kernel_require'
|
require 'rubygems/core_ext/kernel_require'
|
||||||
|
|
||||||
Gem.use_gemdeps
|
Gem.use_gemdeps
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче