From 29fd67926f37e533f80f62f09c7dd71f2fab9130 Mon Sep 17 00:00:00 2001 From: mr Date: Fri, 23 Sep 2011 13:09:47 +0200 Subject: require opentox gem in ~>3 --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index 32fea95..18a6c82 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", "~> 2" +gem "opentox-ruby", "~> 3" require 'opentox-ruby' #require 'smarts.rb' -- cgit v1.2.3