Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Rubinius can already run rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Jan 9, 2010
1 parent 9137558 commit 333cd8d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data_objects/ChangeLog.markdown
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion do_derby/ChangeLog.markdown
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion do_h2/ChangeLog.markdown
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion do_hsqldb/ChangeLog.markdown
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion do_mysql/ChangeLog.markdown
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion do_postgres/ChangeLog.markdown
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion do_sqlite3/ChangeLog.markdown
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion do_sqlserver/ChangeLog.markdown
Expand Up @@ -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.

Expand Down

0 comments on commit 333cd8d

Please sign in to comment.