summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-04-30 09:32:44 +0100
committerSteve Kemp <steve@steve.org.uk>2015-04-30 09:32:44 +0100
commit8629c353d873b0dd07d3b39f52d5a8c4873f0f28 (patch)
tree23971eb2a8c73d503404eb5a6dbf9ff4e34814b4
parent159f359e392f72ddf9d070e245661f4fc33d7420 (diff)
We've now tested under more ruby versions.
We've successfully deployed on ruby 1.8, 1.9, and 2.1
-rw-r--r--README15
1 files changed, 10 insertions, 5 deletions
diff --git a/README b/README
index df7d976..e670998 100644
--- a/README
+++ b/README
@@ -64,17 +64,22 @@ is documented in that same file.
Dependencies
------------
-The software is written in Ruby and will work under either Ruby 1.8,
-or Ruby 1.9.1. The software has not yet been tested upon Ruby 2.x, JRuby,
-or similar.
+The software is written in Ruby and has successfully been deployed in
+production under:
+
+* Ruby 1.8
+* Ruby 1.9.x
+* Ruby 2.1.x
+
+The software has not yet been tested upon JRuby, or similar.
Dependencies, beyond ruby, are limited to the following gems:
* For HTTP/HTTPS testing: curb
* For communication with the queue: redis / beanstalkd-client
-You may install either redis or beanstalkd as your queue, and install
-the corresponding gem. There is no need to install both.
+(You don't need to install both redis and beanstalkd, just install
+the appropriate one for your preferences.)