# -*- encoding: utf-8 -*- # stub: clearance 0.8.8 ruby lib Gem::Specification.new do |s| s.name = "clearance".freeze s.version = "0.8.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dan Croak".freeze, "Mike Burns".freeze, "Jason Morrison".freeze, "Joe Ferris".freeze, "Eugene Bolshakov".freeze, "Nick Quaranto".freeze, "Josh Nichols".freeze, "Mike Breen".freeze, "Marcel G\u00C3\u00B6rner".freeze, "Bence Nagy".freeze, "Ben Mabey".freeze, "Eloy Duran".freeze, "Tim Pope".freeze, "Mihai Anca".freeze, "Mark Cornick".freeze, "Shay Arnett".freeze, "Jon Yurek".freeze, "Chad Pytel".freeze] s.date = "2010-02-25" s.description = "Rails authentication with email & password.".freeze s.email = "support@thoughtbot.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "app/controllers/clearance/confirmations_controller.rb".freeze, "app/controllers/clearance/passwords_controller.rb".freeze, "app/controllers/clearance/sessions_controller.rb".freeze, "app/controllers/clearance/users_controller.rb".freeze, "app/models/clearance_mailer.rb".freeze, "app/views/clearance_mailer/change_password.html.erb".freeze, "app/views/clearance_mailer/confirmation.html.erb".freeze, "app/views/passwords/edit.html.erb".freeze, "app/views/passwords/new.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "app/views/users/_form.html.erb".freeze, "app/views/users/new.html.erb".freeze, "generators/clearance/USAGE".freeze, "generators/clearance/clearance_generator.rb".freeze, "generators/clearance/lib/insert_commands.rb".freeze, "generators/clearance/lib/rake_commands.rb".freeze, "generators/clearance/templates/README".freeze, "generators/clearance/templates/clearance.rb".freeze, "generators/clearance/templates/factories.rb".freeze, "generators/clearance/templates/migrations/create_users.rb".freeze, "generators/clearance/templates/migrations/update_users.rb".freeze, "generators/clearance/templates/user.rb".freeze, "generators/clearance_features/USAGE".freeze, "generators/clearance_features/clearance_features_generator.rb".freeze, "generators/clearance_features/templates/features/password_reset.feature".freeze, "generators/clearance_features/templates/features/sign_in.feature".freeze, "generators/clearance_features/templates/features/sign_out.feature".freeze, "generators/clearance_features/templates/features/sign_up.feature".freeze, "generators/clearance_features/templates/features/step_definitions/clearance_steps.rb".freeze, "generators/clearance_features/templates/features/support/paths.rb".freeze, "generators/clearance_views/USAGE".freeze, "generators/clearance_views/clearance_views_generator.rb".freeze, "generators/clearance_views/templates/formtastic/passwords/edit.html.erb".freeze, "generators/clearance_views/templates/formtastic/passwords/new.html.erb".freeze, "generators/clearance_views/templates/formtastic/sessions/new.html.erb".freeze, "generators/clearance_views/templates/formtastic/users/_inputs.html.erb".freeze, "generators/clearance_views/templates/formtastic/users/new.html.erb".freeze, "lib/clearance.rb".freeze, "lib/clearance/authentication.rb".freeze, "lib/clearance/configuration.rb".freeze, "lib/clearance/extensions/errors.rb".freeze, "lib/clearance/extensions/rescue.rb".freeze, "lib/clearance/routes.rb".freeze, "lib/clearance/user.rb".freeze, "rails/init.rb".freeze, "shoulda_macros/clearance.rb".freeze, "test/controllers/confirmations_controller_test.rb".freeze, "test/controllers/passwords_controller_test.rb".freeze, "test/controllers/sessions_controller_test.rb".freeze, "test/controllers/users_controller_test.rb".freeze, "test/models/clearance_mailer_test.rb".freeze, "test/models/user_test.rb".freeze, "test/rails_root/app/controllers/accounts_controller.rb".freeze, "test/rails_root/app/controllers/application_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/helpers/confirmations_helper.rb".freeze, "test/rails_root/app/helpers/passwords_helper.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/production.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers/clearance.rb".freeze, "test/rails_root/config/initializers/inflections.rb".freeze, "test/rails_root/config/initializers/mime_types.rb".freeze, "test/rails_root/config/initializers/requires.rb".freeze, "test/rails_root/config/initializers/time_formats.rb".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/migrate/20100225210436_clearance_create_users.rb".freeze, "test/rails_root/features/step_definitions/clearance_steps.rb".freeze, "test/rails_root/features/step_definitions/factory_girl_steps.rb".freeze, "test/rails_root/features/step_definitions/web_steps.rb".freeze, "test/rails_root/features/support/env.rb".freeze, "test/rails_root/features/support/paths.rb".freeze, "test/rails_root/public/dispatch.rb".freeze, "test/rails_root/script/create_project.rb".freeze, "test/rails_root/test/factories/clearance.rb".freeze, "test/rails_root/test/functional/accounts_controller_test.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/lib/formtastic.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/lib/justin_french/formtastic.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/rails/init.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/spec/formtastic_spec.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/spec/test_helper.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/thoughtbot/clearance".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails authentication with email & password.".freeze s.test_files = ["test/controllers/confirmations_controller_test.rb".freeze, "test/controllers/passwords_controller_test.rb".freeze, "test/controllers/sessions_controller_test.rb".freeze, "test/controllers/users_controller_test.rb".freeze, "test/models/clearance_mailer_test.rb".freeze, "test/models/user_test.rb".freeze, "test/rails_root/app/controllers/accounts_controller.rb".freeze, "test/rails_root/app/controllers/application_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/helpers/confirmations_helper.rb".freeze, "test/rails_root/app/helpers/passwords_helper.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/production.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers/clearance.rb".freeze, "test/rails_root/config/initializers/inflections.rb".freeze, "test/rails_root/config/initializers/mime_types.rb".freeze, "test/rails_root/config/initializers/requires.rb".freeze, "test/rails_root/config/initializers/time_formats.rb".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/migrate/20100225210436_clearance_create_users.rb".freeze, "test/rails_root/features/step_definitions/clearance_steps.rb".freeze, "test/rails_root/features/step_definitions/factory_girl_steps.rb".freeze, "test/rails_root/features/step_definitions/web_steps.rb".freeze, "test/rails_root/features/support/env.rb".freeze, "test/rails_root/features/support/paths.rb".freeze, "test/rails_root/public/dispatch.rb".freeze, "test/rails_root/script/create_project.rb".freeze, "test/rails_root/test/factories/clearance.rb".freeze, "test/rails_root/test/functional/accounts_controller_test.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/lib/formtastic.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/lib/justin_french/formtastic.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/rails/init.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/spec/formtastic_spec.rb".freeze, "test/rails_root/vendor/gems/justinfrench-formtastic-0.2.1/spec/test_helper.rb".freeze, "test/test_helper.rb".freeze] end