diff --git a/data_objects/ChangeLog.markdown b/data_objects/ChangeLog.markdown index 2ab6777e..b3629cb7 100644 --- a/data_objects/ChangeLog.markdown +++ b/data_objects/ChangeLog.markdown @@ -4,7 +4,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Make DataObjects::Reader Enumerable. ## 0.10.0 2009-09-15 diff --git a/do_derby/ChangeLog.markdown b/do_derby/ChangeLog.markdown index 27cc0e59..54dc80f6 100644 --- a/do_derby/ChangeLog.markdown +++ b/do_derby/ChangeLog.markdown @@ -3,7 +3,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution. diff --git a/do_h2/ChangeLog.markdown b/do_h2/ChangeLog.markdown index b88c8256..6fb9a359 100644 --- a/do_h2/ChangeLog.markdown +++ b/do_h2/ChangeLog.markdown @@ -3,7 +3,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution. diff --git a/do_hsqldb/ChangeLog.markdown b/do_hsqldb/ChangeLog.markdown index 4af10cdc..73578819 100644 --- a/do_hsqldb/ChangeLog.markdown +++ b/do_hsqldb/ChangeLog.markdown @@ -3,7 +3,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution. diff --git a/do_mysql/ChangeLog.markdown b/do_mysql/ChangeLog.markdown index a32102a0..515c7d48 100644 --- a/do_mysql/ChangeLog.markdown +++ b/do_mysql/ChangeLog.markdown @@ -4,7 +4,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution. diff --git a/do_postgres/ChangeLog.markdown b/do_postgres/ChangeLog.markdown index 6bd8e660..7fc4ffe7 100644 --- a/do_postgres/ChangeLog.markdown +++ b/do_postgres/ChangeLog.markdown @@ -4,7 +4,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution. diff --git a/do_sqlite3/ChangeLog.markdown b/do_sqlite3/ChangeLog.markdown index d5ae3df8..75913562 100644 --- a/do_sqlite3/ChangeLog.markdown +++ b/do_sqlite3/ChangeLog.markdown @@ -4,7 +4,7 @@ * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution. diff --git a/do_sqlserver/ChangeLog.markdown b/do_sqlserver/ChangeLog.markdown index e346d8ce..c392df01 100644 --- a/do_sqlserver/ChangeLog.markdown +++ b/do_sqlserver/ChangeLog.markdown @@ -5,7 +5,7 @@ Initial release as part of mainline DataObjects project. * Switch to Jeweler for Gem building tasks (this change may be temporary). * Switch to using Bacon for running specs: This should make specs friendlier to new Ruby implementations that are not yet 100% MRI-compatible, and in turn, - prepared the road for our own IronRuby, Rubinius and MacRuby support. + prepared the road for our own IronRuby and MacRuby support. * Switch to the newly added rake-compiler `JavaExtensionTask` for compiling JRuby extensions, instead of our (broken) home-grown solution.