summaryrefslogtreecommitdiff
path: root/lib/opentox-ruby-api-wrapper.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-14 17:36:51 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-14 17:36:51 +0200
commita040b7e6103f463527758d3c051e28c8b0f777b3 (patch)
treef0a3e6fe55385156def3e590caba89198bcc78de /lib/opentox-ruby-api-wrapper.rb
parent021ac7d2be705f4979e1e675aa675caaf2079e51 (diff)
Spork added from git://github.com/deadprogrammer/spork.git
Diffstat (limited to 'lib/opentox-ruby-api-wrapper.rb')
-rw-r--r--lib/opentox-ruby-api-wrapper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/opentox-ruby-api-wrapper.rb b/lib/opentox-ruby-api-wrapper.rb
index 168e24d..70a4580 100644
--- a/lib/opentox-ruby-api-wrapper.rb
+++ b/lib/opentox-ruby-api-wrapper.rb
@@ -1,5 +1,6 @@
require 'rest_client'
require 'crack/xml'
+require 'spork'
ENV['OPENTOX_COMPOUND'] = 'http://webservices.in-silico.ch/compound/v0/' unless ENV['OPENTOX_COMPOUND']
ENV['OPENTOX_FEATURE'] = 'http://webservices.in-silico.ch/feature/v0/' unless ENV['OPENTOX_FEATURE']