summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapplication.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/application.rb b/application.rb
index acc5aba..31d7e4f 100755
--- a/application.rb
+++ b/application.rb
@@ -1,9 +1,7 @@
require 'rubygems'
-gem "opentox-ruby-api-wrapper", "= 1.5.7"
+gem "opentox-ruby-api-wrapper", "= 1.6.0"
require 'opentox-ruby-api-wrapper'
-LOGGER.progname = File.expand_path(__FILE__)
-
class Dataset
include DataMapper::Resource
property :id, Serial