summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
commit6cc34db9dfed2d49286d9c2a26fc6563c66b38a0 (patch)
tree435d854d30a0e5d8a3324f157a4f55063095209b /Rakefile
parent0423e0182ac4998c2b3542f9ccc678daa2bd776c (diff)
opentox-ruby gem in config.ru
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index efadf01..d52f60d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,6 @@
require 'rubygems'
require 'rake'
-require 'opentox-ruby-api-wrapper'
-#require 'tasks/opentox'
+require 'opentox-ruby'
namespace "fminer" do
desc "Install required gems and fminer"
@@ -40,7 +39,7 @@ namespace "fminer" do
desc "Update gems and fminer"
task :update do
- puts `git submodule update`
+ puts `git submodule update --init`
Dir.chdir('libfminer/libbbrc')
puts `git checkout Makefile`
puts `git pull`