# -*- encoding: utf-8 -*- # stub: vita-clearance 0.6.9 ruby lib Gem::Specification.new do |s| s.name = "vita-clearance".freeze s.version = "0.6.9".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] s.date = "2009-07-21" s.description = "Rails authentication with email & password.".freeze s.email = "support@thoughtbot.com".freeze s.files = ["CHANGELOG.textile".freeze, "LICENSE".freeze, "README.textile".freeze, "Rakefile".freeze, "TODO.textile".freeze, "app/controllers".freeze, "app/controllers/clearance".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".freeze, "app/models/clearance_mailer.rb".freeze, "app/views".freeze, "app/views/clearance_mailer".freeze, "app/views/clearance_mailer/change_password.html.erb".freeze, "app/views/clearance_mailer/confirmation.html.erb".freeze, "app/views/passwords".freeze, "app/views/passwords/edit.html.erb".freeze, "app/views/passwords/new.html.erb".freeze, "app/views/sessions".freeze, "app/views/sessions/new.html.erb".freeze, "app/views/users".freeze, "app/views/users/_form.html.erb".freeze, "app/views/users/new.html.erb".freeze, "config/clearance_routes.rb".freeze, "generators/clearance".freeze, "generators/clearance/USAGE".freeze, "generators/clearance/clearance_generator.rb".freeze, "generators/clearance/lib".freeze, "generators/clearance/lib/insert_commands.rb".freeze, "generators/clearance/lib/rake_commands.rb".freeze, "generators/clearance/templates".freeze, "generators/clearance/templates/README".freeze, "generators/clearance/templates/factories.rb".freeze, "generators/clearance/templates/migrations".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".freeze, "generators/clearance_features/USAGE".freeze, "generators/clearance_features/clearance_features_generator.rb".freeze, "generators/clearance_features/templates".freeze, "generators/clearance_features/templates/features".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".freeze, "generators/clearance_features/templates/features/step_definitions/clearance_steps.rb".freeze, "generators/clearance_features/templates/features/step_definitions/factory_girl_steps.rb".freeze, "generators/clearance_features/templates/features/support".freeze, "generators/clearance_features/templates/features/support/paths.rb".freeze, "lib/clearance".freeze, "lib/clearance.rb".freeze, "lib/clearance/authentication.rb".freeze, "lib/clearance/extensions".freeze, "lib/clearance/extensions/errors.rb".freeze, "lib/clearance/extensions/rescue.rb".freeze, "lib/clearance/extensions/routes.rb".freeze, "lib/clearance/user.rb".freeze, "rails/init.rb".freeze, "shoulda_macros/clearance.rb".freeze] s.homepage = "http://github.com/thoughtbot/clearance".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails authentication with email & password. Fork with i18n support for views.".freeze end