summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-10 18:14:59 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-10 18:14:59 +0100
commit8062db078504759494a40ea1865af9a56cee5d91 (patch)
tree4cd6e7ff3cf9e70da3a532ce7c838130c8578744 /Rakefile
parent1ecf89c2b0f13a661d6964b2fe872cc88b956010 (diff)
gem installation removed from fminer installation task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 6d8ff0b..82e6884 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,8 +5,6 @@ require 'tasks/opentox'
namespace "fminer" do
desc "Install required gems and fminer"
task :install do
- puts `sudo gem sources -a http://gems.github.com`
- puts `sudo gem install sinatra helma-opentox-ruby-api-wrapper`
puts `git submodule init`
puts `git submodule update`
Dir.chdir('libfminer')
@@ -17,7 +15,6 @@ namespace "fminer" do
desc "Update gems and fminer"
task :update do
- puts `sudo gem update sinatra helma-opentox-ruby-api-wrapper`
puts `git submodule update`
Dir.chdir('libfminer')
puts `git checkout master`