summaryrefslogtreecommitdiff
path: root/application.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-03-02 11:18:34 +0100
committerChristoph Helma <helma@in-silico.de>2010-03-02 11:18:34 +0100
commit0593751c8d1de496086844f18719918a2f9abfd9 (patch)
tree1cb212a543ca0b2d52a9f0724788f0629ce4d5d3 /application.rb
parent7d726d01d66d07def32b0f5d7ca1a25f07f3b29d (diff)
version bumped to 1.3.1
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 c80822b..47976e9 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.3.0'
+gem 'opentox-ruby-api-wrapper', '= 1.3.1'
require 'opentox-ruby-api-wrapper'
LOGGER.progname = File.expand_path(__FILE__)