From 4714a00e2f23b1b4afc74c956b73de49c551e5f9 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Sat, 13 Mar 2010 11:17:35 -0800 Subject: [PATCH] Updated Readme with links to the CI servers. --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 0ef5bc96..34a787f2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -188,7 +188,7 @@ recorded response, and if your code changes so that it is making a new HTTP requ == Ruby Version Compatibility - specs.should pass if RUBY_VERSION =~ /^1.(8.6|8.7|9.1)$/ +VCR works on ruby {1.8.6}[http://integrity186.heroku.com/vcr], {1.8.7}[http://integrity187.heroku.com/vcr] and {1.9.1}[http://integrity191.heroku.com/vcr]. == Notes, etc.