# -*- encoding: utf-8 -*-
# stub: composite_primary_keys 0.7.2 ruby lib

Gem::Specification.new do |s|
  s.name = "composite_primary_keys".freeze
  s.version = "0.7.2".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.autorequire = "composite_primary_keys".freeze
  s.date = "2006-09-27"
  s.description = "ActiveRecords only support a single primary key, preventing their use on legacy databases where tables have primary keys over 2+ columns. This solution allows an ActiveRecord to be extended to support multiple keys using the class method set_primary_keys.".freeze
  s.email = "drnicwilliams@gmail.com".freeze
  s.extra_rdoc_files = ["README".freeze]
  s.files = ["CHANGELOG".freeze, "README".freeze, "Rakefile".freeze, "install.rb".freeze, "lib/composite_primary_keys".freeze, "lib/composite_primary_keys.rb".freeze, "lib/composite_primary_keys/associations.rb".freeze, "lib/composite_primary_keys/base.rb".freeze, "lib/composite_primary_keys/composite_arrays.rb".freeze, "lib/composite_primary_keys/fixtures.rb".freeze, "lib/composite_primary_keys/reflection.rb".freeze, "lib/composite_primary_keys/version.rb".freeze, "scripts/http-access2-2.0.6.gem".freeze, "scripts/rubyforge".freeze, "scripts/rubyforge-orig".freeze, "scripts/txt2html".freeze, "scripts/txt2js".freeze, "test/abstract_unit.rb".freeze, "test/associations_test.rb".freeze, "test/attributes_test.rb".freeze, "test/clone_test.rb".freeze, "test/composite_arrays_test.rb".freeze, "test/connections".freeze, "test/connections/native_mysql".freeze, "test/connections/native_mysql/connection.rb".freeze, "test/connections/native_oracle".freeze, "test/connections/native_oracle/connection.rb".freeze, "test/create_test.rb".freeze, "test/delete_test.rb".freeze, "test/dummy_test.rb".freeze, "test/find_test.rb".freeze, "test/fixtures".freeze, "test/fixtures/article.rb".freeze, "test/fixtures/articles.yml".freeze, "test/fixtures/db_definitions".freeze, "test/fixtures/db_definitions/mysql.drop.sql".freeze, "test/fixtures/db_definitions/mysql.sql".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/ids_test.rb".freeze, "test/miscellaneous_test.rb".freeze, "test/pagination_test.rb".freeze, "test/santiago_test.rb".freeze, "test/update_test.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets".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".freeze]
  s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Support for composite primary keys in ActiveRecords".freeze

  s.specification_version = 1

  s.add_runtime_dependency(%q<activerecord>.freeze, [">= 1.14.3".freeze])
end