summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2012-12-03 10:17:13 +0100
committermguetlein <martin.guetlein@gmail.com>2012-12-03 10:17:13 +0100
commit83dda9ac1522ae8f1286037ccf5dcd80412d776e (patch)
tree62dacbfc719f6d1292f47343ab51c0d2dcbc439d
parentbf317bfc6cc5efe9375f5d8f97a13a44dca2c33d (diff)
parent8a3740bd8c9df2a88d47d008b289eb1aca93b656 (diff)
Merge branch 'oldarch' of github.com:opentox/opentox-ruby into oldarch
-rw-r--r--README.markdown2
-rw-r--r--Rakefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index d69b28f..12595fe 100644
--- a/README.markdown
+++ b/README.markdown
@@ -6,7 +6,7 @@ Ruby wrapper for the [OpenTox](http://www.opentox.org) REST API
Installation
------------
-opentox-ruby depends on many third party programs and libraries, which makes the setup complicated and error prone. For this reason we recommend to use the installer from [opentox-install](http://github.com/opentox/opentox-install). If you want to install manually you can find the necessary steps in the installation scripts.
+opentox-ruby depends on many third party programs and libraries, which makes the setup complicated and error prone. For this reason we recommend to use the installer from [opentox-install](http://github.com/opentox/install/tree/oldarch). If you want to install manually you can find the necessary steps in the installation scripts.
Quickstart
----------
diff --git a/Rakefile b/Rakefile
index 41dfcd8..6091d17 100644
--- a/Rakefile
+++ b/Rakefile
@@ -45,6 +45,7 @@ begin
gem.add_dependency "ruby-plot", "=0.6.1"
gem.add_dependency "gsl", "=1.14.7"
gem.add_dependency "statsample", "=1.1.0"
+ gem.add_dependency "rdoc", "=3.12"
gem.add_dependency "redis", "=2.2.2"
gem.add_development_dependency 'jeweler'
@@ -79,7 +80,7 @@ task :test => :check_dependencies
task :default => :test
-require 'rake/rdoctask'
+require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
if File.exist?('VERSION')
version = File.read('VERSION')