X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=Rakefile;h=0dc4d9ee4a14893189509d9e642f9c01c79b148a;hb=refs%2Fheads%2Fmaster;hp=72eff7b444da52acd565b76d3ba895e6612b027e;hpb=28c103f85119b1d5212f142bbcc176703b7cc0c3;p=mailshears.git diff --git a/Rakefile b/Rakefile index 72eff7b..0dc4d9e 100644 --- a/Rakefile +++ b/Rakefile @@ -20,7 +20,7 @@ end desc 'Install the gem locally (user install)' task :install => :build do - sh 'gem install --user-install *.gem' + sh 'gem install mailshears-*.gem' end Rake::TestTask.new do |t|