You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.8 KiB
108 lines
2.8 KiB
--- !ruby/object:Gem::Specification
|
|
name: dr_nic_magic_models
|
|
version: !ruby/object:Gem::Version
|
|
version: 0.9.2
|
|
platform: ruby
|
|
authors:
|
|
- nicwilliams
|
|
autorequire:
|
|
bindir: bin
|
|
cert_chain:
|
|
date: 2007-04-29 00:00:00 -03:00
|
|
default_executable:
|
|
dependencies: []
|
|
|
|
description: Dr Nic's Magic Models - Invisible validations, assocations and Active Record models themselves!
|
|
email: drnicwilliams@gmail.com
|
|
executables: []
|
|
|
|
extensions: []
|
|
|
|
extra_rdoc_files: []
|
|
|
|
files:
|
|
- CHANGELOG
|
|
- History.txt
|
|
- Manifest.txt
|
|
- README
|
|
- Rakefile
|
|
- install.rb
|
|
- lib/base.rb
|
|
- lib/connection_adapters/abstract/schema_statements.rb
|
|
- lib/connection_adapters/abstract_adapter.rb
|
|
- lib/connection_adapters/mysql_adapter.rb
|
|
- lib/connection_adapters/postgresql_adapter.rb
|
|
- lib/dr_nic_magic_models.rb
|
|
- lib/dr_nic_magic_models/inflector.rb
|
|
- lib/dr_nic_magic_models/magic_model.rb
|
|
- lib/dr_nic_magic_models/schema.rb
|
|
- lib/dr_nic_magic_models/validations.rb
|
|
- lib/dr_nic_magic_models/version.rb
|
|
- lib/module.rb
|
|
- lib/rails.rb
|
|
- scripts/txt2html
|
|
- scripts/txt2js
|
|
- test.db
|
|
- test/abstract_unit.rb
|
|
- test/connections/native_mysql/connection.rb
|
|
- test/connections/native_postgresql/connection.rb
|
|
- test/connections/native_sqlite/connection.rb
|
|
- test/dummy_test.rb
|
|
- test/env_test.rb
|
|
- test/fixtures/.DS_Store
|
|
- test/fixtures/adjectives.yml
|
|
- test/fixtures/adjectives_fun_users.yml
|
|
- test/fixtures/db_definitions/mysql.drop.sql
|
|
- test/fixtures/db_definitions/mysql.sql
|
|
- test/fixtures/db_definitions/postgresql.sql
|
|
- test/fixtures/db_definitions/sqlite.sql
|
|
- test/fixtures/fun_users.yml
|
|
- test/fixtures/group_memberships.yml
|
|
- test/fixtures/group_tag.yml
|
|
- test/fixtures/groups.yml
|
|
- test/foreign_keys_test.rb
|
|
- test/fun_user_plus.rb
|
|
- test/invisible_model_access_test.rb
|
|
- test/invisible_model_assoc_test.rb
|
|
- test/invisible_model_classes_test.rb
|
|
- test/magic_module_test.rb
|
|
- test/test_existing_model.rb
|
|
- 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://magicmodels.rubyforge.org
|
|
post_install_message:
|
|
rdoc_options: []
|
|
|
|
require_paths:
|
|
- lib
|
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
requirements:
|
|
- - ">"
|
|
- !ruby/object:Gem::Version
|
|
version: 0.0.0
|
|
version:
|
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
requirements:
|
|
- - ">="
|
|
- !ruby/object:Gem::Version
|
|
version: "0"
|
|
version:
|
|
requirements: []
|
|
|
|
rubyforge_project: magicmodels
|
|
rubygems_version: 1.3.1
|
|
signing_key:
|
|
specification_version: 1
|
|
summary: Dr Nic's Magic Models - Invisible validations, assocations and Active Record models themselves!
|
|
test_files:
|
|
- test/test_existing_model.rb
|