# -*- encoding: utf-8 -*- # stub: clearance 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "clearance".freeze s.version = "1.0.0".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, "Eugene Bolshakov".freeze, "Mike Burns".freeze, "Joe Ferris".freeze, "Nick Quaranto".freeze, "Josh Nichols".freeze, "Matt Jankowski".freeze, "Josh Clayton".freeze, "Gabe Berke-Williams".freeze, "Greg Lazarev".freeze, "Mike Breen".freeze, "Prem Sichanugrist".freeze, "Harlow Ward".freeze, "Ryan McGeary".freeze, "Derek Prior".freeze, "Jason Morrison".freeze, "Galen Frechette".freeze, "Josh Steiner".freeze] s.date = "2013-08-01" s.description = "Rails authentication & authorization with email & password.".freeze s.email = "support@thoughtbot.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Appraisals".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "NEWS.md".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/clearance/passwords_controller.rb".freeze, "app/controllers/clearance/sessions_controller.rb".freeze, "app/controllers/clearance/users_controller.rb".freeze, "app/mailers/clearance_mailer.rb".freeze, "app/views/clearance_mailer/change_password.html.erb".freeze, "app/views/layouts/application.html.erb".freeze, "app/views/passwords/create.html.erb".freeze, "app/views/passwords/edit.html.erb".freeze, "app/views/passwords/new.html.erb".freeze, "app/views/sessions/_form.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "app/views/users/_form.html.erb".freeze, "app/views/users/new.html.erb".freeze, "clearance.gemspec".freeze, "config/locales/clearance.en.yml".freeze, "config/routes.rb".freeze, "cucumber.yml".freeze, "db/migrate/20110111224543_create_clearance_users.rb".freeze, "db/schema.rb".freeze, "features/add_migrations_to_project.feature".freeze, "features/integration_with_rspec.feature".freeze, "features/integration_with_test_unit.feature".freeze, "features/step_definitions/configuration_steps.rb".freeze, "features/step_definitions/gem_file_steps.rb".freeze, "features/support/aruba.rb".freeze, "features/support/env.rb".freeze, "lib/clearance.rb".freeze, "lib/clearance/authentication.rb".freeze, "lib/clearance/authorization.rb".freeze, "lib/clearance/back_door.rb".freeze, "lib/clearance/configuration.rb".freeze, "lib/clearance/constraints.rb".freeze, "lib/clearance/constraints/signed_in.rb".freeze, "lib/clearance/constraints/signed_out.rb".freeze, "lib/clearance/controller.rb".freeze, "lib/clearance/engine.rb".freeze, "lib/clearance/password_strategies.rb".freeze, "lib/clearance/password_strategies/bcrypt.rb".freeze, "lib/clearance/password_strategies/bcrypt_migration_from_sha1.rb".freeze, "lib/clearance/password_strategies/blowfish.rb".freeze, "lib/clearance/password_strategies/sha1.rb".freeze, "lib/clearance/rack_session.rb".freeze, "lib/clearance/session.rb".freeze, "lib/clearance/testing.rb".freeze, "lib/clearance/testing/app/controllers/application_controller.rb".freeze, "lib/clearance/testing/application.rb".freeze, "lib/clearance/testing/assertion_error.rb".freeze, "lib/clearance/testing/config/database.yml".freeze, "lib/clearance/testing/config/routes.rb".freeze, "lib/clearance/testing/deny_access_matcher.rb".freeze, "lib/clearance/testing/helpers.rb".freeze, "lib/clearance/user.rb".freeze, "lib/clearance/version.rb".freeze, "lib/generators/clearance/install/install_generator.rb".freeze, "lib/generators/clearance/install/templates/README".freeze, "lib/generators/clearance/install/templates/clearance.rb".freeze, "lib/generators/clearance/install/templates/db/migrate/add_clearance_to_users.rb".freeze, "lib/generators/clearance/install/templates/db/migrate/create_users.rb".freeze, "lib/generators/clearance/install/templates/user.rb".freeze, "lib/generators/clearance/specs/USAGE".freeze, "lib/generators/clearance/specs/specs_generator.rb".freeze, "lib/generators/clearance/specs/templates/factories/clearance.rb".freeze, "lib/generators/clearance/specs/templates/features/clearance/user_signs_out_spec.rb".freeze, "lib/generators/clearance/specs/templates/features/clearance/visitor_resets_password_spec.rb".freeze, "lib/generators/clearance/specs/templates/features/clearance/visitor_signs_in_spec.rb".freeze, "lib/generators/clearance/specs/templates/features/clearance/visitor_signs_up_spec.rb".freeze, "lib/generators/clearance/specs/templates/features/clearance/visitor_updates_password_spec.rb".freeze, "lib/generators/clearance/specs/templates/support/action_mailer.rb".freeze, "lib/generators/clearance/specs/templates/support/clearance.rb".freeze, "lib/generators/clearance/specs/templates/support/factory_girl.rb".freeze, "lib/generators/clearance/specs/templates/support/features.rb".freeze, "lib/generators/clearance/specs/templates/support/features/clearance_helpers.rb".freeze, "lib/generators/clearance/views/USAGE".freeze, "lib/generators/clearance/views/views_generator.rb".freeze, "spec/clearance/back_door_spec.rb".freeze, "spec/clearance/constraints/signed_in_spec.rb".freeze, "spec/clearance/constraints/signed_out_spec.rb".freeze, "spec/clearance/rack_session_spec.rb".freeze, "spec/clearance/session_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/controllers/apis_controller_spec.rb".freeze, "spec/controllers/denies_controller_spec.rb".freeze, "spec/controllers/flashes_controller_spec.rb".freeze, "spec/controllers/forgeries_controller_spec.rb".freeze, "spec/controllers/passwords_controller_spec.rb".freeze, "spec/controllers/sessions_controller_spec.rb".freeze, "spec/controllers/users_controller_spec.rb".freeze, "spec/factories.rb".freeze, "spec/mailers/clearance_mailer_spec.rb".freeze, "spec/models/bcrypt_migration_from_sha1_spec.rb".freeze, "spec/models/bcrypt_spec.rb".freeze, "spec/models/blowfish_spec.rb".freeze, "spec/models/password_strategies_spec.rb".freeze, "spec/models/sha1_spec.rb".freeze, "spec/models/user_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/clearance.rb".freeze, "spec/support/cookies.rb".freeze, "spec/support/fake_model_with_password_strategy.rb".freeze, "spec/support/request_with_remember_token.rb".freeze] s.homepage = "http://github.com/thoughtbot/clearance".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rails authentication & authorization with email & password.".freeze s.test_files = ["features/add_migrations_to_project.feature".freeze, "features/integration_with_rspec.feature".freeze, "features/integration_with_test_unit.feature".freeze, "features/step_definitions/configuration_steps.rb".freeze, "features/step_definitions/gem_file_steps.rb".freeze, "features/support/aruba.rb".freeze, "features/support/env.rb".freeze, "spec/clearance/back_door_spec.rb".freeze, "spec/clearance/constraints/signed_in_spec.rb".freeze, "spec/clearance/constraints/signed_out_spec.rb".freeze, "spec/clearance/rack_session_spec.rb".freeze, "spec/clearance/session_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/controllers/apis_controller_spec.rb".freeze, "spec/controllers/denies_controller_spec.rb".freeze, "spec/controllers/flashes_controller_spec.rb".freeze, "spec/controllers/forgeries_controller_spec.rb".freeze, "spec/controllers/passwords_controller_spec.rb".freeze, "spec/controllers/sessions_controller_spec.rb".freeze, "spec/controllers/users_controller_spec.rb".freeze, "spec/factories.rb".freeze, "spec/mailers/clearance_mailer_spec.rb".freeze, "spec/models/bcrypt_migration_from_sha1_spec.rb".freeze, "spec/models/bcrypt_spec.rb".freeze, "spec/models/blowfish_spec.rb".freeze, "spec/models/password_strategies_spec.rb".freeze, "spec/models/sha1_spec.rb".freeze, "spec/models/user_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/clearance.rb".freeze, "spec/support/cookies.rb".freeze, "spec/support/fake_model_with_password_strategy.rb".freeze, "spec/support/request_with_remember_token.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.1".freeze]) end