summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-21 16:47:50 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-21 16:47:50 +0200
commitec6f4feef98c86716cbfaab54b443c1e3bbecbcf (patch)
tree1d47c39b615f30c14734b7119b06a2399a14fad4
parent3787793911114e0242736dcf91a2f19a61ef925b (diff)
opentox-api-wrapper bumped to 1.5.4
-rw-r--r--application.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/application.rb b/application.rb
index 0f557bf..c242903 100644
--- a/application.rb
+++ b/application.rb
@@ -1,9 +1,6 @@
require 'rubygems'
-gem 'opentox-ruby-api-wrapper', '= 1.5.3'
+gem 'opentox-ruby-api-wrapper', '= 1.5.4'
require 'opentox-ruby-api-wrapper'
-#require 'sinatra/respond_to'
-#Sinatra::Application.register Sinatra::RespondTo
-
LOGGER.progname = File.expand_path(__FILE__)