# -*- encoding: utf-8 -*- # stub: composite_primary_keys 8.1.0 ruby lib Gem::Specification.new do |s| s.name = "composite_primary_keys".freeze s.version = "8.1.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 = ["Charlie Savage".freeze] s.date = "2015-03-23" s.description = "Composite key support for ActiveRecord".freeze s.files = ["History.rdoc".freeze, "README.rdoc".freeze, "README_DB2.rdoc".freeze, "Rakefile".freeze, "lib/composite_primary_keys.rb".freeze, "lib/composite_primary_keys/associations/association.rb".freeze, "lib/composite_primary_keys/associations/association_scope.rb".freeze, "lib/composite_primary_keys/associations/collection_association.rb".freeze, "lib/composite_primary_keys/associations/has_many_association.rb".freeze, "lib/composite_primary_keys/associations/has_many_through_association.rb".freeze, "lib/composite_primary_keys/associations/join_dependency.rb".freeze, "lib/composite_primary_keys/associations/join_dependency/join_association.rb".freeze, "lib/composite_primary_keys/associations/preloader/association.rb".freeze, "lib/composite_primary_keys/associations/preloader/belongs_to.rb".freeze, "lib/composite_primary_keys/associations/singular_association.rb".freeze, "lib/composite_primary_keys/attribute_methods.rb".freeze, "lib/composite_primary_keys/attribute_methods/dirty.rb".freeze, "lib/composite_primary_keys/attribute_methods/primary_key.rb".freeze, "lib/composite_primary_keys/attribute_methods/read.rb".freeze, "lib/composite_primary_keys/attribute_methods/write.rb".freeze, "lib/composite_primary_keys/attribute_set/builder.rb".freeze, "lib/composite_primary_keys/base.rb".freeze, "lib/composite_primary_keys/composite_arrays.rb".freeze, "lib/composite_primary_keys/composite_predicates.rb".freeze, "lib/composite_primary_keys/composite_relation.rb".freeze, "lib/composite_primary_keys/connection_adapters/abstract/connection_specification_changes.rb".freeze, "lib/composite_primary_keys/connection_adapters/abstract_adapter.rb".freeze, "lib/composite_primary_keys/connection_adapters/postgresql_adapter.rb".freeze, "lib/composite_primary_keys/connection_adapters/sqlserver_adapter.rb".freeze, "lib/composite_primary_keys/core.rb".freeze, "lib/composite_primary_keys/dirty.rb".freeze, "lib/composite_primary_keys/fixtures.rb".freeze, "lib/composite_primary_keys/locking/optimistic.rb".freeze, "lib/composite_primary_keys/model_schema.rb".freeze, "lib/composite_primary_keys/nested_attributes.rb".freeze, "lib/composite_primary_keys/persistence.rb".freeze, "lib/composite_primary_keys/relation.rb".freeze, "lib/composite_primary_keys/relation/batches.rb".freeze, "lib/composite_primary_keys/relation/calculations.rb".freeze, "lib/composite_primary_keys/relation/finder_methods.rb".freeze, "lib/composite_primary_keys/relation/predicate_builder.rb".freeze, "lib/composite_primary_keys/relation/query_methods.rb".freeze, "lib/composite_primary_keys/sanitization.rb".freeze, "lib/composite_primary_keys/validations/uniqueness.rb".freeze, "lib/composite_primary_keys/version.rb".freeze, "scripts/console.rb".freeze, "scripts/txt2html".freeze, "scripts/txt2js".freeze, "tasks/databases/mysql.rake".freeze, "tasks/databases/oracle.rake".freeze, "tasks/databases/postgresql.rake".freeze, "tasks/databases/sqlite3.rake".freeze, "tasks/databases/sqlserver.rake".freeze, "tasks/website.rake".freeze, "test/README_tests.rdoc".freeze, "test/abstract_unit.rb".freeze, "test/connections/connection_spec.rb".freeze, "test/connections/databases.ci.yml".freeze, "test/connections/databases.example.yml".freeze, "test/connections/databases.yml".freeze, "test/connections/native_ibm_db/connection.rb".freeze, "test/connections/native_mysql/connection.rb".freeze, "test/connections/native_oracle/connection.rb".freeze, "test/connections/native_oracle_enhanced/connection.rb".freeze, "test/connections/native_postgresql/connection.rb".freeze, "test/connections/native_sqlite3/connection.rb".freeze, "test/connections/native_sqlserver/connection.rb".freeze, "test/db_test.rb".freeze, "test/fixtures/article.rb".freeze, "test/fixtures/articles.yml".freeze, "test/fixtures/capitol.rb".freeze, "test/fixtures/capitols.yml".freeze, "test/fixtures/comment.rb".freeze, "test/fixtures/comments.yml".freeze, "test/fixtures/db_definitions/db2-create-tables.sql".freeze, "test/fixtures/db_definitions/db2-drop-tables.sql".freeze, "test/fixtures/db_definitions/mysql.sql".freeze, "test/fixtures/db_definitions/oracle.drop.sql".freeze, "test/fixtures/db_definitions/oracle.sql".freeze, "test/fixtures/db_definitions/postgresql.sql".freeze, "test/fixtures/db_definitions/sqlite.sql".freeze, "test/fixtures/db_definitions/sqlserver.drop.sql".freeze, "test/fixtures/db_definitions/sqlserver.sql".freeze, "test/fixtures/department.rb".freeze, "test/fixtures/departments.yml".freeze, "test/fixtures/dorm.rb".freeze, "test/fixtures/dorms.yml".freeze, "test/fixtures/employee.rb".freeze, "test/fixtures/employees.yml".freeze, "test/fixtures/group.rb".freeze, "test/fixtures/groups.yml".freeze, "test/fixtures/hack.rb".freeze, "test/fixtures/hacks.yml".freeze, "test/fixtures/membership.rb".freeze, "test/fixtures/membership_status.rb".freeze, "test/fixtures/membership_statuses.yml".freeze, "test/fixtures/memberships.yml".freeze, "test/fixtures/product.rb".freeze, "test/fixtures/product_tariff.rb".freeze, "test/fixtures/product_tariffs.yml".freeze, "test/fixtures/products.yml".freeze, "test/fixtures/reading.rb".freeze, "test/fixtures/readings.yml".freeze, "test/fixtures/reference_code.rb".freeze, "test/fixtures/reference_code_using_composite_key_alias.rb".freeze, "test/fixtures/reference_code_using_simple_key_alias.rb".freeze, "test/fixtures/reference_codes.yml".freeze, "test/fixtures/reference_type.rb".freeze, "test/fixtures/reference_types.yml".freeze, "test/fixtures/restaurant.rb".freeze, "test/fixtures/restaurants.yml".freeze, "test/fixtures/restaurants_suburb.rb".freeze, "test/fixtures/restaurants_suburbs.yml".freeze, "test/fixtures/room.rb".freeze, "test/fixtures/room_assignment.rb".freeze, "test/fixtures/room_assignments.yml".freeze, "test/fixtures/room_attribute.rb".freeze, "test/fixtures/room_attribute_assignment.rb".freeze, "test/fixtures/room_attribute_assignments.yml".freeze, "test/fixtures/room_attributes.yml".freeze, "test/fixtures/rooms.yml".freeze, "test/fixtures/salary.rb".freeze, "test/fixtures/seat.rb".freeze, "test/fixtures/seats.yml".freeze, "test/fixtures/street.rb".freeze, "test/fixtures/streets.yml".freeze, "test/fixtures/student.rb".freeze, "test/fixtures/students.yml".freeze, "test/fixtures/suburb.rb".freeze, "test/fixtures/suburbs.yml".freeze, "test/fixtures/tariff.rb".freeze, "test/fixtures/tariffs.yml".freeze, "test/fixtures/topic.rb".freeze, "test/fixtures/topic_source.rb".freeze, "test/fixtures/topic_sources.yml".freeze, "test/fixtures/topics.yml".freeze, "test/fixtures/user.rb".freeze, "test/fixtures/users.yml".freeze, "test/plugins/pagination.rb".freeze, "test/plugins/pagination_helper.rb".freeze, "test/setup.rb".freeze, "test/test_aliases.rb".freeze, "test/test_associations.rb".freeze, "test/test_attribute_methods.rb".freeze, "test/test_attributes.rb".freeze, "test/test_calculations.rb".freeze, "test/test_callbacks.rb".freeze, "test/test_composite_arrays.rb".freeze, "test/test_counter_cache.rb".freeze, "test/test_create.rb".freeze, "test/test_delete.rb".freeze, "test/test_delete_all.rb".freeze, "test/test_dumpable.rb".freeze, "test/test_dup.rb".freeze, "test/test_enum.rb".freeze, "test/test_equal.rb".freeze, "test/test_exists.rb".freeze, "test/test_find.rb".freeze, "test/test_habtm.rb".freeze, "test/test_ids.rb".freeze, "test/test_miscellaneous.rb".freeze, "test/test_nested_attributes.rb".freeze, "test/test_optimistic.rb".freeze, "test/test_pagination.rb".freeze, "test/test_polymorphic.rb".freeze, "test/test_predicates.rb".freeze, "test/test_santiago.rb".freeze, "test/test_serialize.rb".freeze, "test/test_suite.rb".freeze, "test/test_touch.rb".freeze, "test/test_tutorial_example.rb".freeze, "test/test_update.rb".freeze, "test/test_validations.rb".freeze] s.homepage = "https://github.com/composite-primary-keys/composite_primary_keys".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Composite key support for ActiveRecord".freeze s.test_files = ["test/abstract_unit.rb".freeze, "test/db_test.rb".freeze, "test/README_tests.rdoc".freeze, "test/setup.rb".freeze, "test/test_aliases.rb".freeze, "test/test_associations.rb".freeze, "test/test_attributes.rb".freeze, "test/test_attribute_methods.rb".freeze, "test/test_calculations.rb".freeze, "test/test_callbacks.rb".freeze, "test/test_composite_arrays.rb".freeze, "test/test_counter_cache.rb".freeze, "test/test_create.rb".freeze, "test/test_delete.rb".freeze, "test/test_delete_all.rb".freeze, "test/test_dumpable.rb".freeze, "test/test_dup.rb".freeze, "test/test_enum.rb".freeze, "test/test_equal.rb".freeze, "test/test_exists.rb".freeze, "test/test_find.rb".freeze, "test/test_habtm.rb".freeze, "test/test_ids.rb".freeze, "test/test_miscellaneous.rb".freeze, "test/test_nested_attributes.rb".freeze, "test/test_optimistic.rb".freeze, "test/test_pagination.rb".freeze, "test/test_polymorphic.rb".freeze, "test/test_predicates.rb".freeze, "test/test_santiago.rb".freeze, "test/test_serialize.rb".freeze, "test/test_suite.rb".freeze, "test/test_touch.rb".freeze, "test/test_tutorial_example.rb".freeze, "test/test_update.rb".freeze, "test/test_validations.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2.0".freeze]) end