summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-09 12:00:09 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-09 12:00:09 +0100
commitd1983f442a9014d66173c7ff8ab8ae0ac35a23e8 (patch)
treee0d8cc5cf7a349fcc0d17deb3d32a73beb9b35c9
parentc0dd6b943688852a8c9485cab167e9d6ad452586 (diff)
version bumped to 1.0.0
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 15088d5..e36643b 100644
--- a/application.rb
+++ b/application.rb
@@ -3,7 +3,7 @@ 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", "~> 0"
+gem "opentox-ruby", "~> 1"
require 'opentox-ruby'
#require 'smarts.rb'