summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-15 12:56:17 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-15 12:56:17 +0100
commit57459b03f52865989f3ae5fde0b0e8f30eeef0ba (patch)
tree5e4155d962dd996d8dd463912c531496ed69faff
parent4d098a0e2aa494d1a151c8e691ee5fc8cfbcf253 (diff)
explicit versioning of opento-ruby-api-wrapper
-rw-r--r--application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/application.rb b/application.rb
index 275f6af..0748c6b 100644
--- a/application.rb
+++ b/application.rb
@@ -1,5 +1,5 @@
require 'rubygems'
-gem 'opentox-ruby-api-wrapper', '=1.1.3'
+gem 'opentox-ruby-api-wrapper', '~>1.2'
require 'opentox-ruby-api-wrapper'
CACTUS_URI="http://cactus.nci.nih.gov/chemical/structure/"