# -*- encoding: utf-8 -*- # stub: fixture_replacement 3.0.1 ruby lib Gem::Specification.new do |s| s.name = "fixture_replacement".freeze s.version = "3.0.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 = ["Scott Taylor".freeze] s.date = "2009-11-21" s.description = "FixtureReplacement is a Rails plugin that provides a simple way to\nquickly populate your test database with model objects without having to manage multiple,\nbrittle fixture files. You can easily set up complex object graphs (with models which\nreference other models) and add new objects on the fly.\n".freeze s.email = "scott@railsnewbie.com".freeze s.extra_rdoc_files = ["README.rdoc".freeze] s.files = [".gitignore".freeze, "CHANGELOG.rdoc".freeze, "GPL_LICENSE".freeze, "MIT_LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO.rdoc".freeze, "VERSION".freeze, "contributions.rdoc".freeze, "etc/bug_reports/2007_09_28_linoj.txt".freeze, "etc/google_analytics".freeze, "etc/patches/2007_09_14_default_model_name_with_arguments.diff".freeze, "etc/patches/2007_10_14_active_record_specs.diff".freeze, "etc/patches/2007_10_14_protected_attributes.diff".freeze, "etc/patches/2007_10_14_send_patch.diff".freeze, "etc/patches/2007_10_14_spelling_error_in_comments.diff".freeze, "etc/patches/2007_10_17_protected_attributes_second_go.diff".freeze, "etc/patches/2007_10_18_README.diff".freeze, "etc/patches/2007_10_19_readme_tweak.diff".freeze, "etc/patches/2007_10_19_silence_migration.diff".freeze, "etc/patches/2007_10_25_changed_classify_to_camelize.diff".freeze, "etc/patches/2007_11_20_fixture_replacement_generator_should_not_reload_environment_or_boot.patch".freeze, "etc/patches/2007_11_20_string_random_refactor_and_extension.patch".freeze, "etc/patches/2007_11_20_string_random_refactor_and_extension_v2.patch".freeze, "fixture_replacement.gemspec".freeze, "lib/fixture_replacement.rb".freeze, "lib/fixture_replacement/attribute_builder.rb".freeze, "lib/fixture_replacement/class_methods.rb".freeze, "lib/fixture_replacement/method_generator.rb".freeze, "lib/fixture_replacement/version.rb".freeze, "lib/fr.rb".freeze, "philosophy_and_bugs.rdoc".freeze, "rake_tasks/code_quality.rb".freeze, "rake_tasks/docs.rb".freeze, "rake_tasks/gem.rb".freeze, "rake_tasks/specs.rb".freeze, "rake_tasks/tests.rb".freeze, "rake_tasks/website.rb".freeze, "spec/fixture_replacement/attribute_builder_spec.rb".freeze, "spec/fixture_replacement/fixture_replacement_spec.rb".freeze, "spec/fixture_replacement/fixtures/classes.rb".freeze, "spec/fixture_replacement/fr_spec.rb".freeze, "spec/fixture_replacement/integration/attr_protected_attributes_spec.rb".freeze, "spec/fixture_replacement/integration/attributes_for_with_invalid_keys_spec.rb".freeze, "spec/fixture_replacement/integration/attributes_from_spec_without_block.rb".freeze, "spec/fixture_replacement/integration/create_method_spec.rb".freeze, "spec/fixture_replacement/integration/cyclic_dependency_spec.rb".freeze, "spec/fixture_replacement/integration/default_warnings_spec.rb".freeze, "spec/fixture_replacement/integration/extend_spec.rb".freeze, "spec/fixture_replacement/integration/has_and_belongs_to_many_spec.rb".freeze, "spec/fixture_replacement/integration/new_method_spec.rb".freeze, "spec/fixture_replacement/integration/private_methods_spec.rb".freeze, "spec/fixture_replacement/integration/public_methods_spec.rb".freeze, "spec/fixture_replacement/integration/valid_attributes_spec.rb".freeze, "spec/fixture_replacement/integration/validation_spec.rb".freeze, "spec/fixture_replacement/regressions/2008_01_21_random_string_with_sti_spec.rb".freeze, "spec/fixture_replacement/version_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/spec_helpers.rb".freeze, "test/test_helper.rb".freeze, "test/unit/user_test.rb".freeze] s.homepage = "http://replacefixtures.rubyforge.org".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The original fixture replacement solution for rails".freeze s.test_files = ["spec/fixture_replacement/attribute_builder_spec.rb".freeze, "spec/fixture_replacement/fixture_replacement_spec.rb".freeze, "spec/fixture_replacement/fixtures/classes.rb".freeze, "spec/fixture_replacement/fr_spec.rb".freeze, "spec/fixture_replacement/integration/attr_protected_attributes_spec.rb".freeze, "spec/fixture_replacement/integration/attributes_for_with_invalid_keys_spec.rb".freeze, "spec/fixture_replacement/integration/attributes_from_spec_without_block.rb".freeze, "spec/fixture_replacement/integration/create_method_spec.rb".freeze, "spec/fixture_replacement/integration/cyclic_dependency_spec.rb".freeze, "spec/fixture_replacement/integration/default_warnings_spec.rb".freeze, "spec/fixture_replacement/integration/extend_spec.rb".freeze, "spec/fixture_replacement/integration/has_and_belongs_to_many_spec.rb".freeze, "spec/fixture_replacement/integration/new_method_spec.rb".freeze, "spec/fixture_replacement/integration/private_methods_spec.rb".freeze, "spec/fixture_replacement/integration/public_methods_spec.rb".freeze, "spec/fixture_replacement/integration/valid_attributes_spec.rb".freeze, "spec/fixture_replacement/integration/validation_spec.rb".freeze, "spec/fixture_replacement/regressions/2008_01_21_random_string_with_sti_spec.rb".freeze, "spec/fixture_replacement/version_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/spec_helpers.rb".freeze, "test/test_helper.rb".freeze, "test/unit/user_test.rb".freeze] end