v1.0.0 [2018-01-10] Michael Granger <ged@FaerieMUD.org> Deprecated: * Deprecate Ruby older than 2.2. * Deprecate Connection#socket in favor of #socket_io. Removed: * Remove compatibility code for Ruby < 2.0 and PostgreSQL < 9.2. * Remove partial compatibility with Rubinius. * Remove top-level constants PGconn, PGresult, and PGError. Enhancements: * Update error codes to PostgreSQL-10 * Update Windows binary gems to Ruby-2.5, PostgreSQL 10.1 and OpenSSL 1.1.0g. Bugfixes: * Fix URI detection for connection strings. #265 (thanks to jjoos) * MINGW: Workaround segfault due to GCC linker error in conjunction with MSVC. This happens when linking to PostgreSQL-10.0-x64 from EnterpriseDB. Documentation fixes: * Add PostgreSQL version since when the given function is supported. #263 * Better documentation to `encoder` and `decoder` arguments of COPY related methods.
74 lines
2.5 KiB
Text
74 lines
2.5 KiB
Text
@comment $NetBSD: PLIST,v 1.16 2018/02/25 14:19:24 taca Exp $
|
|
${GEM_HOME}/build_info/${GEM_NAME}.info
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_EXTSDIR}/gem.build_complete
|
|
${GEM_EXTSDIR}/pg_ext.${RUBY_DLEXT}
|
|
${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/errorcodes.def
|
|
${GEM_LIBDIR}/ext/errorcodes.rb
|
|
${GEM_LIBDIR}/ext/errorcodes.txt
|
|
${GEM_LIBDIR}/ext/extconf.rb
|
|
${GEM_LIBDIR}/ext/gvl_wrappers.c
|
|
${GEM_LIBDIR}/ext/gvl_wrappers.h
|
|
${GEM_LIBDIR}/ext/pg.c
|
|
${GEM_LIBDIR}/ext/pg.h
|
|
${GEM_LIBDIR}/ext/pg_binary_decoder.c
|
|
${GEM_LIBDIR}/ext/pg_binary_encoder.c
|
|
${GEM_LIBDIR}/ext/pg_coder.c
|
|
${GEM_LIBDIR}/ext/pg_connection.c
|
|
${GEM_LIBDIR}/ext/pg_copy_coder.c
|
|
${GEM_LIBDIR}/ext/pg_errors.c
|
|
${GEM_LIBDIR}/ext/pg_result.c
|
|
${GEM_LIBDIR}/ext/pg_text_decoder.c
|
|
${GEM_LIBDIR}/ext/pg_text_encoder.c
|
|
${GEM_LIBDIR}/ext/pg_type_map.c
|
|
${GEM_LIBDIR}/ext/pg_type_map_all_strings.c
|
|
${GEM_LIBDIR}/ext/pg_type_map_by_class.c
|
|
${GEM_LIBDIR}/ext/pg_type_map_by_column.c
|
|
${GEM_LIBDIR}/ext/pg_type_map_by_mri_type.c
|
|
${GEM_LIBDIR}/ext/pg_type_map_by_oid.c
|
|
${GEM_LIBDIR}/ext/pg_type_map_in_ruby.c
|
|
${GEM_LIBDIR}/ext/util.c
|
|
${GEM_LIBDIR}/ext/util.h
|
|
${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/basic_type_mapping.rb
|
|
${GEM_LIBDIR}/lib/pg/coder.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/text_decoder.rb
|
|
${GEM_LIBDIR}/lib/pg/text_encoder.rb
|
|
${GEM_LIBDIR}/lib/pg/type_map_by_column.rb
|
|
${GEM_LIBDIR}/lib/pg_ext.${RUBY_DLEXT}
|
|
${GEM_LIBDIR}/spec/data/expected_trace.out
|
|
${GEM_LIBDIR}/spec/data/random_binary_data
|
|
${GEM_LIBDIR}/spec/helpers.rb
|
|
${GEM_LIBDIR}/spec/pg/basic_type_mapping_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/connection_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/result_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_map_by_class_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_map_by_column_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_map_by_mri_type_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_map_by_oid_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_map_in_ruby_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_map_spec.rb
|
|
${GEM_LIBDIR}/spec/pg/type_spec.rb
|
|
${GEM_LIBDIR}/spec/pg_spec.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|