summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--application.rb2
2 files changed, 3 insertions, 1 deletions
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