aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9016dda..d597085 100644
--- a/Rakefile
+++ b/Rakefile
@@ -56,7 +56,7 @@ task 'install' do
print "Do you want to continue installing to #{home_gem_path}? [y/N] "
input = STDIN.readline
if input =~ /[yY]/
- run "gem install #{options} --user-install '#{$gem_path}'"
+ run "gem install #{$gem_path} #{options} --install-dir '#{home_gem_path}' "
else
puts "bailing out."
end