Sqlite3 1.3.10 Released

sqlite3 version 1.3.10 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.

This version already bundles binaries for RubyInstaller 2.1.x, so no
manual
compilation is required.

Changes:

1.3.10 / 2014-10-30

  • Enhancements:
    • Windows: build against SQLite 3.8.7.1. Closes #134, #135 [Hubro]
    • Windows: pre-compiled binaries for Ruby 1.8.7, 1.9.3, 2.0.0 and
      2.1.x