summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:21:42 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-28 09:21:42 +0000
commit31b0154804d1900ace25bab61fafe9670f50a944 (patch)
tree7bbc1ea979e2eaffbf1dba64cfd8ad3bc3ec788e /ChangeLog
parent4c39c53e200a2d66fc0268333d4d2f1687b64618 (diff)
merges a part of r21736 from trunk into ruby_1_9_1.
* lib/rubygems/installer.rb (Gem::Installer#initialize): fixed typos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fa42c34d..29913d64a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 22 16:29:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/rubygems/installer.rb (Gem::Installer#initialize): fixed
+ typos.
+
Thu Jan 22 14:53:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to run