pkgsrc/databases/ruby-sqlite3/PLIST
taca 639016d5be Update ruby-sqlite3 package to 1.3.6.
=== 1.3.6 / 2012-04-16

* Enhancements
  * Windows: build against SQLite 3.7.11
  * Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
  * Added SQLite3::ResultSet#next_hash for fetching one row as a hash.

* Bugfixes
  * Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
  * Protect parameters to custom functions from being garbage collected too
    soon. Fixes #60. Thanks hirataya!
  * Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
    Fixes #35.
  * Fix double definition error caused by defining sqlite3_int64/uint64.
  * Fix suspicious version regexp.

* Deprecations
  * ArrayWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * ArrayWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
  * The ArrayWithTypesAndFields class will be removed in 2.0.0
  * The ArrayWithTypes class will be removed in 2.0.0
  * HashWithTypesAndFields#types is deprecated and the class will be removed
    in version 2.0.0.  Please use the `types` method on the ResultSet class
    that created this object.
  * HashWithTypesAndFields#fields is deprecated and the class will be removed
    in version 2.0.0.  Please use the `columns` method on the ResultSet class
    that created this object.
2012-04-28 14:09:22 +00:00

56 lines
2 KiB
Text

@comment $NetBSD: PLIST,v 1.13 2012/04/28 14:09:22 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/API_CHANGES.rdoc
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/ChangeLog.cvs
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Manifest.txt
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ext/sqlite3/backup.c
${GEM_LIBDIR}/ext/sqlite3/backup.h
${GEM_LIBDIR}/ext/sqlite3/database.c
${GEM_LIBDIR}/ext/sqlite3/database.h
${GEM_LIBDIR}/ext/sqlite3/exception.c
${GEM_LIBDIR}/ext/sqlite3/exception.h
${GEM_LIBDIR}/ext/sqlite3/extconf.rb
${GEM_LIBDIR}/ext/sqlite3/sqlite3.c
${GEM_LIBDIR}/ext/sqlite3/sqlite3_ruby.h
${GEM_LIBDIR}/ext/sqlite3/statement.c
${GEM_LIBDIR}/ext/sqlite3/statement.h
${GEM_LIBDIR}/faq/faq.rb
${GEM_LIBDIR}/faq/faq.yml
${GEM_LIBDIR}/lib/sqlite3.rb
${GEM_LIBDIR}/lib/sqlite3/constants.rb
${GEM_LIBDIR}/lib/sqlite3/database.rb
${GEM_LIBDIR}/lib/sqlite3/errors.rb
${GEM_LIBDIR}/lib/sqlite3/pragmas.rb
${GEM_LIBDIR}/lib/sqlite3/resultset.rb
${GEM_LIBDIR}/lib/sqlite3/sqlite3_native.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/sqlite3/statement.rb
${GEM_LIBDIR}/lib/sqlite3/translator.rb
${GEM_LIBDIR}/lib/sqlite3/value.rb
${GEM_LIBDIR}/lib/sqlite3/version.rb
${GEM_LIBDIR}/setup.rb
${GEM_LIBDIR}/tasks/faq.rake
${GEM_LIBDIR}/tasks/gem.rake
${GEM_LIBDIR}/tasks/native.rake
${GEM_LIBDIR}/tasks/vendor_sqlite3.rake
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_backup.rb
${GEM_LIBDIR}/test/test_collation.rb
${GEM_LIBDIR}/test/test_database.rb
${GEM_LIBDIR}/test/test_database_readonly.rb
${GEM_LIBDIR}/test/test_deprecated.rb
${GEM_LIBDIR}/test/test_encoding.rb
${GEM_LIBDIR}/test/test_integration.rb
${GEM_LIBDIR}/test/test_integration_open_close.rb
${GEM_LIBDIR}/test/test_integration_pending.rb
${GEM_LIBDIR}/test/test_integration_resultset.rb
${GEM_LIBDIR}/test/test_integration_statement.rb
${GEM_LIBDIR}/test/test_result_set.rb
${GEM_LIBDIR}/test/test_sqlite3.rb
${GEM_LIBDIR}/test/test_statement.rb
${GEM_LIBDIR}/test/test_statement_execute.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec