# -*- encoding: utf-8 -*- # stub: torque-postgresql 1.1.7 ruby lib Gem::Specification.new do |s| s.name = "torque-postgresql".freeze s.version = "1.1.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.8.11".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Carlos Silva".freeze] s.date = "2020-08-27" s.description = "Add support to complex resources of PostgreSQL, like data types, array associations, and auxiliary statements (CTE)".freeze s.email = ["carlinhus.fsilva@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/torque-postgresql.rb".freeze, "lib/torque/postgresql.rb".freeze, "lib/torque/postgresql/adapter.rb".freeze, "lib/torque/postgresql/adapter/database_statements.rb".freeze, "lib/torque/postgresql/adapter/oid.rb".freeze, "lib/torque/postgresql/adapter/oid/box.rb".freeze, "lib/torque/postgresql/adapter/oid/circle.rb".freeze, "lib/torque/postgresql/adapter/oid/enum.rb".freeze, "lib/torque/postgresql/adapter/oid/enum_set.rb".freeze, "lib/torque/postgresql/adapter/oid/interval.rb".freeze, "lib/torque/postgresql/adapter/oid/line.rb".freeze, "lib/torque/postgresql/adapter/oid/range.rb".freeze, "lib/torque/postgresql/adapter/oid/segment.rb".freeze, "lib/torque/postgresql/adapter/quoting.rb".freeze, "lib/torque/postgresql/adapter/schema_creation.rb".freeze, "lib/torque/postgresql/adapter/schema_definitions.rb".freeze, "lib/torque/postgresql/adapter/schema_dumper.rb".freeze, "lib/torque/postgresql/adapter/schema_statements.rb".freeze, "lib/torque/postgresql/arel.rb".freeze, "lib/torque/postgresql/arel/infix_operation.rb".freeze, "lib/torque/postgresql/arel/join_source.rb".freeze, "lib/torque/postgresql/arel/nodes.rb".freeze, "lib/torque/postgresql/arel/operations.rb".freeze, "lib/torque/postgresql/arel/select_manager.rb".freeze, "lib/torque/postgresql/arel/visitors.rb".freeze, "lib/torque/postgresql/associations.rb".freeze, "lib/torque/postgresql/associations/association.rb".freeze, "lib/torque/postgresql/associations/association_scope.rb".freeze, "lib/torque/postgresql/associations/belongs_to_many_association.rb".freeze, "lib/torque/postgresql/associations/builder.rb".freeze, "lib/torque/postgresql/associations/builder/belongs_to_many.rb".freeze, "lib/torque/postgresql/associations/builder/has_many.rb".freeze, "lib/torque/postgresql/associations/join_dependency/join_association.rb".freeze, "lib/torque/postgresql/associations/preloader.rb".freeze, "lib/torque/postgresql/associations/preloader/association.rb".freeze, "lib/torque/postgresql/attributes.rb".freeze, "lib/torque/postgresql/attributes/builder.rb".freeze, "lib/torque/postgresql/attributes/builder/enum.rb".freeze, "lib/torque/postgresql/attributes/builder/period.rb".freeze, "lib/torque/postgresql/attributes/enum.rb".freeze, "lib/torque/postgresql/attributes/enum_set.rb".freeze, "lib/torque/postgresql/attributes/lazy.rb".freeze, "lib/torque/postgresql/attributes/period.rb".freeze, "lib/torque/postgresql/autosave_association.rb".freeze, "lib/torque/postgresql/auxiliary_statement.rb".freeze, "lib/torque/postgresql/auxiliary_statement/settings.rb".freeze, "lib/torque/postgresql/base.rb".freeze, "lib/torque/postgresql/coder.rb".freeze, "lib/torque/postgresql/collector.rb".freeze, "lib/torque/postgresql/config.rb".freeze, "lib/torque/postgresql/geometry_builder.rb".freeze, "lib/torque/postgresql/i18n.rb".freeze, "lib/torque/postgresql/inheritance.rb".freeze, "lib/torque/postgresql/migration.rb".freeze, "lib/torque/postgresql/migration/command_recorder.rb".freeze, "lib/torque/postgresql/railtie.rb".freeze, "lib/torque/postgresql/reflection.rb".freeze, "lib/torque/postgresql/reflection/abstract_reflection.rb".freeze, "lib/torque/postgresql/reflection/association_reflection.rb".freeze, "lib/torque/postgresql/reflection/belongs_to_many_reflection.rb".freeze, "lib/torque/postgresql/reflection/has_many_reflection.rb".freeze, "lib/torque/postgresql/reflection/runtime_reflection.rb".freeze, "lib/torque/postgresql/reflection/through_reflection.rb".freeze, "lib/torque/postgresql/relation.rb".freeze, "lib/torque/postgresql/relation/auxiliary_statement.rb".freeze, "lib/torque/postgresql/relation/distinct_on.rb".freeze, "lib/torque/postgresql/relation/inheritance.rb".freeze, "lib/torque/postgresql/relation/merger.rb".freeze, "lib/torque/postgresql/schema_cache.rb".freeze, "lib/torque/postgresql/schema_dumper.rb".freeze, "lib/torque/postgresql/version.rb".freeze, "lib/torque/range.rb".freeze] s.homepage = "https://github.com/crashtech/torque-postgresql".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "ActiveRecord extension to access PostgreSQL advanced resources".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.1".freeze, ">= 10.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze, ">= 1.5.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze, ">= 2.1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze, ">= 3.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze, ">= 5.0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze, ">= 1.5.0".freeze]) end