summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-23 13:26:02 +0200
committermr <mr@mrautenberg.de>2011-05-23 13:26:02 +0200
commit750ea63f2ad3bd998b698334fdd52488b139171b (patch)
tree74909039f786474e83d1e2ebcb50457b6263de36
parent28748463f8f415cbfc3fdaf52220a97d5e9f4e05 (diff)
parentaec620e1e1df60dc4fa75470916fb7d624366aaa (diff)
Merge branch 'release/2.0.0' into development
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index e36643b..55a8ea4 100644
--- a/application.rb
+++ b/application.rb
@@ -3,7 +3,7 @@ require 'rubygems'
require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/libbbrc/bbrc') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'libfminer/liblast/last') # has to be included before openbabel, otherwise we have strange SWIG overloading problems
require File.join(File.expand_path(File.dirname(__FILE__)), 'last-utils/lu.rb') # AM LAST
-gem "opentox-ruby", "~> 1"
+gem "opentox-ruby", "~> 2"
require 'opentox-ruby'
#require 'smarts.rb'