Bugs item #29051, was opened at 2011-03-03 05:17 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29051&group_id=126
Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Mamoru Tasaka (mtasaka) Assigned to: Nobody (None) Summary: cached gem installed in two directories with 1.6.0 Initial Comment: ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-linux] With rubygems 1.6.0, when trying to install gem with $ gem install --install-dir <some_path> cached gem is installed under - <some_path>/cache - and also <some_path>/cache/cache The latter one is unneeded. This issue does not exist with 1.5.3. Looking at the diff between 1.5.3 and 1.6.0, the attached patch fixes this issue. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=575&aid=29051&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems Rubygems-developers@rubyforge.org http://rubyforge.org/mailman/listinfo/rubygems-developers