From 6a1531edba436adf3c3d1bda9a0e6a4ca27937d3 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 12 Jul 2012 11:09:08 +0200 Subject: switch to opentox-ruby version 4.0.0 --- ChangeLog | 2 ++ application.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..761104f --- /dev/null +++ b/ChangeLog @@ -0,0 +1,2 @@ +2012-07-12 + * switch to opentox-ruby version 4.0.0 diff --git a/application.rb b/application.rb index fe04547..d9e5df5 100644 --- a/application.rb +++ b/application.rb @@ -7,7 +7,7 @@ ENV["CLASSPATH"] = "#{ENV["CLASSPATH"]}:#{java_dir}:#{cdk}:#{jchempaint}" require 'rubygems' require 'rjb' -gem "opentox-ruby", "~> 3" +gem "opentox-ruby", "~> 4" require 'opentox-ruby' before do -- cgit v1.2.3