--- !ruby/object:Gem::Specification name: headstart version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 0 - 3 - 0 version: 0.3.0 platform: ruby authors: - Bran Burridge autorequire: bindir: bin cert_chain: [] date: 2010-09-09 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: mini_fb prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 19 segments: - 0 - 2 - 2 version: 0.2.2 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: delayed_job prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 63 segments: - 1 - 8 - 4 version: 1.8.4 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: mad_mimi_mailer prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 17 segments: - 0 - 0 - 7 version: 0.0.7 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: shoulda prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" type: :development version_requirements: *id004 description: Based on Envy Labs Blue Light Special, but modified to provide more options and features. email: brian@burridge.net executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - LICENSE - README.rdoc - Rakefile - VERSION - app/controllers/headstart/confirmations_controller.rb - app/controllers/headstart/impersonations_controller.rb - app/controllers/headstart/passwords_controller.rb - app/controllers/headstart/sessions_controller.rb - app/controllers/headstart/users_controller.rb - app/models/deliver_change_password_job.rb - app/models/deliver_welcome_job.rb - app/models/generic_mailer.rb - app/models/headstart_mailer.rb - app/models/impersonation.rb - app/models/mimi_mailer.rb - app/views/generic_mailer/change_password.html.erb - app/views/generic_mailer/confirmation.html.erb - app/views/generic_mailer/welcome.html.erb - app/views/impersonations/index.html.erb - app/views/passwords/edit.html.erb - app/views/passwords/new.html.erb - app/views/sessions/new.html.erb - app/views/users/_form.html.erb - app/views/users/edit.html.erb - app/views/users/new.html.erb - app/views/users/show.html.erb - generators/headstart/USAGE - generators/headstart/headstart_generator.rb - generators/headstart/lib/insert_commands.rb - generators/headstart/lib/rake_commands.rb - generators/headstart/templates/README - generators/headstart/templates/app/controllers/sessions_controller.rb - generators/headstart/templates/app/helpers/application_helper.rb - generators/headstart/templates/app/views/sessions/index.html.erb - generators/headstart/templates/application.html.erb - generators/headstart/templates/factories.rb - generators/headstart/templates/headstart.rb - generators/headstart/templates/headstart.yml - generators/headstart/templates/layout.css - generators/headstart/templates/migrations/create_users.rb - generators/headstart/templates/migrations/update_users.rb - generators/headstart/templates/modernizr-1.5.min.js - generators/headstart/templates/report.css - generators/headstart/templates/reset.css - generators/headstart/templates/style.css - generators/headstart/templates/text.css - generators/headstart/templates/user.rb - generators/headstart/templates/xd_receiver.html - generators/headstart/templates/xd_receiver_ssl.html - generators/headstart_admin/USAGE - generators/headstart_admin/headstart_admin_generator.rb - generators/headstart_admin/lib/insert_commands.rb - generators/headstart_admin/templates/README - generators/headstart_admin/templates/app/controllers/admin/admin_controller.rb - generators/headstart_admin/templates/app/controllers/admin/users_controller.rb - generators/headstart_admin/templates/app/views/admin/admin/index.html.erb - generators/headstart_admin/templates/app/views/admin/users/_form.html.erb - generators/headstart_admin/templates/app/views/admin/users/edit.html.erb - generators/headstart_admin/templates/app/views/admin/users/index.html.erb - generators/headstart_admin/templates/app/views/admin/users/new.html.erb - generators/headstart_admin/templates/app/views/admin/users/show.html.erb - generators/headstart_admin/templates/test/integration/admin/users_test.rb - generators/headstart_tests/USAGE - generators/headstart_tests/headstart_tests_generator.rb - generators/headstart_tests/templates/README - generators/headstart_tests/templates/test/integration/edit_profile_test.rb - generators/headstart_tests/templates/test/integration/facebook_test.rb - generators/headstart_tests/templates/test/integration/impersonation_test.rb - generators/headstart_tests/templates/test/integration/password_reset_test.rb - generators/headstart_tests/templates/test/integration/sign_in_test.rb - generators/headstart_tests/templates/test/integration/sign_out_test.rb - generators/headstart_tests/templates/test/integration/sign_up_test.rb - lib/headstart.rb - lib/headstart/authentication.rb - lib/headstart/configuration.rb - lib/headstart/extensions/errors.rb - lib/headstart/extensions/rescue.rb - lib/headstart/routes.rb - lib/headstart/user.rb - rails/init.rb - shoulda_macros/headstart.rb - test/controllers/passwords_controller_test.rb - test/controllers/sessions_controller_test.rb - test/controllers/users_controller_test.rb - test/models/headstart_mailer_test.rb - test/models/impersonation_test.rb - test/models/user_test.rb - test/rails_root/app/controllers/accounts_controller.rb - test/rails_root/app/controllers/application_controller.rb - test/rails_root/app/helpers/application_helper.rb - test/rails_root/app/helpers/confirmations_helper.rb - test/rails_root/app/helpers/passwords_helper.rb - test/rails_root/config/boot.rb - test/rails_root/config/environment.rb - test/rails_root/config/environments/development.rb - test/rails_root/config/environments/production.rb - test/rails_root/config/environments/test.rb - test/rails_root/config/initializers/inflections.rb - test/rails_root/config/initializers/mime_types.rb - test/rails_root/config/initializers/requires.rb - test/rails_root/config/initializers/time_formats.rb - test/rails_root/config/routes.rb - test/rails_root/public/dispatch.rb - test/rails_root/script/create_project.rb - test/rails_root/test/functional/accounts_controller_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/bburridge/Headstart licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Headstart provides the Rails developer a headstart in creating a Rails app providing basic user authentication features. test_files: - test/controllers/passwords_controller_test.rb - test/controllers/sessions_controller_test.rb - test/controllers/users_controller_test.rb - test/models/headstart_mailer_test.rb - test/models/impersonation_test.rb - test/models/user_test.rb - test/rails_root/app/controllers/accounts_controller.rb - test/rails_root/app/controllers/application_controller.rb - test/rails_root/app/helpers/application_helper.rb - test/rails_root/app/helpers/confirmations_helper.rb - test/rails_root/app/helpers/passwords_helper.rb - test/rails_root/config/boot.rb - test/rails_root/config/environment.rb - test/rails_root/config/environments/development.rb - test/rails_root/config/environments/production.rb - test/rails_root/config/environments/test.rb - test/rails_root/config/initializers/inflections.rb - test/rails_root/config/initializers/mime_types.rb - test/rails_root/config/initializers/requires.rb - test/rails_root/config/initializers/time_formats.rb - test/rails_root/config/routes.rb - test/rails_root/public/dispatch.rb - test/rails_root/script/create_project.rb - test/rails_root/test/functional/accounts_controller_test.rb - test/test_helper.rb