summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-25 12:56:05 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-25 12:56:05 +0200
commit76e58af42960fbe9357f899ffcc2588bfc756ed9 (patch)
tree764359c4f51715fb9e86470ed61d65889a372f67
parent0490f0c5b94c36454c66b2c385f6d017aa1c3fc0 (diff)
opentox-api-wrapper bumped to 1.6.5
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 186be2d..c0363d5 100644
--- a/application.rb
+++ b/application.rb
@@ -1,6 +1,6 @@
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
-gem "opentox-ruby-api-wrapper", "= 1.6.4"
+gem "opentox-ruby-api-wrapper", "= 1.6.5"
require 'opentox-ruby-api-wrapper'
#require 'smarts.rb'