--- !ruby/object:Gem::Specification name: polly-nifty-generators version: !ruby/object:Gem::Version version: 0.2.3 platform: ruby authors: - Ryan Bates - Patrik Hedman autorequire: bindir: bin cert_chain: [] date: 2009-04-07 00:00:00 -07:00 default_executable: dependencies: [] description: A collection of useful generator scripts for Rails. email: ryan (at) railscasts (dot) com executables: [] extensions: [] extra_rdoc_files: - CHANGELOG - lib/nifty_generators.rb - LICENSE - README.rdoc - tasks/deployment.rake - TODO files: - CHANGELOG - lib/nifty_generators.rb - LICENSE - rails_generators/nifty_authentication/lib/insert_commands.rb - rails_generators/nifty_authentication/nifty_authentication_generator.rb - rails_generators/nifty_authentication/templates/authentication.rb - rails_generators/nifty_authentication/templates/fixtures.yml - rails_generators/nifty_authentication/templates/migration.rb - rails_generators/nifty_authentication/templates/sessions_controller.rb - rails_generators/nifty_authentication/templates/sessions_helper.rb - rails_generators/nifty_authentication/templates/tests/rspec/sessions_controller.rb - rails_generators/nifty_authentication/templates/tests/rspec/user.rb - rails_generators/nifty_authentication/templates/tests/rspec/users_controller.rb - rails_generators/nifty_authentication/templates/tests/shoulda/sessions_controller.rb - rails_generators/nifty_authentication/templates/tests/shoulda/user.rb - rails_generators/nifty_authentication/templates/tests/shoulda/users_controller.rb - rails_generators/nifty_authentication/templates/tests/testunit/sessions_controller.rb - rails_generators/nifty_authentication/templates/tests/testunit/user.rb - rails_generators/nifty_authentication/templates/tests/testunit/users_controller.rb - rails_generators/nifty_authentication/templates/user.rb - rails_generators/nifty_authentication/templates/users_controller.rb - rails_generators/nifty_authentication/templates/users_helper.rb - rails_generators/nifty_authentication/templates/views/erb/login.html.erb - rails_generators/nifty_authentication/templates/views/erb/signup.html.erb - rails_generators/nifty_authentication/templates/views/haml/login.html.haml - rails_generators/nifty_authentication/templates/views/haml/signup.html.haml - rails_generators/nifty_authentication/USAGE - rails_generators/nifty_config/nifty_config_generator.rb - rails_generators/nifty_config/templates/config.yml - rails_generators/nifty_config/templates/load_config.rb - rails_generators/nifty_config/USAGE - rails_generators/nifty_layout/nifty_layout_generator.rb - rails_generators/nifty_layout/templates/helper.rb - rails_generators/nifty_layout/templates/layout.html.erb - rails_generators/nifty_layout/templates/layout.html.haml - rails_generators/nifty_layout/templates/stylesheet.css - rails_generators/nifty_layout/templates/stylesheet.sass - rails_generators/nifty_layout/USAGE - rails_generators/nifty_scaffold/nifty_scaffold_generator.rb - rails_generators/nifty_scaffold/templates/actions/create.rb - rails_generators/nifty_scaffold/templates/actions/destroy.rb - rails_generators/nifty_scaffold/templates/actions/edit.rb - rails_generators/nifty_scaffold/templates/actions/index.rb - rails_generators/nifty_scaffold/templates/actions/new.rb - rails_generators/nifty_scaffold/templates/actions/show.rb - rails_generators/nifty_scaffold/templates/actions/update.rb - rails_generators/nifty_scaffold/templates/controller.rb - rails_generators/nifty_scaffold/templates/fixtures.yml - rails_generators/nifty_scaffold/templates/helper.rb - rails_generators/nifty_scaffold/templates/migration.rb - rails_generators/nifty_scaffold/templates/model.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/create.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/destroy.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/edit.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/index.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/new.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/show.rb - rails_generators/nifty_scaffold/templates/tests/rspec/actions/update.rb - rails_generators/nifty_scaffold/templates/tests/rspec/controller.rb - rails_generators/nifty_scaffold/templates/tests/rspec/model.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/create.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/destroy.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/edit.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/index.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/new.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/show.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/actions/update.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/controller.rb - rails_generators/nifty_scaffold/templates/tests/shoulda/model.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/create.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/destroy.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/edit.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/index.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/new.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/show.rb - rails_generators/nifty_scaffold/templates/tests/testunit/actions/update.rb - rails_generators/nifty_scaffold/templates/tests/testunit/controller.rb - rails_generators/nifty_scaffold/templates/tests/testunit/model.rb - rails_generators/nifty_scaffold/templates/views/erb/_form.html.erb - rails_generators/nifty_scaffold/templates/views/erb/edit.html.erb - rails_generators/nifty_scaffold/templates/views/erb/index.html.erb - rails_generators/nifty_scaffold/templates/views/erb/new.html.erb - rails_generators/nifty_scaffold/templates/views/erb/show.html.erb - rails_generators/nifty_scaffold/templates/views/haml/_form.html.haml - rails_generators/nifty_scaffold/templates/views/haml/edit.html.haml - rails_generators/nifty_scaffold/templates/views/haml/index.html.haml - rails_generators/nifty_scaffold/templates/views/haml/new.html.haml - rails_generators/nifty_scaffold/templates/views/haml/show.html.haml - rails_generators/nifty_scaffold/USAGE - Rakefile - README.rdoc - tasks/deployment.rake - test/test_helper.rb - test/test_nifty_authentication_generator.rb - test/test_nifty_config_generator.rb - test/test_nifty_layout_generator.rb - test/test_nifty_scaffold_generator.rb - TODO - Manifest - nifty-generators.gemspec has_rdoc: true homepage: http://github.com/ryanb/nifty-generators post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Nifty-generators - --main - README.rdoc 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: "1.2" version: requirements: [] rubyforge_project: niftygenerators rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: A collection of useful generator scripts for Rails. test_files: - test/test_helper.rb - test/test_nifty_authentication_generator.rb - test/test_nifty_config_generator.rb - test/test_nifty_layout_generator.rb - test/test_nifty_scaffold_generator.rb