# -*- encoding: utf-8 -*- # stub: rom-sql 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "rom-sql".freeze s.version = "1.3.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Piotr Solnica".freeze] s.date = "2017-05-02" s.description = "SQL databases support for ROM".freeze s.email = ["piotr.solnica@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "circle.yml".freeze, "lib/rom-sql.rb".freeze, "lib/rom/plugins/relation/sql/auto_combine.rb".freeze, "lib/rom/plugins/relation/sql/auto_restrictions.rb".freeze, "lib/rom/plugins/relation/sql/auto_wrap.rb".freeze, "lib/rom/plugins/relation/sql/instrumentation.rb".freeze, "lib/rom/sql.rb".freeze, "lib/rom/sql/association.rb".freeze, "lib/rom/sql/association/many_to_many.rb".freeze, "lib/rom/sql/association/many_to_one.rb".freeze, "lib/rom/sql/association/name.rb".freeze, "lib/rom/sql/association/one_to_many.rb".freeze, "lib/rom/sql/association/one_to_one.rb".freeze, "lib/rom/sql/association/one_to_one_through.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/transaction.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/inferrer.rb".freeze, "lib/rom/sql/extensions/postgres.rb".freeze, "lib/rom/sql/extensions/postgres/commands.rb".freeze, "lib/rom/sql/extensions/postgres/inferrer.rb".freeze, "lib/rom/sql/extensions/postgres/types.rb".freeze, "lib/rom/sql/extensions/rails_log_subscriber.rb".freeze, "lib/rom/sql/extensions/sqlite.rb".freeze, "lib/rom/sql/extensions/sqlite/inferrer.rb".freeze, "lib/rom/sql/extensions/sqlite/types.rb".freeze, "lib/rom/sql/function.rb".freeze, "lib/rom/sql/gateway.rb".freeze, "lib/rom/sql/group_dsl.rb".freeze, "lib/rom/sql/migration.rb".freeze, "lib/rom/sql/migration/migrator.rb".freeze, "lib/rom/sql/migration/template.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/qualified_attribute.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/sequel_api.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/dsl.rb".freeze, "lib/rom/sql/schema/inferrer.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/types.rb".freeze, "lib/rom/sql/version.rb".freeze, "log/.gitkeep".freeze, "rom-sql.gemspec".freeze, "spec/extensions/postgres/attribute_spec.rb".freeze, "spec/extensions/postgres/integration_spec.rb".freeze, "spec/extensions/postgres/types_spec.rb".freeze, "spec/extensions/sqlite/types_spec.rb".freeze, "spec/fixtures/migrations/20150403090603_create_carrots.rb".freeze, "spec/integration/association/many_to_many/custom_fks_spec.rb".freeze, "spec/integration/association/many_to_many/from_view_spec.rb".freeze, "spec/integration/association/many_to_many_spec.rb".freeze, "spec/integration/association/many_to_one/custom_fks_spec.rb".freeze, "spec/integration/association/many_to_one/from_view_spec.rb".freeze, "spec/integration/association/many_to_one/self_ref_spec.rb".freeze, "spec/integration/association/many_to_one_spec.rb".freeze, "spec/integration/association/one_to_many/custom_fks_spec.rb".freeze, "spec/integration/association/one_to_many/from_view_spec.rb".freeze, "spec/integration/association/one_to_many/self_ref_spec.rb".freeze, "spec/integration/association/one_to_many_spec.rb".freeze, "spec/integration/association/one_to_one_spec.rb".freeze, "spec/integration/association/one_to_one_through_spec.rb".freeze, "spec/integration/combine_spec.rb".freeze, "spec/integration/commands/create_spec.rb".freeze, "spec/integration/commands/delete_spec.rb".freeze, "spec/integration/commands/update_spec.rb".freeze, "spec/integration/commands/upsert_spec.rb".freeze, "spec/integration/gateway_spec.rb".freeze, "spec/integration/migration_spec.rb".freeze, "spec/integration/plugins/associates/many_to_many_spec.rb".freeze, "spec/integration/plugins/associates_spec.rb".freeze, "spec/integration/plugins/auto_restrictions_spec.rb".freeze, "spec/integration/plugins/auto_wrap_spec.rb".freeze, "spec/integration/relation_schema_spec.rb".freeze, "spec/integration/schema/call_spec.rb".freeze, "spec/integration/schema/inferrer/mysql_spec.rb".freeze, "spec/integration/schema/inferrer/postgres_spec.rb".freeze, "spec/integration/schema/inferrer/sqlite_spec.rb".freeze, "spec/integration/schema/inferrer_spec.rb".freeze, "spec/integration/schema/prefix_spec.rb".freeze, "spec/integration/schema/qualified_spec.rb".freeze, "spec/integration/schema/rename_spec.rb".freeze, "spec/integration/schema/view_spec.rb".freeze, "spec/integration/sequel_api_spec.rb".freeze, "spec/integration/setup_spec.rb".freeze, "spec/integration/support/active_support_notifications_spec.rb".freeze, "spec/integration/support/rails_log_subscriber_spec.rb".freeze, "spec/shared/accounts.rb".freeze, "spec/shared/database_setup.rb".freeze, "spec/shared/notes.rb".freeze, "spec/shared/posts.rb".freeze, "spec/shared/puppies.rb".freeze, "spec/shared/relations.rb".freeze, "spec/shared/users.rb".freeze, "spec/shared/users_and_tasks.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/env_helper.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/oracle/create_users.sql".freeze, "spec/support/oracle/set_sys_passwords.sql".freeze, "spec/unit/association/many_to_many_spec.rb".freeze, "spec/unit/association/many_to_one_spec.rb".freeze, "spec/unit/association/name_spec.rb".freeze, "spec/unit/association/one_to_many_spec.rb".freeze, "spec/unit/association/one_to_one_spec.rb".freeze, "spec/unit/association/one_to_one_through_spec.rb".freeze, "spec/unit/attribute_spec.rb".freeze, "spec/unit/function_spec.rb".freeze, "spec/unit/gateway_spec.rb".freeze, "spec/unit/logger_spec.rb".freeze, "spec/unit/migration_tasks_spec.rb".freeze, "spec/unit/migrator_spec.rb".freeze, "spec/unit/order_dsl_spec.rb".freeze, "spec/unit/plugin/associates_spec.rb".freeze, "spec/unit/plugin/pagination_spec.rb".freeze, "spec/unit/plugin/timestamp_spec.rb".freeze, "spec/unit/projection_dsl_spec.rb".freeze, "spec/unit/relation/assoc_spec.rb".freeze, "spec/unit/relation/associations_spec.rb".freeze, "spec/unit/relation/avg_spec.rb".freeze, "spec/unit/relation/by_pk_spec.rb".freeze, "spec/unit/relation/dataset_spec.rb".freeze, "spec/unit/relation/distinct_spec.rb".freeze, "spec/unit/relation/exclude_spec.rb".freeze, "spec/unit/relation/exist_predicate_spec.rb".freeze, "spec/unit/relation/fetch_spec.rb".freeze, "spec/unit/relation/group_spec.rb".freeze, "spec/unit/relation/having_spec.rb".freeze, "spec/unit/relation/inner_join_spec.rb".freeze, "spec/unit/relation/inspect_spec.rb".freeze, "spec/unit/relation/instrument_spec.rb".freeze, "spec/unit/relation/invert_spec.rb".freeze, "spec/unit/relation/left_join_spec.rb".freeze, "spec/unit/relation/map_spec.rb".freeze, "spec/unit/relation/max_spec.rb".freeze, "spec/unit/relation/min_spec.rb".freeze, "spec/unit/relation/order_spec.rb".freeze, "spec/unit/relation/pluck_spec.rb".freeze, "spec/unit/relation/prefix_spec.rb".freeze, "spec/unit/relation/primary_key_spec.rb".freeze, "spec/unit/relation/project_spec.rb".freeze, "spec/unit/relation/qualified_columns_spec.rb".freeze, "spec/unit/relation/qualified_spec.rb".freeze, "spec/unit/relation/read_spec.rb".freeze, "spec/unit/relation/rename_spec.rb".freeze, "spec/unit/relation/right_join_spec.rb".freeze, "spec/unit/relation/select_append_spec.rb".freeze, "spec/unit/relation/select_spec.rb".freeze, "spec/unit/relation/sum_spec.rb".freeze, "spec/unit/relation/union_spec.rb".freeze, "spec/unit/relation/unique_predicate_spec.rb".freeze, "spec/unit/relation/where_spec.rb".freeze, "spec/unit/restriction_dsl_spec.rb".freeze, "spec/unit/schema_spec.rb".freeze, "spec/unit/types_spec.rb".freeze] s.homepage = "http://rom-rb.org".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "SQL databases support for ROM".freeze s.test_files = ["spec/extensions/postgres/attribute_spec.rb".freeze, "spec/extensions/postgres/integration_spec.rb".freeze, "spec/extensions/postgres/types_spec.rb".freeze, "spec/extensions/sqlite/types_spec.rb".freeze, "spec/fixtures/migrations/20150403090603_create_carrots.rb".freeze, "spec/integration/association/many_to_many/custom_fks_spec.rb".freeze, "spec/integration/association/many_to_many/from_view_spec.rb".freeze, "spec/integration/association/many_to_many_spec.rb".freeze, "spec/integration/association/many_to_one/custom_fks_spec.rb".freeze, "spec/integration/association/many_to_one/from_view_spec.rb".freeze, "spec/integration/association/many_to_one/self_ref_spec.rb".freeze, "spec/integration/association/many_to_one_spec.rb".freeze, "spec/integration/association/one_to_many/custom_fks_spec.rb".freeze, "spec/integration/association/one_to_many/from_view_spec.rb".freeze, "spec/integration/association/one_to_many/self_ref_spec.rb".freeze, "spec/integration/association/one_to_many_spec.rb".freeze, "spec/integration/association/one_to_one_spec.rb".freeze, "spec/integration/association/one_to_one_through_spec.rb".freeze, "spec/integration/combine_spec.rb".freeze, "spec/integration/commands/create_spec.rb".freeze, "spec/integration/commands/delete_spec.rb".freeze, "spec/integration/commands/update_spec.rb".freeze, "spec/integration/commands/upsert_spec.rb".freeze, "spec/integration/gateway_spec.rb".freeze, "spec/integration/migration_spec.rb".freeze, "spec/integration/plugins/associates/many_to_many_spec.rb".freeze, "spec/integration/plugins/associates_spec.rb".freeze, "spec/integration/plugins/auto_restrictions_spec.rb".freeze, "spec/integration/plugins/auto_wrap_spec.rb".freeze, "spec/integration/relation_schema_spec.rb".freeze, "spec/integration/schema/call_spec.rb".freeze, "spec/integration/schema/inferrer/mysql_spec.rb".freeze, "spec/integration/schema/inferrer/postgres_spec.rb".freeze, "spec/integration/schema/inferrer/sqlite_spec.rb".freeze, "spec/integration/schema/inferrer_spec.rb".freeze, "spec/integration/schema/prefix_spec.rb".freeze, "spec/integration/schema/qualified_spec.rb".freeze, "spec/integration/schema/rename_spec.rb".freeze, "spec/integration/schema/view_spec.rb".freeze, "spec/integration/sequel_api_spec.rb".freeze, "spec/integration/setup_spec.rb".freeze, "spec/integration/support/active_support_notifications_spec.rb".freeze, "spec/integration/support/rails_log_subscriber_spec.rb".freeze, "spec/shared/accounts.rb".freeze, "spec/shared/database_setup.rb".freeze, "spec/shared/notes.rb".freeze, "spec/shared/posts.rb".freeze, "spec/shared/puppies.rb".freeze, "spec/shared/relations.rb".freeze, "spec/shared/users.rb".freeze, "spec/shared/users_and_tasks.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/env_helper.rb".freeze, "spec/support/helpers.rb".freeze, "spec/support/oracle/create_users.sql".freeze, "spec/support/oracle/set_sys_passwords.sql".freeze, "spec/unit/association/many_to_many_spec.rb".freeze, "spec/unit/association/many_to_one_spec.rb".freeze, "spec/unit/association/name_spec.rb".freeze, "spec/unit/association/one_to_many_spec.rb".freeze, "spec/unit/association/one_to_one_spec.rb".freeze, "spec/unit/association/one_to_one_through_spec.rb".freeze, "spec/unit/attribute_spec.rb".freeze, "spec/unit/function_spec.rb".freeze, "spec/unit/gateway_spec.rb".freeze, "spec/unit/logger_spec.rb".freeze, "spec/unit/migration_tasks_spec.rb".freeze, "spec/unit/migrator_spec.rb".freeze, "spec/unit/order_dsl_spec.rb".freeze, "spec/unit/plugin/associates_spec.rb".freeze, "spec/unit/plugin/pagination_spec.rb".freeze, "spec/unit/plugin/timestamp_spec.rb".freeze, "spec/unit/projection_dsl_spec.rb".freeze, "spec/unit/relation/assoc_spec.rb".freeze, "spec/unit/relation/associations_spec.rb".freeze, "spec/unit/relation/avg_spec.rb".freeze, "spec/unit/relation/by_pk_spec.rb".freeze, "spec/unit/relation/dataset_spec.rb".freeze, "spec/unit/relation/distinct_spec.rb".freeze, "spec/unit/relation/exclude_spec.rb".freeze, "spec/unit/relation/exist_predicate_spec.rb".freeze, "spec/unit/relation/fetch_spec.rb".freeze, "spec/unit/relation/group_spec.rb".freeze, "spec/unit/relation/having_spec.rb".freeze, "spec/unit/relation/inner_join_spec.rb".freeze, "spec/unit/relation/inspect_spec.rb".freeze, "spec/unit/relation/instrument_spec.rb".freeze, "spec/unit/relation/invert_spec.rb".freeze, "spec/unit/relation/left_join_spec.rb".freeze, "spec/unit/relation/map_spec.rb".freeze, "spec/unit/relation/max_spec.rb".freeze, "spec/unit/relation/min_spec.rb".freeze, "spec/unit/relation/order_spec.rb".freeze, "spec/unit/relation/pluck_spec.rb".freeze, "spec/unit/relation/prefix_spec.rb".freeze, "spec/unit/relation/primary_key_spec.rb".freeze, "spec/unit/relation/project_spec.rb".freeze, "spec/unit/relation/qualified_columns_spec.rb".freeze, "spec/unit/relation/qualified_spec.rb".freeze, "spec/unit/relation/read_spec.rb".freeze, "spec/unit/relation/rename_spec.rb".freeze, "spec/unit/relation/right_join_spec.rb".freeze, "spec/unit/relation/select_append_spec.rb".freeze, "spec/unit/relation/select_spec.rb".freeze, "spec/unit/relation/sum_spec.rb".freeze, "spec/unit/relation/union_spec.rb".freeze, "spec/unit/relation/unique_predicate_spec.rb".freeze, "spec/unit/relation/where_spec.rb".freeze, "spec/unit/restriction_dsl_spec.rb".freeze, "spec/unit/schema_spec.rb".freeze, "spec/unit/types_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.43".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze, ">= 0.10.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze, ">= 0.2.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze, ">= 3.2.1".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