--- !ruby/object:Gem::Specification name: cipherstash-pg version: !ruby/object:Gem::Version version: 1.0.0.beta.4 platform: x86_64-darwin-22 authors: - CipherStash Engineers autorequire: bindir: bin cert_chain: [] date: 2023-05-01 00:00:00.000000000 Z dependencies: [] description: CipherStashPG is the Ruby interface to CipherStash-enhanced PostgresQL, based on PG. Known to work on Postgres 14+ (might work on older version) email: - engineers@cipherstash.com 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" - "./Gemfile.lock" - "./History.md" - "./LICENSE" - "./Manifest.txt" - "./POSTGRES" - "./README-OS_X.rdoc" - "./README-Windows.rdoc" - "./README.ja.md" - "./README.md" - "./Rakefile" - "./Rakefile.cross" - "./certs/ged.pem" - "./certs/larskanis-2022.pem" - "./certs/larskanis-2023.pem" - "./cipherstash-pg.gemspec" - "./lib/2.7/pg_ext.bundle" - "./lib/3.0/pg_ext.bundle" - "./lib/3.1/pg_ext.bundle" - "./lib/3.2/pg_ext.bundle" - "./lib/cipherstash-pg.rb" - "./lib/cipherstash-pg/basic_type_map_based_on_result.rb" - "./lib/cipherstash-pg/basic_type_map_for_queries.rb" - "./lib/cipherstash-pg/basic_type_map_for_results.rb" - "./lib/cipherstash-pg/basic_type_registry.rb" - "./lib/cipherstash-pg/binary_decoder.rb" - "./lib/cipherstash-pg/coder.rb" - "./lib/cipherstash-pg/connection.rb" - "./lib/cipherstash-pg/constants.rb" - "./lib/cipherstash-pg/exceptions.rb" - "./lib/cipherstash-pg/result.rb" - "./lib/cipherstash-pg/text_decoder.rb" - "./lib/cipherstash-pg/text_encoder.rb" - "./lib/cipherstash-pg/tuple.rb" - "./lib/cipherstash-pg/type_map_by_column.rb" - "./lib/cipherstash-pg/version.rb" - "./lib/libpq.5.dylib" - "./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" - "./rakelib/task_extension.rb" - "./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" - "./translation/.po4a-version" - "./translation/po/all.pot" - "./translation/po/ja.po" - "./translation/po4a.cfg" - "./vendor/database-extensions/install.sql" - "./vendor/database-extensions/uninstall.sql" homepage: https://github.com/cipherstash/cipherstash-pg licenses: - BSD-2-Clause metadata: homepage_uri: https://github.com/cipherstash/cipherstash-pg source_code_uri: https://github.com/cipherstash/cipherstash-pg derived_from_pg_gem_version: 1.4.6 post_install_message: rdoc_options: - "--main" - README.md - "--title" - 'CipherStashPG: The Ruby PostgreSQL Driver for CipherStash-enhanced PostgreSQL' require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.7' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubygems_version: 3.4.6 signing_key: specification_version: 4 summary: CipherStashPG is the Ruby interface to CipherStash-enhanced PostgresQL, based on PG test_files: []