From 4211d8fe40a60745a1bd0fa2f18f496133a916ce Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 30 Jul 2009 14:12:42 +0000 Subject: * gem_prelude.rb (Gem.path): uses Gem.default_path as a default value so that ruby finds gems in ~/.gem/. (Gem.user_home): reduced version of lib/rubygems.rb's. Gem.default_path needs it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16b3f8cdd..736b5a9f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 30 23:04:32 2009 Yuki Sonoda (Yugui) + + * gem_prelude.rb (Gem.path): uses Gem.default_path as a default value + so that ruby finds gems in ~/.gem/. + (Gem.user_home): reduced version of lib/rubygems.rb's. + Gem.default_path needs it. + Thu Jul 30 22:28:04 2009 Yuki Sonoda (Yugui) * tool/compile_prelude.rb: replaces "require" with in-place evaluation -- cgit