summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-05-20 13:49:07 +0200
committerist <ist@ist.opentox.org>2010-05-20 13:49:07 +0200
commit7de266cf17328f369d4da346cb26ca4469447cde (patch)
treebedb27ed78d553129ed1b131e84a909396f5a2c0 /application.rb
parent31f7b3c43fd5d9973bd3b77171aae3b9a2a311b3 (diff)
Included fminer2 config
Diffstat (limited to 'application.rb')
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 44eb888..05749b7 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-require 'libfminer/fminer' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
+require 'libfminer/libbbrc/bbrc' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
gem 'opentox-ruby-api-wrapper', '= 1.5.1'
require 'opentox-ruby-api-wrapper'