           SPELL=sqlite3-ruby
         VERSION=1.2.1
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[1]=http://rubyforge.org/frs/download.php/17096/${SOURCE}
     SOURCE_HASH=sha512:7c0b69d05ced8cd4aa6fd7af9376fc06c1adab6cf074ac6d2a730b5f7f91fd6600fbdde02d5b8642f2366fae23a9e37222313570dfd35022d00f0d916b9ccc50
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://sqlite-ruby.rubyforge.org/
         ENTERED=20070508
      LICENSE[0]=BSD
           SHORT="Ruby interface for the SQLite database engine."
cat << EOF
This is a compatibility release. SQLite3 3.3.8 and above changed the format of the dflt_value column of the table_info pragma, which breaks applications that depend on that metadata (like Ruby on Rails). This release of SQLite3/Ruby modifies the Database#table_info helper such that it checks the libversion and reformats the dflt_value column if necessary. The next release of Rails will use this helper to query the metadata, which will again make it compatible with all known sqlite3 versions.

EOF
