sqlite3 version 1.3.3 has been released! * <github.com/luislavena/sqlite3-ruby> * <rubyforge.org/projects/sqlite-ruby> * <sqlite-ruby.rubyforge.org> * <groups.google.com/group/sqlite3-ruby> This module allows Ruby programs to interface with the SQLite3 database engine (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 (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 tenderlovemaking.com