summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-06-28 15:43:19 +0200
committermguetlein <martin.guetlein@gmail.com>2010-06-28 15:43:19 +0200
commitb0e969179bead9abded4437ec7f32fc915c57514 (patch)
treecd4995af8e6c08c62623247dc5c97ee0e4c6f5df /application.rb
parente4b53a30cd6ba7217b25b16efe29435da8c4b791 (diff)
move to wrapper version 1.5.7 (application/x-yaml)
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 c871d32..bdd8cff 100644
--- a/application.rb
+++ b/application.rb
@@ -1,6 +1,6 @@
require 'rubygems'
require 'libfminer/fminer' # has to be included before openbabel, otherwise we have strange SWIG overloading problems
-gem "opentox-ruby-api-wrapper", "= 1.5.6"
+gem "opentox-ruby-api-wrapper", "= 1.5.7"
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)