summaryrefslogtreecommitdiff
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
parent0423e0182ac4998c2b3542f9ccc678daa2bd776c (diff)
opentox-ruby gem in config.ru
-rw-r--r--Rakefile5
-rw-r--r--config.ru3
m---------last-utils0
3 files changed, 3 insertions, 5 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`
diff --git a/config.ru b/config.ru
index 489932f..67d8493 100644
--- a/config.ru
+++ b/config.ru
@@ -1,5 +1,4 @@
require 'rubygems'
-require 'opentox-ruby-api-wrapper'
+require 'opentox-ruby'
require 'config/config_ru'
run Sinatra::Application
-
diff --git a/last-utils b/last-utils
-Subproject d2ad4f2bb82fdb5433d3f739400244ba89f0786
+Subproject 9bba490c02a5fea57d65b61e7f68e88ed72893c