# -*- encoding: utf-8 -*- # stub: composite_primary_keys 1.0.8 ruby lib Gem::Specification.new do |s| s.name = "composite_primary_keys".freeze s.version = "1.0.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dr Nic Williams".freeze] s.date = "2008-08-27" s.description = "Composite key support for ActiveRecords".freeze s.email = "drnicwilliams@gmail.com".freeze s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "README_DB2.txt".freeze, "test/README_tests.txt".freeze, "website/index.txt".freeze, "website/version-raw.txt".freeze, "website/version.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "README_DB2.txt".freeze, "Rakefile".freeze, "init.rb".freeze, "install.rb".freeze, "lib/adapter_helper/base.rb".freeze, "lib/adapter_helper/mysql.rb".freeze, "lib/adapter_helper/oracle.rb".freeze, "lib/adapter_helper/postgresql.rb".freeze, "lib/adapter_helper/sqlite3.rb".freeze, "lib/composite_primary_keys.rb".freeze, "lib/composite_primary_keys/association_preload.rb".freeze, "lib/composite_primary_keys/associations.rb".freeze, "lib/composite_primary_keys/attribute_methods.rb".freeze, "lib/composite_primary_keys/base.rb".freeze, "lib/composite_primary_keys/calculations.rb".freeze, "lib/composite_primary_keys/composite_arrays.rb".freeze, "lib/composite_primary_keys/connection_adapters/ibm_db_adapter.rb".freeze, "lib/composite_primary_keys/connection_adapters/oracle_adapter.rb".freeze, "lib/composite_primary_keys/connection_adapters/postgresql_adapter.rb".freeze, "lib/composite_primary_keys/connection_adapters/sqlite3_adapter.rb".freeze, "lib/composite_primary_keys/fixtures.rb".freeze, "lib/composite_primary_keys/migration.rb".freeze, "lib/composite_primary_keys/reflection.rb".freeze, "lib/composite_primary_keys/version.rb".freeze, "loader.rb".freeze, "local/database_connections.rb.sample".freeze, "local/paths.rb.sample".freeze, "local/tasks.rb.sample".freeze, "scripts/console.rb".freeze, "scripts/txt2html".freeze, "scripts/txt2js".freeze, "tasks/activerecord_selection.rake".freeze, "tasks/databases.rake".freeze, "tasks/databases/mysql.rake".freeze, "tasks/databases/oracle.rake".freeze, "tasks/databases/postgresql.rake".freeze, "tasks/databases/sqlite3.rake".freeze, "tasks/deployment.rake".freeze, "tasks/local_setup.rake".freeze, "tasks/website.rake".freeze, "test/README_tests.txt".freeze, "test/abstract_unit.rb".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_postgresql/connection.rb".freeze, "test/connections/native_sqlite/connection.rb".freeze, "test/fixtures/article.rb".freeze, "test/fixtures/articles.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/department.rb".freeze, "test/fixtures/departments.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_codes.yml".freeze, "test/fixtures/reference_type.rb".freeze, "test/fixtures/reference_types.yml".freeze, "test/fixtures/street.rb".freeze, "test/fixtures/streets.yml".freeze, "test/fixtures/suburb.rb".freeze, "test/fixtures/suburbs.yml".freeze, "test/fixtures/tariff.rb".freeze, "test/fixtures/tariffs.yml".freeze, "test/fixtures/user.rb".freeze, "test/fixtures/users.yml".freeze, "test/hash_tricks.rb".freeze, "test/plugins/pagination.rb".freeze, "test/plugins/pagination_helper.rb".freeze, "test/test_associations.rb".freeze, "test/test_attribute_methods.rb".freeze, "test/test_attributes.rb".freeze, "test/test_clone.rb".freeze, "test/test_composite_arrays.rb".freeze, "test/test_create.rb".freeze, "test/test_delete.rb".freeze, "test/test_dummy.rb".freeze, "test/test_find.rb".freeze, "test/test_ids.rb".freeze, "test/test_miscellaneous.rb".freeze, "test/test_pagination.rb".freeze, "test/test_polymorphic.rb".freeze, "test/test_santiago.rb".freeze, "test/test_tutorial_examle.rb".freeze, "test/test_update.rb".freeze, "tmp/test.db".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.js".freeze, "website/template.rhtml".freeze, "website/version-raw.js".freeze, "website/version-raw.txt".freeze, "website/version.js".freeze, "website/version.txt".freeze] s.homepage = "http://compositekeys.rubyforge.org".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Composite key support for ActiveRecords".freeze s.test_files = ["test/test_associations.rb".freeze, "test/test_attribute_methods.rb".freeze, "test/test_attributes.rb".freeze, "test/test_clone.rb".freeze, "test/test_composite_arrays.rb".freeze, "test/test_create.rb".freeze, "test/test_delete.rb".freeze, "test/test_dummy.rb".freeze, "test/test_find.rb".freeze, "test/test_ids.rb".freeze, "test/test_miscellaneous.rb".freeze, "test/test_pagination.rb".freeze, "test/test_polymorphic.rb".freeze, "test/test_santiago.rb".freeze, "test/test_tutorial_examle.rb".freeze, "test/test_update.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 2.1.0".freeze]) end