--- !ruby/object:Gem::Specification name: has_custom_fields version: !ruby/object:Gem::Version prerelease: version: 0.0.1 platform: ruby authors: - kylejginavan autorequire: bindir: bin cert_chain: [] date: 2011-09-04 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: builder prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" type: :runtime version_requirements: *id001 description: Uses a vertical schema to add custom fields. email: kylejginavan@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - LICENSE - README.rdoc - Rakefile - SPECDOC - VERSION - has_custom_fields.tmproj - lib/custom_fields/custom_field_base.rb - lib/has_custom_fields.rb - spec/database.yml - spec/debug.log - spec/fixtures/document.rb - spec/fixtures/people.yml - spec/fixtures/person.rb - spec/fixtures/person_contact_infos.yml - spec/fixtures/post.rb - spec/fixtures/post_attributes.yml - spec/fixtures/posts.yml - spec/fixtures/preference.rb - spec/fixtures/preferences.yml - spec/models/eav_model_with_no_arguments_spec.rb - spec/models/eav_model_with_options_spec.rb - spec/models/eav_validation_spec.rb - spec/rcov.opts - spec/schema.rb - spec/spec.opts - spec/spec_helper.rb homepage: http://github.com/kylejginavan/has_custom_fields licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.8 signing_key: specification_version: 3 summary: The easy way to add custom fields to any Rails model. test_files: - spec/fixtures/document.rb - spec/fixtures/person.rb - spec/fixtures/post.rb - spec/fixtures/preference.rb - spec/models/eav_model_with_no_arguments_spec.rb - spec/models/eav_model_with_options_spec.rb - spec/models/eav_validation_spec.rb - spec/schema.rb - spec/spec_helper.rb