From 5ac5fe876e5fd057574574f95b8f220ba4cd7fa2 Mon Sep 17 00:00:00 2001 From: Saku Ytti Date: Mon, 29 Aug 2016 22:14:58 +0300 Subject: don't install twice --- Rakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Rakefile b/Rakefile index 11f5c96..de6ba82 100644 --- a/Rakefile +++ b/Rakefile @@ -19,10 +19,10 @@ task :test do end end -desc 'Install gem' -task :install => :build do - system "sudo -Es sh -c \'umask 022; gem install gems/#{file}\'" -end +## desc 'Install gem' +## task :install => :build do +## system "sudo -Es sh -c \'umask 022; gem install gems/#{file}\'" +## end desc 'Remove gems' task :clean do -- cgit v1.2.1