# -*- encoding: utf-8 -*- # stub: giraffesoft-attribute_fu 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "giraffesoft-attribute_fu".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Golick".freeze] s.date = "2008-08-04" s.description = "Creating multi-model forms is amazingly easy with AttributeFu.".freeze s.email = "james@giraffesoft.ca".freeze s.files = ["MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib".freeze, "lib/attribute_fu".freeze, "lib/attribute_fu.rb".freeze, "lib/attribute_fu/associated_form_helper.rb".freeze, "lib/attribute_fu/associations.rb".freeze, "tasks".freeze, "tasks/attribute_fu_tasks.rake".freeze, "test".freeze, "test/Rakefile".freeze, "test/app".freeze, "test/app/controllers".freeze, "test/app/controllers/application.rb".freeze, "test/app/helpers".freeze, "test/app/helpers/application_helper.rb".freeze, "test/app/models".freeze, "test/app/models/comment.rb".freeze, "test/app/models/photo.rb".freeze, "test/config".freeze, "test/config/boot.rb".freeze, "test/config/database.yml".freeze, "test/config/environment.rb".freeze, "test/config/environments".freeze, "test/config/environments/development.rb".freeze, "test/config/environments/test.rb".freeze, "test/config/routes.rb".freeze, "test/db".freeze, "test/db/migrate".freeze, "test/db/migrate/001_create_photos.rb".freeze, "test/db/migrate/002_create_comments.rb".freeze, "test/db/schema.rb".freeze, "test/script".freeze, "test/script/console".freeze, "test/script/destroy".freeze, "test/script/generate".freeze, "test/script/server".freeze, "test/test".freeze, "test/test/test_helper.rb".freeze, "test/test/unit".freeze, "test/test/unit/associated_form_helper_test.rb".freeze, "test/test/unit/comment_test.rb".freeze, "test/test/unit/photo_test.rb".freeze, "test/vendor".freeze, "test/vendor/plugins".freeze, "test/vendor/plugins/shoulda".freeze, "test/vendor/plugins/shoulda/init.rb".freeze, "test/vendor/plugins/shoulda/lib".freeze, "test/vendor/plugins/shoulda/lib/shoulda".freeze, "test/vendor/plugins/shoulda/lib/shoulda.rb".freeze, "test/vendor/plugins/shoulda/lib/shoulda/active_record_helpers.rb".freeze, "test/vendor/plugins/shoulda/lib/shoulda/context.rb".freeze, "test/vendor/plugins/shoulda/lib/shoulda/general.rb".freeze, "test/vendor/plugins/shoulda/lib/shoulda/private_helpers.rb".freeze, "uninstall.rb".freeze] s.homepage = "http://jamesgolick.com/attribute_fu".freeze s.rdoc_options = ["--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "rails multi-model forms made easy!".freeze end