summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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