From aec0735f6dd816174fde5a33a6e2eb48c9c6abe4 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 18 Feb 2013 23:15:49 +0000 Subject: * lib/rubygems/installer.rb: Fixed placement of executables with --user-install. [ruby-trunk - Bug #7779] * test/rubygems/test_gem_installer.rb: Test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/installer.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rubygems') diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index 780a88b04c..a9ab4c7a5b 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -110,6 +110,7 @@ class Gem::Installer if options[:user_install] and not options[:unpack] then @gem_home = Gem.user_dir + @bin_dir = Gem.bindir gem_home unless options[:bin_dir] check_that_user_bin_dir_is_in_path end end -- cgit v1.2.3