# -*- encoding: utf-8 -*- # stub: cipherstash-pg 1.0.0.beta.21 arm64-darwin lib Gem::Specification.new do |s| s.name = "cipherstash-pg".freeze s.version = "1.0.0.beta.21".freeze s.platform = "arm64-darwin".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "derived_from_pg_gem_version" => "1.4.6", "homepage_uri" => "https://github.com/cipherstash/cipherstash-pg", "source_code_uri" => "https://github.com/cipherstash/cipherstash-pg" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["CipherStash Engineers".freeze] s.date = "2023-10-26" s.description = "CipherStashPG is the Ruby interface to CipherStash-enhanced PostgresQL, based on PG. Known to work on Postgres 14+ (might work on older version)".freeze s.email = ["engineers@cipherstash.com".freeze] s.files = ["./.appveyor.yml".freeze, "./.gems".freeze, "./.gemtest".freeze, "./.github/workflows/binary-gems.yml".freeze, "./.github/workflows/source-gem.yml".freeze, "./.gitignore".freeze, "./.hgsigs".freeze, "./.hgtags".freeze, "./.irbrc".freeze, "./.pryrc".freeze, "./.tm_properties".freeze, "./.travis.yml".freeze, "./BSDL".freeze, "./Contributors.rdoc".freeze, "./Gemfile".freeze, "./Gemfile.lock".freeze, "./History.md".freeze, "./LICENSE".freeze, "./Manifest.txt".freeze, "./POSTGRES".freeze, "./README-OS_X.rdoc".freeze, "./README-Windows.rdoc".freeze, "./README.ja.md".freeze, "./README.md".freeze, "./Rakefile".freeze, "./Rakefile.cross".freeze, "./certs/ged.pem".freeze, "./certs/larskanis-2022.pem".freeze, "./certs/larskanis-2023.pem".freeze, "./cipherstash-pg.gemspec".freeze, "./lib/2.7/libpq.5.dylib".freeze, "./lib/2.7/pg_ext.bundle".freeze, "./lib/3.0/libpq.5.dylib".freeze, "./lib/3.0/pg_ext.bundle".freeze, "./lib/3.1/libpq.5.dylib".freeze, "./lib/3.1/pg_ext.bundle".freeze, "./lib/3.2/libpq.5.dylib".freeze, "./lib/3.2/pg_ext.bundle".freeze, "./lib/cipherstash-pg.rb".freeze, "./lib/cipherstash-pg/basic_type_map_based_on_result.rb".freeze, "./lib/cipherstash-pg/basic_type_map_for_queries.rb".freeze, "./lib/cipherstash-pg/basic_type_map_for_results.rb".freeze, "./lib/cipherstash-pg/basic_type_registry.rb".freeze, "./lib/cipherstash-pg/binary_decoder.rb".freeze, "./lib/cipherstash-pg/coder.rb".freeze, "./lib/cipherstash-pg/connection.rb".freeze, "./lib/cipherstash-pg/constants.rb".freeze, "./lib/cipherstash-pg/exceptions.rb".freeze, "./lib/cipherstash-pg/result.rb".freeze, "./lib/cipherstash-pg/text_decoder.rb".freeze, "./lib/cipherstash-pg/text_encoder.rb".freeze, "./lib/cipherstash-pg/tuple.rb".freeze, "./lib/cipherstash-pg/type_map_by_column.rb".freeze, "./lib/cipherstash-pg/version.rb".freeze, "./misc/openssl-pg-segfault.rb".freeze, "./misc/postgres/History.txt".freeze, "./misc/postgres/Manifest.txt".freeze, "./misc/postgres/README.txt".freeze, "./misc/postgres/Rakefile".freeze, "./misc/postgres/lib/postgres.rb".freeze, "./misc/ruby-pg/History.txt".freeze, "./misc/ruby-pg/Manifest.txt".freeze, "./misc/ruby-pg/README.txt".freeze, "./misc/ruby-pg/Rakefile".freeze, "./misc/ruby-pg/lib/ruby/pg.rb".freeze, "./rakelib/task_extension.rb".freeze, "./sample/array_insert.rb".freeze, "./sample/async_api.rb".freeze, "./sample/async_copyto.rb".freeze, "./sample/async_mixed.rb".freeze, "./sample/check_conn.rb".freeze, "./sample/copydata.rb".freeze, "./sample/copyfrom.rb".freeze, "./sample/copyto.rb".freeze, "./sample/cursor.rb".freeze, "./sample/disk_usage_report.rb".freeze, "./sample/issue-119.rb".freeze, "./sample/losample.rb".freeze, "./sample/minimal-testcase.rb".freeze, "./sample/notify_wait.rb".freeze, "./sample/pg_statistics.rb".freeze, "./sample/replication_monitor.rb".freeze, "./sample/test_binary_values.rb".freeze, "./sample/wal_shipper.rb".freeze, "./sample/warehouse_partitions.rb".freeze, "./translation/.po4a-version".freeze, "./translation/po/all.pot".freeze, "./translation/po/ja.po".freeze, "./translation/po4a.cfg".freeze, "./vendor/database-extensions/install.sql".freeze, "./vendor/database-extensions/uninstall.sql".freeze] s.homepage = "https://github.com/cipherstash/cipherstash-pg".freeze s.licenses = ["BSD-2-Clause".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze, "--title".freeze, "CipherStashPG: The Ruby PostgreSQL Driver for CipherStash-enhanced PostgreSQL".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CipherStashPG is the Ruby interface to CipherStash-enhanced PostgresQL, based on PG".freeze end