# -*- encoding: utf-8 -*- # stub: rom-sql 3.6.2 ruby lib Gem::Specification.new do |s| s.name = "rom-sql".freeze s.version = "3.6.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/rom-rb/rom-sql/issues", "documentation_uri" => "https://api.rom-rb.org/rom-sql/", "mailing_list_uri" => "https://discourse.rom-rb.org/", "source_code_uri" => "https://github.com/rom-rb/rom-sql" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Piotr Solnica".freeze] s.date = "2024-01-09" s.description = "SQL databases support for ROM".freeze s.email = ["piotr.solnica@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "lib/rom-sql.rb".freeze, "lib/rom/plugins/relation/sql/auto_restrictions.rb".freeze, "lib/rom/plugins/relation/sql/instrumentation.rb".freeze, "lib/rom/plugins/relation/sql/postgres/explain.rb".freeze, "lib/rom/plugins/relation/sql/postgres/full_text_search.rb".freeze, "lib/rom/plugins/relation/sql/postgres/streaming.rb".freeze, "lib/rom/sql.rb".freeze, "lib/rom/sql/associations.rb".freeze, "lib/rom/sql/associations/core.rb".freeze, "lib/rom/sql/associations/many_to_many.rb".freeze, "lib/rom/sql/associations/many_to_one.rb".freeze, "lib/rom/sql/associations/one_to_many.rb".freeze, "lib/rom/sql/associations/one_to_one.rb".freeze, "lib/rom/sql/associations/one_to_one_through.rb".freeze, "lib/rom/sql/associations/self_ref.rb".freeze, "lib/rom/sql/attribute.rb".freeze, "lib/rom/sql/attribute_aliasing.rb".freeze, "lib/rom/sql/attribute_wrapping.rb".freeze, "lib/rom/sql/commands.rb".freeze, "lib/rom/sql/commands/create.rb".freeze, "lib/rom/sql/commands/delete.rb".freeze, "lib/rom/sql/commands/error_wrapper.rb".freeze, "lib/rom/sql/commands/update.rb".freeze, "lib/rom/sql/dsl.rb".freeze, "lib/rom/sql/error.rb".freeze, "lib/rom/sql/errors.rb".freeze, "lib/rom/sql/extensions.rb".freeze, "lib/rom/sql/extensions/active_support_notifications.rb".freeze, "lib/rom/sql/extensions/mysql.rb".freeze, "lib/rom/sql/extensions/mysql/type_builder.rb".freeze, "lib/rom/sql/extensions/postgres.rb".freeze, "lib/rom/sql/extensions/postgres/commands.rb".freeze, "lib/rom/sql/extensions/postgres/type_builder.rb".freeze, "lib/rom/sql/extensions/postgres/type_serializer.rb".freeze, "lib/rom/sql/extensions/postgres/types.rb".freeze, "lib/rom/sql/extensions/postgres/types/array.rb".freeze, "lib/rom/sql/extensions/postgres/types/array_types.rb".freeze, "lib/rom/sql/extensions/postgres/types/geometric.rb".freeze, "lib/rom/sql/extensions/postgres/types/json.rb".freeze, "lib/rom/sql/extensions/postgres/types/ltree.rb".freeze, "lib/rom/sql/extensions/postgres/types/network.rb".freeze, "lib/rom/sql/extensions/postgres/types/range.rb".freeze, "lib/rom/sql/extensions/rails_log_subscriber.rb".freeze, "lib/rom/sql/extensions/sqlite.rb".freeze, "lib/rom/sql/extensions/sqlite/type_builder.rb".freeze, "lib/rom/sql/extensions/sqlite/types.rb".freeze, "lib/rom/sql/foreign_key.rb".freeze, "lib/rom/sql/function.rb".freeze, "lib/rom/sql/gateway.rb".freeze, "lib/rom/sql/group_dsl.rb".freeze, "lib/rom/sql/index.rb".freeze, "lib/rom/sql/join_dsl.rb".freeze, "lib/rom/sql/mapper_compiler.rb".freeze, "lib/rom/sql/migration.rb".freeze, "lib/rom/sql/migration/inline_runner.rb".freeze, "lib/rom/sql/migration/migrator.rb".freeze, "lib/rom/sql/migration/recorder.rb".freeze, "lib/rom/sql/migration/runner.rb".freeze, "lib/rom/sql/migration/schema_diff.rb".freeze, "lib/rom/sql/migration/template.rb".freeze, "lib/rom/sql/migration/writer.rb".freeze, "lib/rom/sql/order_dsl.rb".freeze, "lib/rom/sql/plugin/associates.rb".freeze, "lib/rom/sql/plugin/nullify.rb".freeze, "lib/rom/sql/plugin/pagination.rb".freeze, "lib/rom/sql/plugins.rb".freeze, "lib/rom/sql/projection_dsl.rb".freeze, "lib/rom/sql/rake_task.rb".freeze, "lib/rom/sql/relation.rb".freeze, "lib/rom/sql/relation/reading.rb".freeze, "lib/rom/sql/relation/writing.rb".freeze, "lib/rom/sql/restriction_dsl.rb".freeze, "lib/rom/sql/schema.rb".freeze, "lib/rom/sql/schema/attributes_inferrer.rb".freeze, "lib/rom/sql/schema/dsl.rb".freeze, "lib/rom/sql/schema/index_dsl.rb".freeze, "lib/rom/sql/schema/inferrer.rb".freeze, "lib/rom/sql/schema/type_builder.rb".freeze, "lib/rom/sql/spec/support.rb".freeze, "lib/rom/sql/tasks/migration_tasks.rake".freeze, "lib/rom/sql/transaction.rb".freeze, "lib/rom/sql/type_dsl.rb".freeze, "lib/rom/sql/type_extensions.rb".freeze, "lib/rom/sql/type_serializer.rb".freeze, "lib/rom/sql/types.rb".freeze, "lib/rom/sql/version.rb".freeze, "lib/rom/sql/wrap.rb".freeze, "lib/rom/types/values.rb".freeze] s.homepage = "http://rom-rb.org".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "SQL databases support for ROM".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.49".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.2".freeze, ">= 5.2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.9".freeze]) end