--- !ruby/object:Gem::Specification name: sob-shoulda_generator version: !ruby/object:Gem::Version version: 0.2.1 platform: ruby authors: - Josh Nichols autorequire: bindir: bin cert_chain: [] date: 2009-02-09 00:00:00 -08:00 default_executable: dependencies: [] description: Generators which create tests using shoulda email: josh@technicalpickles.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - Manifest - Rakefile - README.markdown - TODO - VERSION.yml - rails_generators/shoulda_model - rails_generators/shoulda_model/shoulda_model_generator.rb - rails_generators/shoulda_model/templates - rails_generators/shoulda_model/templates/factory.rb - rails_generators/shoulda_model/templates/fixtures.yml - rails_generators/shoulda_model/templates/migration.rb - rails_generators/shoulda_model/templates/model.rb - rails_generators/shoulda_model/templates/unit_test.rb - rails_generators/shoulda_model/USAGE - rails_generators/shoulda_scaffold - rails_generators/shoulda_scaffold/shoulda_scaffold_generator.rb - rails_generators/shoulda_scaffold/templates - rails_generators/shoulda_scaffold/templates/controller.rb - rails_generators/shoulda_scaffold/templates/erb - rails_generators/shoulda_scaffold/templates/erb/_form.html.erb - rails_generators/shoulda_scaffold/templates/erb/edit.html.erb - rails_generators/shoulda_scaffold/templates/erb/index.html.erb - rails_generators/shoulda_scaffold/templates/erb/layout.html.erb - rails_generators/shoulda_scaffold/templates/erb/new.html.erb - rails_generators/shoulda_scaffold/templates/erb/show.html.erb - rails_generators/shoulda_scaffold/templates/functional_test - rails_generators/shoulda_scaffold/templates/functional_test/basic.rb - rails_generators/shoulda_scaffold/templates/haml - rails_generators/shoulda_scaffold/templates/haml/_form.html.haml - rails_generators/shoulda_scaffold/templates/haml/edit.html.haml - rails_generators/shoulda_scaffold/templates/haml/index.html.haml - rails_generators/shoulda_scaffold/templates/haml/layout.html.haml - rails_generators/shoulda_scaffold/templates/haml/new.html.haml - rails_generators/shoulda_scaffold/templates/haml/show.html.haml - rails_generators/shoulda_scaffold/templates/helper.rb - rails_generators/shoulda_scaffold/templates/performance_test - rails_generators/shoulda_scaffold/templates/performance_test/browser_test.rb - rails_generators/shoulda_scaffold/templates/stylesheets - rails_generators/shoulda_scaffold/templates/stylesheets/basic.css - rails_generators/shoulda_scaffold/templates/yui - rails_generators/shoulda_scaffold/templates/yui/reset-fonts-grids.css - rails_generators/shoulda_scaffold/USAGE - test/fixtures - test/fixtures/about_yml_plugins - test/fixtures/about_yml_plugins/bad_about_yml - test/fixtures/about_yml_plugins/bad_about_yml/about.yml - test/fixtures/about_yml_plugins/bad_about_yml/init.rb - test/fixtures/about_yml_plugins/plugin_without_about_yml - test/fixtures/about_yml_plugins/plugin_without_about_yml/init.rb - test/fixtures/eager - test/fixtures/eager/zoo - test/fixtures/eager/zoo/reptile_house.rb - test/fixtures/eager/zoo.rb - test/fixtures/environment_with_constant.rb - test/fixtures/lib - test/fixtures/lib/generators - test/fixtures/lib/generators/missing_class - test/fixtures/lib/generators/missing_class/missing_class_generator.rb - test/fixtures/lib/generators/missing_class/templates - test/fixtures/lib/generators/missing_generator - test/fixtures/lib/generators/missing_generator/templates - test/fixtures/lib/generators/missing_templates - test/fixtures/lib/generators/working - test/fixtures/lib/generators/working/working_generator.rb - test/fixtures/plugins - test/fixtures/plugins/alternate - test/fixtures/plugins/alternate/a - test/fixtures/plugins/alternate/a/generators - test/fixtures/plugins/alternate/a/generators/a_generator - test/fixtures/plugins/alternate/a/generators/a_generator/a_generator.rb - test/fixtures/plugins/alternate/a/lib - test/fixtures/plugins/default - test/fixtures/plugins/default/acts - test/fixtures/plugins/default/acts/acts_as_chunky_bacon - test/fixtures/plugins/default/acts/acts_as_chunky_bacon/lib - test/fixtures/plugins/default/empty - test/fixtures/plugins/default/gemlike - test/fixtures/plugins/default/gemlike/init.rb - test/fixtures/plugins/default/gemlike/lib - test/fixtures/plugins/default/gemlike/lib/gemlike.rb - test/fixtures/plugins/default/gemlike/rails - test/fixtures/plugins/default/gemlike/rails/init.rb - test/fixtures/plugins/default/plugin_with_no_lib_dir - test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb - test/fixtures/plugins/default/stubby - test/fixtures/plugins/default/stubby/about.yml - test/fixtures/plugins/default/stubby/generators - test/fixtures/plugins/default/stubby/generators/stubby_generator - test/fixtures/plugins/default/stubby/generators/stubby_generator/stubby_generator.rb - test/fixtures/plugins/default/stubby/init.rb - test/fixtures/plugins/default/stubby/lib - test/fixtures/plugins/default/stubby/lib/stubby_mixin.rb - test/rails_generators - test/rails_generators/shoulda_model_generator_test.rb - test/shoulda_macros - test/shoulda_macros/generator_macros.rb - test/stolen_from_railties.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/technicalpickles/shoulda_generator post_install_message: rdoc_options: - --inline-source - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Generators which create tests using shoulda test_files: []