summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
commitb91512499e7934642729f5511daa4dba570b97fd (patch)
tree5f0b019c66bd9e73bce721ae1cc7bb86a4f68923
parentf8a0a29276829ab046a61dbbda6277087f4ecb7c (diff)
opentox-ruby gem in config.ru
-rw-r--r--README2
-rw-r--r--config.ru2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 317f858..5843d02 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ OpenTox Dataset
* An OpenTox REST Webservice
* Stores associations between compounds and features in datasets
* Implements a subset of the OpenTox compound API 1.1 (http://opentox.org/dev/apis/api-1.1/dataset)
-* Supports the internal YAML representation of opentox-ruby-api-wrapper
+* Supports the internal YAML representation of opentox-ruby
REST operations:
diff --git a/config.ru b/config.ru
index ec0402a..67d8493 100644
--- a/config.ru
+++ b/config.ru
@@ -1,4 +1,4 @@
require 'rubygems'
-require 'opentox-ruby-api-wrapper'
+require 'opentox-ruby'
require 'config/config_ru'
run Sinatra::Application