]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Rakefile: drop --user-install from gem command
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 20 Apr 2024 22:41:02 +0000 (18:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 20 Apr 2024 23:37:18 +0000 (19:37 -0400)
This is outdated I guess? Whatever.

Rakefile

index 72eff7b444da52acd565b76d3ba895e6612b027e..0dc4d9ee4a14893189509d9e642f9c01c79b148a 100644 (file)
--- 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|