# -*- encoding: utf-8 -*- # stub: custom-attributes 0.2.18 ruby lib Gem::Specification.new do |s| s.name = "custom-attributes".freeze s.version = "0.2.18".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matthijs Groen".freeze] s.date = "2010-10-27" s.description = "Easy management of extra model attributes. Can store fields in the model if provided".freeze s.email = "matthijs.groen@gmail.com".freeze s.extra_rdoc_files = ["README.markdown".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "generators/has_custom_attributes_migration/has_custom_attributes_migration_generator.rb".freeze, "generators/has_custom_attributes_migration/templates/migration.rb".freeze, "lib/active_record/custom_attributes.rb".freeze, "lib/active_record/custom_attributes/custom_attribute.rb".freeze, "lib/active_record/custom_attributes/custom_attribute_list.rb".freeze, "lib/active_record/custom_attributes/custom_attribute_model.rb".freeze, "lib/custom-attributes.rb".freeze, "lib/formtastic/custom_attributes.rb".freeze, "lib/generators/custom_attributes/migration/migration_generator.rb".freeze, "lib/generators/custom_attributes/migration/templates/active_record/migration.rb".freeze, "rails/init.rb".freeze, "spec/custom_attributes/custom_attributes.sqlite3".freeze, "spec/custom_attributes/has_custom_attributes_spec.rb".freeze, "spec/database.yml".freeze, "spec/database.yml.sample".freeze, "spec/models.rb".freeze, "spec/schema.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/matthijsgroen/custom-attributes".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Management for custom model attributes.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/models.rb".freeze, "spec/custom_attributes/has_custom_attributes_spec.rb".freeze, "spec/schema.rb".freeze] end