summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-09 17:47:58 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-09 17:47:58 +0200
commita45cdfc93e3d508ac64b152ebdfbad6e113072fb (patch)
tree7d56b951df80f8cc3ffab023a16b251d5fcfb9ff /application.rb
parent3cac75f1264b10f95c7bef81c31d166a5d4e6c78 (diff)
opentox-api-wrapper bumped to 1.6.2
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 072431f..8896ab9 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.1"
+gem "opentox-ruby-api-wrapper", "= 1.6.2"
require 'opentox-ruby-api-wrapper'
#require 'smarts.rb'