summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-09 12:31:05 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-09 12:31:05 +0100
commitc651fe10fe5e09dbfdf2b3abd420fc2fc0051937 (patch)
tree30029f9c3246de739aaf7b66a490c01b7b147f04 /README.rdoc
parent5233ab341757557c536ed8cc8eefd79a936b4295 (diff)
parent66f2ee967317954568562510111b0d832881547d (diff)
Merge branch 'release/v1.0.0'v1.0.0
Conflicts: lib/dataset.rb
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.