Commit Graph

6 Commits

Author SHA1 Message Date
jeremy
9c4d2b3822 Remove .require_paths from PLISTs from gems that used to use
them.  After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
jeremy
5a883ad8ca Update version to 0.2.7. Add patch to use the standard mysqlclient
library instead of the threaded one, as the threaded one would not
work correctly on ruby 1.8.
2011-04-14 17:23:32 +00:00
jeremy
4f9664ab00 REVISION bump for rbx FLAVOR PLIST change.
OK landry@
2011-01-06 04:24:22 +00:00
jeremy
1c5550fb81 Clean up regression code in some ruby database ports, adding
NO_REGRESS and REGRESS_IS_INTERACTIVE when appropriate, and
comments for some broken regression tests.

Prompted and OK ajacoutot@
2010-12-21 17:10:58 +00:00
jeremy
e5881d646a Import ruby-mysql2 0.2.6
The Mysql2 gem is meant to serve the extremely common use-case of
connecting, querying and iterating on results. Some database libraries
out there serve as direct 1:1 mappings of the already complex C APIs
available. This one is not.
2010-12-20 18:00:52 +00:00