From b91512499e7934642729f5511daa4dba570b97fd Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 24 Nov 2010 14:43:20 +0100 Subject: opentox-ruby gem in config.ru --- README | 2 +- config.ru | 2 +- 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 -- cgit v1.2.3