summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.rdoc b/README.rdoc
deleted file mode 100644
index e337907..0000000
--- a/README.rdoc
+++ /dev/null
@@ -1,23 +0,0 @@
-= opentox-ruby-api-wrapper
-
-Ruby wrapper for the OpenTox REST API (http://www.opentox.org)
-
-== Installation
-
-Run the following if you haven't already:
-
- gem sources -a http://gems.github.com
-
-Install the gem:
-
- sudo gem install helma-opentox-ruby-api-wrapper
-
-== Usage
-
-- adjust the settings in $HOME/.opentox/config
-- require 'opentox-ruby-api-wrapper' in your ruby application
-- consult the rdoc API documentation for details
-
-== Copyright
-
-Copyright (c) 2009 Christoph Helma. See LICENSE for details.