--- !ruby/object:Gem::Specification name: devise version: !ruby/object:Gem::Version hash: 3 prerelease: false segments: - 1 - 0 - 10 version: 1.0.10 platform: ruby authors: - "Jos\xC3\xA9 Valim" - "Carlos Ant\xC3\xB4nio" autorequire: bindir: bin cert_chain: [] date: 2011-02-15 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: warden prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 49 segments: - 0 - 10 - 3 version: 0.10.3 type: :runtime version_requirements: *id001 description: Flexible authentication solution for Rails with Warden email: contact@plataformatec.com.br executables: [] extensions: [] extra_rdoc_files: - README.rdoc - TODO files: - CHANGELOG.rdoc - MIT-LICENSE - README.rdoc - Rakefile - TODO - app/controllers/confirmations_controller.rb - app/controllers/passwords_controller.rb - app/controllers/registrations_controller.rb - app/controllers/sessions_controller.rb - app/controllers/unlocks_controller.rb - app/models/devise_mailer.rb - app/views/confirmations/new.html.erb - app/views/devise_mailer/confirmation_instructions.html.erb - app/views/devise_mailer/reset_password_instructions.html.erb - app/views/devise_mailer/unlock_instructions.html.erb - app/views/passwords/edit.html.erb - app/views/passwords/new.html.erb - app/views/registrations/edit.html.erb - app/views/registrations/new.html.erb - app/views/sessions/new.html.erb - app/views/shared/_devise_links.erb - app/views/unlocks/new.html.erb - generators/devise/USAGE - generators/devise/devise_generator.rb - generators/devise/lib/route_devise.rb - generators/devise/templates/migration.rb - generators/devise/templates/model.rb - generators/devise_install/USAGE - generators/devise_install/devise_install_generator.rb - generators/devise_install/templates/README - generators/devise_install/templates/devise.rb - generators/devise_views/USAGE - generators/devise_views/devise_views_generator.rb - lib/devise.rb - lib/devise/controllers/helpers.rb - lib/devise/controllers/internal_helpers.rb - lib/devise/controllers/url_helpers.rb - lib/devise/encryptors/authlogic_sha512.rb - lib/devise/encryptors/base.rb - lib/devise/encryptors/bcrypt.rb - lib/devise/encryptors/clearance_sha1.rb - lib/devise/encryptors/restful_authentication_sha1.rb - lib/devise/encryptors/sha1.rb - lib/devise/encryptors/sha512.rb - lib/devise/failure_app.rb - lib/devise/hooks/activatable.rb - lib/devise/hooks/rememberable.rb - lib/devise/hooks/timeoutable.rb - lib/devise/hooks/trackable.rb - lib/devise/locales/en.yml - lib/devise/mapping.rb - lib/devise/models.rb - lib/devise/models/activatable.rb - lib/devise/models/confirmable.rb - lib/devise/models/database_authenticatable.rb - lib/devise/models/http_authenticatable.rb - lib/devise/models/lockable.rb - lib/devise/models/recoverable.rb - lib/devise/models/registerable.rb - lib/devise/models/rememberable.rb - lib/devise/models/timeoutable.rb - lib/devise/models/token_authenticatable.rb - lib/devise/models/trackable.rb - lib/devise/models/validatable.rb - lib/devise/orm/active_record.rb - lib/devise/orm/data_mapper.rb - lib/devise/orm/mongo_mapper.rb - lib/devise/rails.rb - lib/devise/rails/routes.rb - lib/devise/rails/warden_compat.rb - lib/devise/schema.rb - lib/devise/strategies/base.rb - lib/devise/strategies/database_authenticatable.rb - lib/devise/strategies/http_authenticatable.rb - lib/devise/strategies/rememberable.rb - lib/devise/strategies/token_authenticatable.rb - lib/devise/test_helpers.rb - lib/devise/version.rb - rails/init.rb - test/controllers/helpers_test.rb - test/controllers/internal_helpers_test.rb - test/controllers/url_helpers_test.rb - test/devise_test.rb - test/encryptors_test.rb - test/failure_app_test.rb - test/integration/authenticatable_test.rb - test/integration/confirmable_test.rb - test/integration/http_authenticatable_test.rb - test/integration/lockable_test.rb - test/integration/rack_middleware_test.rb - test/integration/recoverable_test.rb - test/integration/registerable_test.rb - test/integration/rememberable_test.rb - test/integration/timeoutable_test.rb - test/integration/token_authenticatable_test.rb - test/integration/trackable_test.rb - test/mailers/confirmation_instructions_test.rb - test/mailers/reset_password_instructions_test.rb - test/mailers/unlock_instructions_test.rb - test/mapping_test.rb - test/models/authenticatable_test.rb - test/models/confirmable_test.rb - test/models/lockable_test.rb - test/models/recoverable_test.rb - test/models/rememberable_test.rb - test/models/timeoutable_test.rb - test/models/token_authenticatable_test.rb - test/models/trackable_test.rb - test/models/validatable_test.rb - test/models_test.rb - test/orm/active_record.rb - test/orm/mongo_mapper.rb - test/rails_app/app/active_record/admin.rb - test/rails_app/app/active_record/user.rb - test/rails_app/app/controllers/admins_controller.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/home_controller.rb - test/rails_app/app/controllers/users_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/mongo_mapper/admin.rb - test/rails_app/app/mongo_mapper/user.rb - test/rails_app/config/boot.rb - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/devise.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/new_rails_defaults.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/routes_test.rb - test/support/assertions_helper.rb - test/support/integration_tests_helper.rb - test/support/test_silencer.rb - test/support/tests_helper.rb - test/test_helper.rb - test/test_helpers_test.rb has_rdoc: true homepage: http://github.com/plataformatec/devise licenses: [] post_install_message: rdoc_options: [] 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: Flexible authentication solution for Rails with Warden test_files: - test/controllers/helpers_test.rb - test/controllers/internal_helpers_test.rb - test/controllers/url_helpers_test.rb - test/devise_test.rb - test/encryptors_test.rb - test/failure_app_test.rb - test/integration/authenticatable_test.rb - test/integration/confirmable_test.rb - test/integration/http_authenticatable_test.rb - test/integration/lockable_test.rb - test/integration/rack_middleware_test.rb - test/integration/recoverable_test.rb - test/integration/registerable_test.rb - test/integration/rememberable_test.rb - test/integration/timeoutable_test.rb - test/integration/token_authenticatable_test.rb - test/integration/trackable_test.rb - test/mailers/confirmation_instructions_test.rb - test/mailers/reset_password_instructions_test.rb - test/mailers/unlock_instructions_test.rb - test/mapping_test.rb - test/models/authenticatable_test.rb - test/models/confirmable_test.rb - test/models/lockable_test.rb - test/models/recoverable_test.rb - test/models/rememberable_test.rb - test/models/timeoutable_test.rb - test/models/token_authenticatable_test.rb - test/models/trackable_test.rb - test/models/validatable_test.rb - test/models_test.rb - test/orm/active_record.rb - test/orm/mongo_mapper.rb - test/rails_app/app/active_record/admin.rb - test/rails_app/app/active_record/user.rb - test/rails_app/app/controllers/admins_controller.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/home_controller.rb - test/rails_app/app/controllers/users_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/mongo_mapper/admin.rb - test/rails_app/app/mongo_mapper/user.rb - test/rails_app/config/boot.rb - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/devise.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/new_rails_defaults.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/routes_test.rb - test/support/assertions_helper.rb - test/support/integration_tests_helper.rb - test/support/test_silencer.rb - test/support/tests_helper.rb - test/test_helper.rb - test/test_helpers_test.rb