From 98a6c6b74ccd02af6d2e8cecd8d22ef08fa92cf9 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sat, 8 Oct 2011 17:21:04 -0400 Subject: [PATCH] Update README to indicate support for 1.0.0-rc2. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01a9d88..c0c3da9 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cassandra A Ruby client for the Cassandra distributed database. -Supports 1.8.7, 1.9.2, and rubinius on Cassandra 0.6.13, 0.7.8, 0.8.4. +Supports 1.8.7, 1.9.2, and rubinius on Cassandra 0.6.13, 0.7.9, 0.8.6, 1.0.0-rc2. ## Getting Started @@ -31,10 +31,10 @@ To use the default version simply use a normal require: require 'cassandra' -To use a specific version (0.7 in this example) you would use a +To use a specific version (1.0 in this example) you would use a slightly differently formatted require: - require 'cassandra/0.7' + require 'cassandra/1.0' #### Environment Variable Method These mechanisms work well when you are using the cassandra gem in your