summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 13:10:52 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 13:10:52 +0100
commit0423e0182ac4998c2b3542f9ccc678daa2bd776c (patch)
tree3a017c53adc26c3a38097e102bf616c8b335537d
parent524b59bca0bebde1efdf0ad4a92528ccd51f81f1 (diff)
opentox-ruby-api-wrapper renamed to opentox-ruby
-rw-r--r--application.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/application.rb b/application.rb
index 867cf24..15088d5 100644
--- a/application.rb
+++ b/application.rb
@@ -3,8 +3,8 @@ 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-api-wrapper", "= 1.6.6"
-require 'opentox-ruby-api-wrapper'
+gem "opentox-ruby", "~> 0"
+require 'opentox-ruby'
#require 'smarts.rb'
#require 'similarity.rb'