Sqlite3 1.3.7 Released

sqlite3 version 1.3.7 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 only compatible with SQLite 3.6.16 or newer.

Changes:

1.3.7 / 2013-01-11

  • Bugfixes

    • Closing a bad statement twice will not segv.
  • Internal

    • Unset environment variables that could affect cross compilation.