[ANN] sqlite3 1.3.3 Released

sqlite3 version 1.3.3 has been released!

This module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org). You must have the
SQLite engine installed in order to build this module.

Note that this module is NOT compatible with SQLite 2.x.

Changes:

1.3.3 / 2010-01-16

  • Bugfixes
    • Abort on installation if sqlite3_backup_init is missing. Fixes #19
    • Gem has been renamed to ‘sqlite3’. Please use gem install sqlite3

This is IT! The sqlite3-ruby gem has been renamed to sqlite3.
Again, a huge thanks goes to @qoobaa (http://twitter.com/qoobaa) for
making this possible.

sqlite3-ruby is now a dummy gem that depends on sqlite3. Please upgrade
your applications to depend on sqlite3 rather than sqlite3-ruby.

···


Aaron Patterson
http://tenderlovemaking.com/