Sha256: 339b061f3b037a7150d5f5395b3c790b71ec6397471c860e77f8cbaf76c07b8d

Contents?: true

Size: 1.98 KB

Versions: 0

Compression: gzip

Compressed size: 758 Bytes

Stored size: 758 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: custom-attributes
version: !ruby/object:Gem::Version 
  hash: 29
  prerelease: false
  segments: 
  - 0
  - 0
  - 1
  version: 0.0.1
platform: ruby
authors: 
- Matthijs Groen
autorequire: 
bindir: bin
cert_chain: []

date: 2010-10-05 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
- rails/init.rb
- 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

Package Spec version

custom-attributes-0.0.1