From 4974ec4a6ec0cb777cd977fba976a0f9e7fe2929 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Mon, 5 Apr 2010 19:17:32 -0700 Subject: [PATCH] note about compatibility --- README.rdoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rdoc b/README.rdoc index af9f224..7120fec 100644 --- a/README.rdoc +++ b/README.rdoc @@ -56,6 +56,16 @@ How about with symbolized keys? # do something with row, it's ready to rock end +== Compatibility + +The specs pass on my system (SL 10.6.3, x86_64) in these rubies: + +* 1.8.7-p249 +* ree-1.8.7-2010.01 +* 1.9.1-p378 +* ruby-trunk +* rbx-head + == Yeah... but why? Someone: Dude, the Mysql gem works fiiiiiine.