summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--application.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/application.rb b/application.rb
index 92d350c..57e9ecb 100644
--- a/application.rb
+++ b/application.rb
@@ -1,10 +1,8 @@
require 'rubygems'
-gem "opentox-ruby-api-wrapper", "= 1.5.7"
+gem "opentox-ruby-api-wrapper", "= 1.6.2"
require 'opentox-ruby-api-wrapper'
#require "dm-is-tree"
-LOGGER.progname = File.expand_path(__FILE__)
-
class Task
include DataMapper::Resource
property :id, Serial