* lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-02-21 04:30:02 +00:00
Родитель 2a3c459d5b
Коммит 33dd3c94bd
2 изменённых файлов: 4 добавлений и 19 удалений

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

@ -1,3 +1,7 @@
Sun Feb 21 13:29:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]
Sun Feb 21 06:24:12 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>
* symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB_VERSION_STYLE defined.

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

@ -1,19 +0,0 @@
#--
# DO NOT EDIT
# This file is auto-generated by build scripts.
# See: rake update_version
#++
module Gem
##
# The version of RubyGems you are using
RubyGemsVersion = '1.3.4'
##
# The version of RubyGems you are using (duplicated for familiarity)
VERSION = RubyGemsVersion
end