--- !ruby/object:Gem::Specification name: custom-attributes version: !ruby/object:Gem::Version hash: 51 prerelease: false segments: - 0 - 2 - 18 version: 0.2.18 platform: ruby authors: - Matthijs Groen autorequire: bindir: bin cert_chain: [] date: 2010-10-27 00:00:00 +02:00 default_executable: dependencies: [] description: Easy management of extra model attributes. Can store fields in the model if provided email: matthijs.groen@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.markdown files: - Gemfile - Gemfile.lock - MIT-LICENSE - README.markdown - Rakefile - VERSION - generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb - generators/has_custom_attributes_migration/templates/migration.rb - lib/active_record/custom_attributes.rb - lib/active_record/custom_attributes/custom_attribute.rb - lib/active_record/custom_attributes/custom_attribute_list.rb - lib/active_record/custom_attributes/custom_attribute_model.rb - lib/custom-attributes.rb - lib/formtastic/custom_attributes.rb - lib/generators/custom_attributes/migration/migration_generator.rb - lib/generators/custom_attributes/migration/templates/active_record/migration.rb - rails/init.rb - spec/custom_attributes/custom_attributes.sqlite3 - spec/custom_attributes/has_custom_attributes_spec.rb - spec/database.yml - spec/database.yml.sample - spec/models.rb - spec/schema.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/matthijsgroen/custom-attributes licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Management for custom model attributes. test_files: - spec/spec_helper.rb - spec/models.rb - spec/custom_attributes/has_custom_attributes_spec.rb - spec/schema.rb