зеркало из https://github.com/github/ruby.git
* lib/rdoc.rb: Update to release version of 4.0.0
* lib/rubygems.rb: Update to release version of 2.0.0 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
4faef960f2
Коммит
dfbb5b677c
|
@ -1,3 +1,9 @@
|
|||
Fri Feb 15 07:49:27 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rdoc.rb: Update to release version of 4.0.0
|
||||
|
||||
* lib/rubygems.rb: Update to release version of 2.0.0
|
||||
|
||||
Fri Feb 15 07:07:27 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/socket/sockport.h (SA_LEN): removed because unused now.
|
||||
|
|
|
@ -64,7 +64,7 @@ module RDoc
|
|||
##
|
||||
# RDoc version you are using
|
||||
|
||||
VERSION = '4.0.0.rc.2.1'
|
||||
VERSION = '4.0.0'
|
||||
|
||||
##
|
||||
# Method visibilities
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
require 'rbconfig'
|
||||
|
||||
module Gem
|
||||
VERSION = '2.0.0.rc.2'
|
||||
VERSION = '2.0.0'
|
||||
end
|
||||
|
||||
# Must be first since it unloads the prelude from 1.9.2
|
||||
|
|
Загрузка…
Ссылка в новой задаче