From 83f3018316aeb9a7e7664ff6968bb4d4d7e2f18b Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Jan 2009 07:28:35 +0000 Subject: * lib/rubygems/installer.rb (Gem::Installer#initialize): fixed typos. * test/rubygems/test_gem.rb (test_self_dir): removed false assertions. * test/rubygems/test_gem.rb (test_self_set_paths): checks if paths are included. * test/rubygems/test_gem_commands_install_command.rb (test_execute_remote): checks diagnostic message too. * test/rubygems/test_gem_installer.rb (load): uses Gem.ruby. * test/rubygems/gemutilities.rb (Gem.ruby): initializes from the environment variable to run without installation. * test/rubygems/gemutilities.rb (RubyGemTestCase#util_build_gem): creates cache directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 511bda6a1..fa0a567e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Thu Jan 22 16:29:50 2009 Nobuyoshi Nakada + + * lib/rubygems/installer.rb (Gem::Installer#initialize): fixed + typos. + + * test/rubygems/test_gem.rb (test_self_dir): removed false + assertions. + + * test/rubygems/test_gem.rb (test_self_set_paths): checks if paths + are included. + + * test/rubygems/test_gem_commands_install_command.rb + (test_execute_remote): checks diagnostic message too. + + * test/rubygems/test_gem_installer.rb (load): uses Gem.ruby. + + * test/rubygems/gemutilities.rb (Gem.ruby): initializes from the + environment variable to run without installation. + + * test/rubygems/gemutilities.rb (RubyGemTestCase#util_build_gem): + creates cache directory. + Thu Jan 22 16:12:51 2009 NAKAMURA Usaku * revert previous revision. it's already out-of-date. -- cgit