# -*- encoding: utf-8 -*- # stub: activerecord-cipherstash-pg-adapter 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "activerecord-cipherstash-pg-adapter".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/cipherstash/activerecord-cipherstash-pg-adapter/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/cipherstash/activerecord-cipherstash-pg-adapter", "source_code_uri" => "https://github.com/cipherstash/activerecord-cipherstash-pg-adapter.git" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Robin Howard".freeze] s.bindir = "exe".freeze s.date = "2023-03-29" s.description = "CipherStash PostgreSQL adapter for ActiveRecord.".freeze s.email = ["robin@cipherstash.com".freeze] s.files = [".rspec".freeze, ".tool-versions".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "activerecord-cipherstash-pg-adapter.gemspec".freeze, "lib/active_record/connection_adapters/cipherstash_pg/cipherstash_tasks.rake".freeze, "lib/active_record/connection_adapters/cipherstash_pg/column.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/database_extensions.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/database_statements.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/database_tasks.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/explain_pretty_printer.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/array.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/bit.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/bit_varying.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/bytea.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/cidr.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/date.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/date_time.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/decimal.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/enum.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/hstore.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/inet.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/interval.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/jsonb.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/legacy_point.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/macaddr.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/money.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/oid.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/point.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/range.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/specialized_string.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/timestamp.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/timestamp_with_time_zone.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/type_map_initializer.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/uuid.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/vector.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/oid/xml.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/quoting.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/referential_integrity.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/schema_creation.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/schema_definitions.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/schema_dumper.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/schema_statements.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/type_metadata.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg/utils.rb".freeze, "lib/active_record/connection_adapters/cipherstash_pg_adapter.rb".freeze, "lib/active_record/connection_adapters/postgres_cipherstash_adapter.rb".freeze, "lib/activerecord-cipherstash-pg-adapter.rb".freeze, "lib/version.rb".freeze] s.homepage = "https://github.com/cipherstash/activerecord-cipherstash-pg-adapter".freeze s.licenses = ["LicenseRef-LICENCE".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CipherStash PostgreSQL adapter for ActiveRecord.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4.5".freeze]) end