* lib/rubygems.rb: Set RubyGems to release version.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2013-12-22 01:19:20 +00:00
Родитель 67ec75152e
Коммит 1d8484d421
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Sun Dec 22 10:19:07 2013 Eric Hodel <drbrain@segment7.net>
* lib/rubygems.rb: Set RubyGems to release version.
Sun Dec 22 10:16:08 2013 Eric Hodel <drbrain@segment7.net>
* lib/rubygems.rb (module Gem): Fix comment for

Просмотреть файл

@ -8,7 +8,7 @@
require 'rbconfig'
module Gem
VERSION = '2.2.0.rc.1'
VERSION = '2.2.0'
end
# Must be first since it unloads the prelude from 1.9.2