Add gem specification file to stop rake test complaining.
This commit is contained in:
parent
62f999cd83
commit
d58d7e30ea
1 changed files with 217 additions and 0 deletions
217
vendor/gems/composite_primary_keys-2.2.2/.specification
vendored
Normal file
217
vendor/gems/composite_primary_keys-2.2.2/.specification
vendored
Normal file
|
@ -0,0 +1,217 @@
|
|||
--- !ruby/object:Gem::Specification
|
||||
name: composite_primary_keys
|
||||
version: !ruby/object:Gem::Version
|
||||
version: 2.2.2
|
||||
platform: ruby
|
||||
authors:
|
||||
- Dr Nic Williams
|
||||
autorequire:
|
||||
bindir: bin
|
||||
cert_chain: []
|
||||
|
||||
date: 2009-01-24 00:00:00 +00:00
|
||||
default_executable:
|
||||
dependencies:
|
||||
- !ruby/object:Gem::Dependency
|
||||
name: activerecord
|
||||
type: :runtime
|
||||
version_requirement:
|
||||
version_requirements: !ruby/object:Gem::Requirement
|
||||
requirements:
|
||||
- - ">="
|
||||
- !ruby/object:Gem::Version
|
||||
version: 2.2.0
|
||||
version:
|
||||
- !ruby/object:Gem::Dependency
|
||||
name: hoe
|
||||
type: :development
|
||||
version_requirement:
|
||||
version_requirements: !ruby/object:Gem::Requirement
|
||||
requirements:
|
||||
- - ">="
|
||||
- !ruby/object:Gem::Version
|
||||
version: 1.8.3
|
||||
version:
|
||||
description: Composite key support for ActiveRecords
|
||||
email: drnicwilliams@gmail.com
|
||||
executables: []
|
||||
|
||||
extensions: []
|
||||
|
||||
extra_rdoc_files:
|
||||
- History.txt
|
||||
- Manifest.txt
|
||||
- README.txt
|
||||
- README_DB2.txt
|
||||
- test/README_tests.txt
|
||||
- website/index.txt
|
||||
- website/version-raw.txt
|
||||
- website/version.txt
|
||||
files:
|
||||
- History.txt
|
||||
- Manifest.txt
|
||||
- README.txt
|
||||
- README_DB2.txt
|
||||
- Rakefile
|
||||
- init.rb
|
||||
- install.rb
|
||||
- lib/adapter_helper/base.rb
|
||||
- lib/adapter_helper/mysql.rb
|
||||
- lib/adapter_helper/oracle.rb
|
||||
- lib/adapter_helper/postgresql.rb
|
||||
- lib/adapter_helper/sqlite3.rb
|
||||
- lib/composite_primary_keys.rb
|
||||
- lib/composite_primary_keys/association_preload.rb
|
||||
- lib/composite_primary_keys/associations.rb
|
||||
- lib/composite_primary_keys/attribute_methods.rb
|
||||
- lib/composite_primary_keys/base.rb
|
||||
- lib/composite_primary_keys/calculations.rb
|
||||
- lib/composite_primary_keys/composite_arrays.rb
|
||||
- lib/composite_primary_keys/connection_adapters/ibm_db_adapter.rb
|
||||
- lib/composite_primary_keys/connection_adapters/oracle_adapter.rb
|
||||
- lib/composite_primary_keys/connection_adapters/postgresql_adapter.rb
|
||||
- lib/composite_primary_keys/connection_adapters/sqlite3_adapter.rb
|
||||
- lib/composite_primary_keys/fixtures.rb
|
||||
- lib/composite_primary_keys/migration.rb
|
||||
- lib/composite_primary_keys/reflection.rb
|
||||
- lib/composite_primary_keys/version.rb
|
||||
- loader.rb
|
||||
- local/database_connections.rb.sample
|
||||
- local/paths.rb.sample
|
||||
- local/tasks.rb.sample
|
||||
- scripts/console.rb
|
||||
- scripts/txt2html
|
||||
- scripts/txt2js
|
||||
- tasks/activerecord_selection.rake
|
||||
- tasks/databases.rake
|
||||
- tasks/databases/mysql.rake
|
||||
- tasks/databases/oracle.rake
|
||||
- tasks/databases/postgresql.rake
|
||||
- tasks/databases/sqlite3.rake
|
||||
- tasks/deployment.rake
|
||||
- tasks/local_setup.rake
|
||||
- tasks/website.rake
|
||||
- test/README_tests.txt
|
||||
- test/abstract_unit.rb
|
||||
- test/connections/native_ibm_db/connection.rb
|
||||
- test/connections/native_mysql/connection.rb
|
||||
- test/connections/native_oracle/connection.rb
|
||||
- test/connections/native_postgresql/connection.rb
|
||||
- test/connections/native_sqlite/connection.rb
|
||||
- test/fixtures/article.rb
|
||||
- test/fixtures/articles.yml
|
||||
- test/fixtures/comment.rb
|
||||
- test/fixtures/comments.yml
|
||||
- test/fixtures/db_definitions/db2-create-tables.sql
|
||||
- test/fixtures/db_definitions/db2-drop-tables.sql
|
||||
- test/fixtures/db_definitions/mysql.sql
|
||||
- test/fixtures/db_definitions/oracle.drop.sql
|
||||
- test/fixtures/db_definitions/oracle.sql
|
||||
- test/fixtures/db_definitions/postgresql.sql
|
||||
- test/fixtures/db_definitions/sqlite.sql
|
||||
- test/fixtures/department.rb
|
||||
- test/fixtures/departments.yml
|
||||
- test/fixtures/employee.rb
|
||||
- test/fixtures/employees.yml
|
||||
- test/fixtures/group.rb
|
||||
- test/fixtures/groups.yml
|
||||
- test/fixtures/hack.rb
|
||||
- test/fixtures/hacks.yml
|
||||
- test/fixtures/membership.rb
|
||||
- test/fixtures/membership_status.rb
|
||||
- test/fixtures/membership_statuses.yml
|
||||
- test/fixtures/memberships.yml
|
||||
- test/fixtures/product.rb
|
||||
- test/fixtures/product_tariff.rb
|
||||
- test/fixtures/product_tariffs.yml
|
||||
- test/fixtures/products.yml
|
||||
- test/fixtures/reading.rb
|
||||
- test/fixtures/readings.yml
|
||||
- test/fixtures/reference_code.rb
|
||||
- test/fixtures/reference_codes.yml
|
||||
- test/fixtures/reference_type.rb
|
||||
- test/fixtures/reference_types.yml
|
||||
- test/fixtures/street.rb
|
||||
- test/fixtures/streets.yml
|
||||
- test/fixtures/suburb.rb
|
||||
- test/fixtures/suburbs.yml
|
||||
- test/fixtures/tariff.rb
|
||||
- test/fixtures/tariffs.yml
|
||||
- test/fixtures/user.rb
|
||||
- test/fixtures/users.yml
|
||||
- test/hash_tricks.rb
|
||||
- test/plugins/pagination.rb
|
||||
- test/plugins/pagination_helper.rb
|
||||
- test/test_associations.rb
|
||||
- test/test_attribute_methods.rb
|
||||
- test/test_attributes.rb
|
||||
- test/test_clone.rb
|
||||
- test/test_composite_arrays.rb
|
||||
- test/test_create.rb
|
||||
- test/test_delete.rb
|
||||
- test/test_dummy.rb
|
||||
- test/test_exists.rb
|
||||
- test/test_find.rb
|
||||
- test/test_ids.rb
|
||||
- test/test_miscellaneous.rb
|
||||
- test/test_pagination.rb
|
||||
- test/test_polymorphic.rb
|
||||
- test/test_santiago.rb
|
||||
- test/test_tutorial_examle.rb
|
||||
- test/test_update.rb
|
||||
- tmp/test.db
|
||||
- website/index.html
|
||||
- website/index.txt
|
||||
- website/javascripts/rounded_corners_lite.inc.js
|
||||
- website/stylesheets/screen.css
|
||||
- website/template.js
|
||||
- website/template.rhtml
|
||||
- website/version-raw.js
|
||||
- website/version-raw.txt
|
||||
- website/version.js
|
||||
- website/version.txt
|
||||
has_rdoc: true
|
||||
homepage: http://compositekeys.rubyforge.org
|
||||
post_install_message:
|
||||
rdoc_options:
|
||||
- --main
|
||||
- README.txt
|
||||
require_paths:
|
||||
- lib
|
||||
required_ruby_version: !ruby/object:Gem::Requirement
|
||||
requirements:
|
||||
- - ">="
|
||||
- !ruby/object:Gem::Version
|
||||
version: "0"
|
||||
version:
|
||||
required_rubygems_version: !ruby/object:Gem::Requirement
|
||||
requirements:
|
||||
- - ">="
|
||||
- !ruby/object:Gem::Version
|
||||
version: "0"
|
||||
version:
|
||||
requirements: []
|
||||
|
||||
rubyforge_project: compositekeys
|
||||
rubygems_version: 1.3.1
|
||||
signing_key:
|
||||
specification_version: 2
|
||||
summary: Composite key support for ActiveRecords
|
||||
test_files:
|
||||
- test/test_associations.rb
|
||||
- test/test_attribute_methods.rb
|
||||
- test/test_attributes.rb
|
||||
- test/test_clone.rb
|
||||
- test/test_composite_arrays.rb
|
||||
- test/test_create.rb
|
||||
- test/test_delete.rb
|
||||
- test/test_dummy.rb
|
||||
- test/test_exists.rb
|
||||
- test/test_find.rb
|
||||
- test/test_ids.rb
|
||||
- test/test_miscellaneous.rb
|
||||
- test/test_pagination.rb
|
||||
- test/test_polymorphic.rb
|
||||
- test/test_santiago.rb
|
||||
- test/test_tutorial_examle.rb
|
||||
- test/test_update.rb
|
Loading…
Add table
Add a link
Reference in a new issue