Skip to content

Commit 607f2f1

Browse files
committed
Update the README Compatibility section for MariaDB etc.
1 parent b1c089c commit 607f2f1

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -445,15 +445,22 @@ As for field values themselves, I'm workin on it - but expect that soon.
445445

446446
## Compatibility
447447

448-
This gem is regularly tested against the following Ruby versions on Linux and Mac OS X:
448+
This gem is tested with the following Ruby versions on Linux and Mac OS X:
449449

450-
* Ruby MRI 1.8.7, 1.9.2, 1.9.3, 2.0.0 (ongoing patch releases).
451-
* Ruby Enterprise Edition (based on MRI 1.8.7).
452-
* Rubinius 2.0 in compatibility modes 1.8, 1.9, 2.0.
450+
* Ruby MRI 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.x (ongoing patch releases)
451+
* Ruby Enterprise Edition (based on MRI 1.8.7)
452+
* Rubinius 2.x
453453

454-
The mysql2 gem 0.2.x series includes an Active Record driver that works with AR
455-
2.3.x and 3.0.x. Starting in Active Record 3.1, a mysql2 driver is included in
456-
the Active Record codebase and no longer provided in mysql2 gem 0.3 and above.
454+
This gem is tested with the following MySQL and MariaDB versions:
455+
456+
* MySQL 5.0, 5.1, 5.5, 5.6
457+
* MySQL Connector/C 6.0 and 6.1 (primarily on Windows)
458+
* MariaDB 5.5, 10.0
459+
460+
This gem has two version families:
461+
462+
* mysql2 0.2.x includes an Active Record driver compatible with AR 2.3 and 3.0
463+
* mysql2 0.3.x does not include an AR driver because it is included in AR 3.1 and above
457464

458465
## Yeah... but why?
459466

0 commit comments

Comments
 (0)