# -*- encoding: utf-8 -*- # stub: thoughtbot-clearance 0.3.3 ruby lib Gem::Specification.new do |s| s.name = "thoughtbot-clearance".freeze s.version = "0.3.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["thoughtbot, inc.".freeze, "Dan Croak".freeze, "Josh Nichols".freeze, "Jason Morrison".freeze, "Mike Burns".freeze, "Mike Breen".freeze] s.date = "2008-10-16" s.description = "Simple, complete Rails authentication scheme.".freeze s.email = "dcroak@thoughtbot.com".freeze s.files = ["README.textile".freeze, "Rakefile".freeze, "TODO.textile".freeze, "generators/clearance".freeze, "generators/clearance/USAGE".freeze, "generators/clearance/clearance_generator.rb".freeze, "generators/clearance/templates".freeze, "generators/clearance/templates/app".freeze, "generators/clearance/templates/app/controllers".freeze, "generators/clearance/templates/app/controllers/application.rb".freeze, "generators/clearance/templates/app/controllers/confirmations_controller.rb".freeze, "generators/clearance/templates/app/controllers/passwords_controller.rb".freeze, "generators/clearance/templates/app/controllers/sessions_controller.rb".freeze, "generators/clearance/templates/app/controllers/users_controller.rb".freeze, "generators/clearance/templates/app/models".freeze, "generators/clearance/templates/app/models/user.rb".freeze, "generators/clearance/templates/app/models/user_mailer.rb".freeze, "generators/clearance/templates/app/views".freeze, "generators/clearance/templates/app/views/confirmations".freeze, "generators/clearance/templates/app/views/confirmations/new.html.erb".freeze, "generators/clearance/templates/app/views/passwords".freeze, "generators/clearance/templates/app/views/passwords/edit.html.erb".freeze, "generators/clearance/templates/app/views/passwords/new.html.erb".freeze, "generators/clearance/templates/app/views/sessions".freeze, "generators/clearance/templates/app/views/sessions/new.html.erb".freeze, "generators/clearance/templates/app/views/user_mailer".freeze, "generators/clearance/templates/app/views/user_mailer/change_password.html.erb".freeze, "generators/clearance/templates/app/views/user_mailer/confirmation.html.erb".freeze, "generators/clearance/templates/app/views/users".freeze, "generators/clearance/templates/app/views/users/_form.html.erb".freeze, "generators/clearance/templates/app/views/users/edit.html.erb".freeze, "generators/clearance/templates/app/views/users/new.html.erb".freeze, "generators/clearance/templates/test".freeze, "generators/clearance/templates/test/factories.rb".freeze, "generators/clearance/templates/test/functional".freeze, "generators/clearance/templates/test/functional/confirmations_controller_test.rb".freeze, "generators/clearance/templates/test/functional/passwords_controller_test.rb".freeze, "generators/clearance/templates/test/functional/sessions_controller_test.rb".freeze, "generators/clearance/templates/test/functional/users_controller_test.rb".freeze, "generators/clearance/templates/test/unit".freeze, "generators/clearance/templates/test/unit/user_mailer_test.rb".freeze, "generators/clearance/templates/test/unit/user_test.rb".freeze, "lib/clearance".freeze, "lib/clearance.rb".freeze, "lib/clearance/app".freeze, "lib/clearance/app/controllers".freeze, "lib/clearance/app/controllers/application_controller.rb".freeze, "lib/clearance/app/controllers/confirmations_controller.rb".freeze, "lib/clearance/app/controllers/passwords_controller.rb".freeze, "lib/clearance/app/controllers/sessions_controller.rb".freeze, "lib/clearance/app/controllers/users_controller.rb".freeze, "lib/clearance/app/models".freeze, "lib/clearance/app/models/user.rb".freeze, "lib/clearance/app/models/user_mailer.rb".freeze, "lib/clearance/test".freeze, "lib/clearance/test/functional".freeze, "lib/clearance/test/functional/confirmations_controller_test.rb".freeze, "lib/clearance/test/functional/passwords_controller_test.rb".freeze, "lib/clearance/test/functional/sessions_controller_test.rb".freeze, "lib/clearance/test/functional/users_controller_test.rb".freeze, "lib/clearance/test/test_helper.rb".freeze, "lib/clearance/test/unit".freeze, "lib/clearance/test/unit/user_mailer_test.rb".freeze, "lib/clearance/test/unit/user_test.rb".freeze, "lib/clearance/version.rb".freeze, "test/rails_root".freeze, "test/rails_root/Capfile".freeze, "test/rails_root/Rakefile".freeze, "test/rails_root/app".freeze, "test/rails_root/app/controllers".freeze, "test/rails_root/app/controllers/application.rb".freeze, "test/rails_root/app/controllers/confirmations_controller.rb".freeze, "test/rails_root/app/controllers/passwords_controller.rb".freeze, "test/rails_root/app/controllers/sessions_controller.rb".freeze, "test/rails_root/app/controllers/users_controller.rb".freeze, "test/rails_root/app/helpers".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".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/app/models/user_mailer.rb".freeze, "test/rails_root/app/views".freeze, "test/rails_root/app/views/confirmations".freeze, "test/rails_root/app/views/confirmations/new.html.erb".freeze, "test/rails_root/app/views/layouts".freeze, "test/rails_root/app/views/layouts/_flashes.erb".freeze, "test/rails_root/app/views/layouts/application.html.erb".freeze, "test/rails_root/app/views/passwords".freeze, "test/rails_root/app/views/passwords/edit.html.erb".freeze, "test/rails_root/app/views/passwords/new.html.erb".freeze, "test/rails_root/app/views/sessions".freeze, "test/rails_root/app/views/sessions/new.html.erb".freeze, "test/rails_root/app/views/user_mailer".freeze, "test/rails_root/app/views/user_mailer/change_password.html.erb".freeze, "test/rails_root/app/views/user_mailer/confirmation.html.erb".freeze, "test/rails_root/app/views/users".freeze, "test/rails_root/app/views/users/_form.html.erb".freeze, "test/rails_root/app/views/users/edit.html.erb".freeze, "test/rails_root/app/views/users/new.html.erb".freeze, "test/rails_root/config".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/database.yml".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers".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".freeze, "test/rails_root/db/bootstrap".freeze, "test/rails_root/db/development.sqlite3".freeze, "test/rails_root/db/migrate".freeze, "test/rails_root/db/migrate/001_create_users.rb".freeze, "test/rails_root/db/schema.rb".freeze, "test/rails_root/db/test.sqlite3".freeze, "test/rails_root/doc".freeze, "test/rails_root/doc/README_FOR_APP".freeze, "test/rails_root/doc/README_FOR_TEMPLATE".freeze, "test/rails_root/lib".freeze, "test/rails_root/lib/tasks".freeze, "test/rails_root/lib/tasks/bootstrap.rake".freeze, "test/rails_root/lib/tasks/capistrano.rake".freeze, "test/rails_root/lib/tasks/git_tasks.rake".freeze, "test/rails_root/log".freeze, "test/rails_root/log/development.log".freeze, "test/rails_root/log/test.log".freeze, "test/rails_root/public".freeze, "test/rails_root/public/404.html".freeze, "test/rails_root/public/422.html".freeze, "test/rails_root/public/500.html".freeze, "test/rails_root/public/dispatch.rb".freeze, "test/rails_root/public/favicon.ico".freeze, "test/rails_root/public/images".freeze, "test/rails_root/public/images/rails.png".freeze, "test/rails_root/public/javascripts".freeze, "test/rails_root/public/javascripts/application.js".freeze, "test/rails_root/public/javascripts/builder.js".freeze, "test/rails_root/public/javascripts/controls.js".freeze, "test/rails_root/public/javascripts/dragdrop.js".freeze, "test/rails_root/public/javascripts/effects.js".freeze, "test/rails_root/public/javascripts/prototype.js".freeze, "test/rails_root/public/javascripts/scriptaculous.js".freeze, "test/rails_root/public/javascripts/slider.js".freeze, "test/rails_root/public/javascripts/sound.js".freeze, "test/rails_root/public/robots.txt".freeze, "test/rails_root/public/stylesheets".freeze, "test/rails_root/script".freeze, "test/rails_root/script/about".freeze, "test/rails_root/script/breakpointer".freeze, "test/rails_root/script/console".freeze, "test/rails_root/script/create_project.rb".freeze, "test/rails_root/script/dbconsole".freeze, "test/rails_root/script/destroy".freeze, "test/rails_root/script/generate".freeze, "test/rails_root/script/performance".freeze, "test/rails_root/script/performance/benchmarker".freeze, "test/rails_root/script/performance/profiler".freeze, "test/rails_root/script/performance/request".freeze, "test/rails_root/script/plugin".freeze, "test/rails_root/script/process".freeze, "test/rails_root/script/process/inspector".freeze, "test/rails_root/script/process/reaper".freeze, "test/rails_root/script/process/spawner".freeze, "test/rails_root/script/runner".freeze, "test/rails_root/script/server".freeze, "test/rails_root/test".freeze, "test/rails_root/test/factories.rb".freeze, "test/rails_root/test/fixtures".freeze, "test/rails_root/test/fixtures/mailer".freeze, "test/rails_root/test/functional".freeze, "test/rails_root/test/functional/confirmations_controller_test.rb".freeze, "test/rails_root/test/functional/passwords_controller_test.rb".freeze, "test/rails_root/test/functional/sessions_controller_test.rb".freeze, "test/rails_root/test/functional/users_controller_test.rb".freeze, "test/rails_root/test/integration".freeze, "test/rails_root/test/mocks".freeze, "test/rails_root/test/mocks/development".freeze, "test/rails_root/test/mocks/test".freeze, "test/rails_root/test/test_helper.rb".freeze, "test/rails_root/test/unit".freeze, "test/rails_root/test/unit/user_mailer_test.rb".freeze, "test/rails_root/test/unit/user_test.rb".freeze, "test/rails_root/tmp".freeze, "test/rails_root/tmp/cache".freeze, "test/rails_root/tmp/pids".freeze, "test/rails_root/tmp/sessions".freeze, "test/rails_root/tmp/sockets".freeze, "test/rails_root/vendor".freeze, "test/rails_root/vendor/gems".freeze, "test/rails_root/vendor/gems/mocha-0.9.1".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/COPYING".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/MIT-LICENSE".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/README".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/RELEASE".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/Rakefile".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/examples".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/examples/misc.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/examples/mocha.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/examples/stubba.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/any_instance_method.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/backtrace_filter.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/cardinality.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/central.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/change_state_side_effect.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/class_method.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/configuration.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/deprecation.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/exception_raiser.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/expectation.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/expectation_error.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/expectation_list.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/in_state_ordering_constraint.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/inspect.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/instance_method.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/is_a.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/logger.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/metaclass.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/method_matcher.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/mock.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/mockery.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/module_method.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/multiple_yields.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/names.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/no_yields.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/object.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/all_of.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/any_of.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/any_parameters.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/anything.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/base.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/equals.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/has_entries.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/has_entry.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/has_key.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/has_value.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/includes.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/instance_of.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/is_a.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/kind_of.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/not.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/object.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/optionally.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/regexp_matches.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/responds_with.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameter_matchers/yaml_equivalent.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/parameters_matcher.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/pretty_parameters.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/return_values.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/sequence.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/single_return_value.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/single_yield.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/standalone.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/state_machine.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/stubbing_error.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/test_case_adapter.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/unexpected_invocation.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha/yield_parameters.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/mocha_standalone.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/lib/stubba.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/acceptance_test_helper.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/bug_18914_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/bug_21465_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/bug_21563_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/expected_invocation_count_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/failure_messages_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/mocha_example_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/mocha_test_result_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/mock_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/mock_with_initializer_block_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/mocked_methods_dispatch_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/optional_parameters_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/parameter_matcher_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/partial_mocks_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/return_value_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/sequence_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/standalone_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/states_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stub_any_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stub_class_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stub_everything_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stub_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stub_module_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stub_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubba_example_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubba_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubba_test_result_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_error_backtrace_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_method_unnecessarily_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_non_existent_any_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_non_existent_class_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_non_existent_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_non_public_any_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_non_public_class_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_non_public_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/acceptance/stubbing_on_non_mock_object_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/active_record_test_case.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/deprecation_disabler.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/execution_point.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/method_definer.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/simple_counter.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/test_helper.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/test_runner.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/any_instance_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/array_inspect_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/backtrace_filter_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/cardinality_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/central_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/change_state_side_effect_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/class_method_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/date_time_inspect_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/exception_raiser_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/expectation_list_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/expectation_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/hash_inspect_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/in_state_ordering_constraint_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/metaclass_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/method_matcher_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/mock_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/mockery_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/multiple_yields_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/no_yields_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/object_inspect_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/object_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/all_of_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/any_of_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/anything_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/equals_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/has_entries_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/has_entry_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/has_key_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/has_value_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/includes_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/instance_of_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/is_a_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/kind_of_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/not_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/regexp_matches_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/responds_with_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/stub_matcher.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameter_matchers/yaml_equivalent_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/parameters_matcher_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/return_values_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/sequence_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/single_return_value_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/single_yield_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/state_machine_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/string_inspect_test.rb".freeze, "test/rails_root/vendor/gems/mocha-0.9.1/test/unit/yield_parameters_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/CONTRIBUTION_GUIDELINES.rdoc".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/MIT-LICENSE".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/README.rdoc".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/Rakefile".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/bin".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/bin/convert_to_should_syntax".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/action_mailer".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/action_mailer.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/action_mailer/assertions.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/active_record".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/active_record.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/active_record/assertions.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/active_record/macros.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/assertions.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/context.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller/formats".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller/formats/html.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller/formats/xml.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller/helpers.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller/macros.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/controller/resource_options.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/helpers.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/macros.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/private_helpers.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/proc_extensions.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/rails.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/tasks".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/tasks.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/tasks/list_tests.rake".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/lib/shoulda/tasks/yaml_to_shoulda.rake".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/rails".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/rails/init.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/README".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fail_macros.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/addresses.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/friendships.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/posts.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/products.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/taggings.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/tags.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/fixtures/users.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/functional".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/functional/posts_controller_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/functional/users_controller_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/other".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/other/context_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/other/convert_to_should_syntax_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/other/helpers_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/other/private_helpers_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/other/should_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/controllers".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/controllers/application.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/controllers/posts_controller.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/controllers/users_controller.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/helpers".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/helpers/posts_helper.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/helpers/users_helper.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/address.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/dog.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/flea.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/friendship.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/post.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/product.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/tag.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/tagging.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/models/user.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/layouts".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/layouts/posts.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/layouts/users.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/layouts/wide.html.erb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/edit.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/index.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/new.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/posts/show.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/edit.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/index.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/new.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/app/views/users/show.rhtml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/boot.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/database.yml".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/environment.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/environments".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/environments/sqlite3.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/initializers".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/initializers/new_rails_defaults.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/initializers/shoulda.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/config/routes.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/001_create_users.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/003_create_taggings.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/004_create_tags.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/005_create_dogs.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/006_create_addresses.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/007_create_fleas.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/008_create_dogs_fleas.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/009_create_products.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/010_create_friendships.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/schema.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/log".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/log/sqlite3.log".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/public".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/public/404.html".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/public/422.html".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/public/500.html".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/script".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/script/console".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/script/generate".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/test_helper.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/address_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/dog_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/flea_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/friendship_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/post_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/product_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/tag_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/tagging_test.rb".freeze, "test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/unit/user_test.rb".freeze, "test/rails_root/vendor/plugins".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/MIT-LICENSE".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/README".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/init.rb".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/USAGE".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/factory_generator.rb".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/templates".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/templates/factory.rb".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/templates/fixtures.yml".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/templates/migration.rb".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/templates/model.rb".freeze, "test/rails_root/vendor/plugins/factory_girl_on_rails/rails_generators/factory/templates/unit_test.rb".freeze] s.homepage = "http://github.com/thoughtbot/clearance".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple, complete Rails authentication.".freeze end