--- !ruby/object:Gem::Specification name: pg version: !ruby/object:Gem::Version version: 1.3.0.rc1 platform: x64-mingw32 authors: - Michael Granger - Lars Kanis autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIC/DCCAeSgAwIBAgIBAjANBgkqhkiG9w0BAQsFADAkMSIwIAYDVQQDDBl0cmF2 aXMtY2kvREM9ZHVtbXkvREM9b3JnMB4XDTIxMDUyMjA3MjgxNFoXDTIyMDUyMjA3 MjgxNFowJDEiMCAGA1UEAwwZdHJhdmlzLWNpL0RDPWR1bW15L0RDPW9yZzCCASIw DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK+5uh+zqCXKho0zXIaLmJD6YDpa l07nJ+PQFcMBYgsKA2ip01THj3DVYwP/va6hYgqPmxEJB3tsEthKnHVHm0dgqqg/ gfyDFU0ZfbSYKeNlZQRIdddKPc6dNbmtY2gBWFt6YOZnBccsgJmSUAbh0a9xhVbm qAStn/q7eq9iW9+12AB9HM+QCWrsCAXEHGGNENDAK9HtHwBs4KsneiIQY5rd/Mzs Ii25XXnDUa1NjC4u/mMuJXBpWLw2rEAQkzEFQBZR0W0ehm9Mi4TokhLy/QH8GRaH 0KADzpk1cxuOrEBIhy6ISQs7g/tI6YTePAmDMTsodov02FZCcMpoxOifpFkCAwEA AaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFOTn5ek+QtcI g+ZglIvRPAPGoXvLMA0GCSqGSIb3DQEBCwUAA4IBAQCkYZdWhRDXD2i1x+i9ldUt seNbE+9n742DLgTeQoGyrGO8qabcfM/DBC5iohpFfXa6tJ/ufT2G4xwJq9CVgkY9 JQWZfxrqzRwY69Rq7MA5lAJ9/HpzkjEiZjPO0jYEhy7iznnhWCzmUFFO9++hH5Mj SviDbWEcg72gtdu53KTk+dlWFRMK/zVXX2LsxdJ8+oL/HrPUKIPaMuvaPiOxZ85i 6k/UaTHptue0Rj8i8Xv3VmPvYrk3LacY/rmUvJAv+rrd5vBxYI8HZ+VPZD+IcLVL bF2Y4mTGMgJ2+MB9E838+Rh6U7sDsKfP5d9102VfpDaueM4jxBHxeY7g/UIyYS/1 -----END CERTIFICATE----- date: 2021-12-27 00:00:00.000000000 Z dependencies: [] description: Pg is the Ruby interface to the PostgreSQL RDBMS. It works with PostgreSQL 9.3 and later. email: - ged@FaerieMUD.org - lars@greiz-reinsdorf.de executables: [] extensions: [] extra_rdoc_files: [] files: - ".appveyor.yml" - ".gems" - ".gemtest" - ".github/workflows/binary-gems.yml" - ".github/workflows/source-gem.yml" - ".gitignore" - ".hgsigs" - ".hgtags" - ".irbrc" - ".pryrc" - ".tm_properties" - ".travis.yml" - BSDL - Contributors.rdoc - Gemfile - History.rdoc - LICENSE - Manifest.txt - POSTGRES - README-OS_X.rdoc - README-Windows.rdoc - README.ja.rdoc - README.rdoc - Rakefile - Rakefile.cross - certs/ged.pem - ext/errorcodes.def - ext/errorcodes.rb - ext/errorcodes.txt - ext/extconf.rb - ext/gvl_wrappers.c - ext/gvl_wrappers.h - ext/pg.c - ext/pg.h - ext/pg_binary_decoder.c - ext/pg_binary_encoder.c - ext/pg_coder.c - ext/pg_connection.c - ext/pg_copy_coder.c - ext/pg_errors.c - ext/pg_record_coder.c - ext/pg_result.c - ext/pg_text_decoder.c - ext/pg_text_encoder.c - ext/pg_tuple.c - ext/pg_type_map.c - ext/pg_type_map_all_strings.c - ext/pg_type_map_by_class.c - ext/pg_type_map_by_column.c - ext/pg_type_map_by_mri_type.c - ext/pg_type_map_by_oid.c - ext/pg_type_map_in_ruby.c - ext/pg_util.c - ext/pg_util.h - ext/vc/pg.sln - ext/vc/pg_18/pg.vcproj - ext/vc/pg_19/pg_19.vcproj - lib/2.5/pg_ext.so - lib/2.6/pg_ext.so - lib/2.7/pg_ext.so - lib/3.0/pg_ext.so - lib/pg.rb - lib/pg/basic_type_map_based_on_result.rb - lib/pg/basic_type_map_for_queries.rb - lib/pg/basic_type_map_for_results.rb - lib/pg/basic_type_registry.rb - lib/pg/binary_decoder.rb - lib/pg/coder.rb - lib/pg/connection.rb - lib/pg/constants.rb - lib/pg/exceptions.rb - lib/pg/result.rb - lib/pg/text_decoder.rb - lib/pg/text_encoder.rb - lib/pg/tuple.rb - lib/pg/type_map_by_column.rb - lib/pg/version.rb - lib/x64-mingw32/libpq.dll - misc/openssl-pg-segfault.rb - misc/postgres/History.txt - misc/postgres/Manifest.txt - misc/postgres/README.txt - misc/postgres/Rakefile - misc/postgres/lib/postgres.rb - misc/ruby-pg/History.txt - misc/ruby-pg/Manifest.txt - misc/ruby-pg/README.txt - misc/ruby-pg/Rakefile - misc/ruby-pg/lib/ruby/pg.rb - pg.gemspec - sample/array_insert.rb - sample/async_api.rb - sample/async_copyto.rb - sample/async_mixed.rb - sample/check_conn.rb - sample/copydata.rb - sample/copyfrom.rb - sample/copyto.rb - sample/cursor.rb - sample/disk_usage_report.rb - sample/issue-119.rb - sample/losample.rb - sample/minimal-testcase.rb - sample/notify_wait.rb - sample/pg_statistics.rb - sample/replication_monitor.rb - sample/test_binary_values.rb - sample/wal_shipper.rb - sample/warehouse_partitions.rb homepage: https://github.com/ged/ruby-pg licenses: - BSD-2-Clause metadata: homepage_uri: https://github.com/ged/ruby-pg source_code_uri: https://github.com/ged/ruby-pg changelog_uri: https://github.com/ged/ruby-pg/blob/master/History.rdoc documentation_uri: http://deveiate.org/code/pg post_install_message: rdoc_options: - "--main" - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' - - "<" - !ruby/object:Gem::Version version: 3.1.dev required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.2.3 signing_key: specification_version: 4 summary: Pg is the Ruby interface to the PostgreSQL RDBMS test_files: []