# -*- encoding: utf-8 -*- # stub: rom-sql 2.0.0.rc1 ruby lib Gem::Specification.new do |s| s.name = "rom-sql".freeze s.version = "2.0.0.rc1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Piotr Solnica".freeze] s.date = "2017-09-15" s.description = "SQL databases support for ROM".freeze s.email = ["piotr.solnica@gmail.com".freeze] s.files = ["CHANGELOG.md".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/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/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/geometric.rb".freeze, "lib/rom/sql/extensions/postgres/types/json.rb".freeze, "lib/rom/sql/extensions/postgres/types/network.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/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/pagination.rb".freeze, "lib/rom/sql/plugin/timestamps.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/associations_dsl.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] s.homepage = "http://rom-rb.org".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.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, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0.0.rc".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze]) end