From 32467b6fc9e8911676c8daae41aaa09d8f34b7ac Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 14 Aug 2009 09:23:17 +0200 Subject: [PATCH] Rakefile typo fixed --- README | 6 +++--- Rakefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 9053bc3..41d00c6 100644 --- a/README +++ b/README @@ -9,10 +9,10 @@ OpenTox Fminer REST API -Description Method URI Parameters Result Status codes +Description Method URI Parameters Result Status codes -Create BBRC features POST / Activity dataset URI Feature dataset URI 200, 500 -for a dataset +Create BBRC features POST / Activity dataset URI Feature dataset URI 200, 500 +for a dataset INSTALLATION diff --git a/Rakefile b/Rakefile index cce6d4d..7ae56b0 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,7 @@ require 'rake' desc "Install required gems and openbabel" task :install do `sudo gem sources -a http://gems.github.com` - `sudo gem install sinatra helma-opentox-ruby-api-wrapper` + `sudo gem install sinatra helma-opentox-ruby-api` `git submodule init` `git submodule update` Dir.cd('libfminer')