summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-05-23 13:22:55 +0200
committermr <mr@mrautenberg.de>2011-05-23 13:22:55 +0200
commitaec620e1e1df60dc4fa75470916fb7d624366aaa (patch)
treec3f591bcd236699f7955c3f6e334d18be58889ea
parent313d1077e1e3c10c4e50cea6b5cf03162115c697 (diff)
configure new version requested opentox-ruby gem
-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'