c37cab2051
== v0.13.2 [2012-02-22] Michael Granger <ged@FaerieMUD.org> - Make builds against PostgreSQL earlier than 8.3 fail with a descriptive message instead of a compile failure. == v0.13.1 [2012-02-12] Michael Granger <ged@FaerieMUD.org> - Made use of a finished PG::Connection raise a PG::Error instead of a fatal error (#110). - Added missing BSDL license file (#108) == v0.13.0 [] Michael Granger <ged@FaerieMUD.org> Reorganization of modules/classes to be better Ruby citizens (with backward-compatible aliases): - Created toplevel namespace 'PG' to correspond with the gem name. - Renamed PGconn to PG::Connection (with ::PGconn alias) - Renamed PGresult to PG::Result (with ::PGresult alias) - Renamed PGError to PG::Error (with ::PGError alias) - Declare all constants inside PG::Constants, then include them in PG::Connection and PG::Result for backward-compatibility, and in PG for convenience. - Split the extension source up by class/module. - Removed old compatibility code for PostgreSQL versions < 8.3 Documentation: - Clarified licensing, updated to Ruby 1.9's license. - Merged authors list, added some missing people to the Contributor's list. - Cleaned up the sample/ directory - Making contact info a bit clearer, link to the Google+ page and the mailing list Enhancements: - Added a convenience method: PG.connect -> PG::Connection.new Bugfixes: - Fixed LATIN5-LATIN10 Postgres<->Ruby encoding conversions
46 lines
1.5 KiB
Text
46 lines
1.5 KiB
Text
@comment $NetBSD: PLIST,v 1.7 2012/02/23 14:18:23 taca Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/.gemtest
|
|
${GEM_LIBDIR}/BSDL
|
|
${GEM_LIBDIR}/ChangeLog
|
|
${GEM_LIBDIR}/Contributors.rdoc
|
|
${GEM_LIBDIR}/History.rdoc
|
|
${GEM_LIBDIR}/LICENSE
|
|
${GEM_LIBDIR}/Manifest.txt
|
|
${GEM_LIBDIR}/POSTGRES
|
|
${GEM_LIBDIR}/README-OS_X.rdoc
|
|
${GEM_LIBDIR}/README-Windows.rdoc
|
|
${GEM_LIBDIR}/README.ja.rdoc
|
|
${GEM_LIBDIR}/README.rdoc
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/Rakefile.cross
|
|
${GEM_LIBDIR}/ext/extconf.rb
|
|
${GEM_LIBDIR}/ext/pg.c
|
|
${GEM_LIBDIR}/ext/pg.h
|
|
${GEM_LIBDIR}/ext/pg_connection.c
|
|
${GEM_LIBDIR}/ext/pg_result.c
|
|
${GEM_LIBDIR}/ext/vc/pg.sln
|
|
${GEM_LIBDIR}/ext/vc/pg_18/pg.vcproj
|
|
${GEM_LIBDIR}/ext/vc/pg_19/pg_19.vcproj
|
|
${GEM_LIBDIR}/lib/pg.rb
|
|
${GEM_LIBDIR}/lib/pg/connection.rb
|
|
${GEM_LIBDIR}/lib/pg/constants.rb
|
|
${GEM_LIBDIR}/lib/pg/exceptions.rb
|
|
${GEM_LIBDIR}/lib/pg/result.rb
|
|
${GEM_LIBDIR}/lib/pg_ext.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/sample/async_api.rb
|
|
${GEM_LIBDIR}/sample/async_copyto.rb
|
|
${GEM_LIBDIR}/sample/async_mixed.rb
|
|
${GEM_LIBDIR}/sample/copyfrom.rb
|
|
${GEM_LIBDIR}/sample/copyto.rb
|
|
${GEM_LIBDIR}/sample/cursor.rb
|
|
${GEM_LIBDIR}/sample/losample.rb
|
|
${GEM_LIBDIR}/sample/notify_wait.rb
|
|
${GEM_LIBDIR}/sample/test_binary_values.rb
|
|
${GEM_LIBDIR}/spec/data/expected_trace.out
|
|
${GEM_LIBDIR}/spec/data/random_binary_data
|
|
${GEM_LIBDIR}/spec/lib/helpers.rb
|
|
${GEM_LIBDIR}/spec/pg/connection_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/result_spec.rb
|
|
${GEM_LIBDIR}/spec/pg_spec.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|