summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-30 08:45:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-30 08:45:55 +0000
commitb6074e51f2f9442153aa4da74cd6a7782274efe4 (patch)
tree87f0cf3262740936b466247d25e2bf6fa84d8326 /ChangeLog
parentd7500edcf7b5226adf10406b7ecde11b5809d153 (diff)
downloadruby-b6074e51f2f9442153aa4da74cd6a7782274efe4.tar.gz
ruby-b6074e51f2f9442153aa4da74cd6a7782274efe4.tar.xz
ruby-b6074e51f2f9442153aa4da74cd6a7782274efe4.zip
* lib/rubygems/source_index.rb (Gem#load_specification): don't use
RUBY_VERSION to branch. * lib/rubygems/validator.rb (Gem::TestRunner, Gem#alien): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e8c8d7ae..fbbdf160d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-Wed Dec 30 14:13:06 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Dec 30 17:45:53 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/rubygems/source_index.rb (Gem#load_specification): don't use
+ RUBY_VERSION to branch.
+
+ * lib/rubygems/validator.rb (Gem::TestRunner, Gem#alien): ditto.
* lib/rubygems.rb: Kernel#gem is already defined, and workaround
for home directory and custom_require are no longer needed.