--- !ruby/object:Gem::Specification name: quo_vadis version: !ruby/object:Gem::Version version: 2.1.9 platform: ruby authors: - Andy Stewart autorequire: bindir: bin cert_chain: [] date: 2022-09-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '6' - !ruby/object:Gem::Dependency name: bcrypt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.7 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.7 - !ruby/object:Gem::Dependency name: rotp requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '6' - !ruby/object:Gem::Dependency name: rqrcode requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' description: email: - boss@airbladesoftware.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - app/controllers/quo_vadis/confirmations_controller.rb - app/controllers/quo_vadis/logs_controller.rb - app/controllers/quo_vadis/password_resets_controller.rb - app/controllers/quo_vadis/passwords_controller.rb - app/controllers/quo_vadis/recovery_codes_controller.rb - app/controllers/quo_vadis/sessions_controller.rb - app/controllers/quo_vadis/totps_controller.rb - app/controllers/quo_vadis/twofas_controller.rb - app/mailers/quo_vadis/mailer.rb - app/models/quo_vadis/account.rb - app/models/quo_vadis/account_confirmation_token.rb - app/models/quo_vadis/log.rb - app/models/quo_vadis/password.rb - app/models/quo_vadis/password_reset_token.rb - app/models/quo_vadis/recovery_code.rb - app/models/quo_vadis/session.rb - app/models/quo_vadis/token.rb - app/models/quo_vadis/totp.rb - app/views/quo_vadis/confirmations/edit.html.erb - app/views/quo_vadis/confirmations/edit_email.html.erb - app/views/quo_vadis/confirmations/index.html.erb - app/views/quo_vadis/confirmations/new.html.erb - app/views/quo_vadis/logs/index.html.erb - app/views/quo_vadis/mailer/account_confirmation.text.erb - app/views/quo_vadis/mailer/email_change_notification.text.erb - app/views/quo_vadis/mailer/identifier_change_notification.text.erb - app/views/quo_vadis/mailer/password_change_notification.text.erb - app/views/quo_vadis/mailer/password_reset_notification.text.erb - app/views/quo_vadis/mailer/recovery_codes_generation_notification.text.erb - app/views/quo_vadis/mailer/reset_password.text.erb - app/views/quo_vadis/mailer/totp_reuse_notification.text.erb - app/views/quo_vadis/mailer/totp_setup_notification.text.erb - app/views/quo_vadis/mailer/twofa_deactivated_notification.text.erb - app/views/quo_vadis/password_resets/edit.html.erb - app/views/quo_vadis/password_resets/index.html.erb - app/views/quo_vadis/password_resets/new.html.erb - app/views/quo_vadis/passwords/edit.html.erb - app/views/quo_vadis/recovery_codes/challenge.html.erb - app/views/quo_vadis/recovery_codes/index.html.erb - app/views/quo_vadis/sessions/index.html.erb - app/views/quo_vadis/sessions/new.html.erb - app/views/quo_vadis/totps/challenge.html.erb - app/views/quo_vadis/totps/new.html.erb - app/views/quo_vadis/twofas/show.html.erb - bin/console - bin/rails - bin/setup - config/locales/quo_vadis.en.yml - config/routes.rb - db/migrate/202102150904_setup.rb - lib/generators/quo_vadis/install_generator.rb - lib/quo_vadis.rb - lib/quo_vadis/controller.rb - lib/quo_vadis/crypt.rb - lib/quo_vadis/current_request_details.rb - lib/quo_vadis/defaults.rb - lib/quo_vadis/encrypted_type.rb - lib/quo_vadis/engine.rb - lib/quo_vadis/hmacable.rb - lib/quo_vadis/ip_masking.rb - lib/quo_vadis/model.rb - lib/quo_vadis/version.rb - quo_vadis.gemspec - test/dummy/README.markdown - test/dummy/Rakefile - test/dummy/app/controllers/application_controller.rb - test/dummy/app/controllers/articles_controller.rb - test/dummy/app/controllers/sign_ups_controller.rb - test/dummy/app/controllers/users_controller.rb - test/dummy/app/models/application_record.rb - test/dummy/app/models/article.rb - test/dummy/app/models/person.rb - test/dummy/app/models/user.rb - test/dummy/app/views/articles/also_secret.html.erb - test/dummy/app/views/articles/index.html.erb - test/dummy/app/views/articles/secret.html.erb - test/dummy/app/views/articles/very_secret.html.erb - test/dummy/app/views/layouts/application.html.erb - test/dummy/app/views/sign_ups/new.html.erb - test/dummy/app/views/sign_ups/show.html.erb - test/dummy/app/views/users/new.html.erb - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/initializers/quo_vadis.rb - test/dummy/config/routes.rb - test/dummy/db/migrate/202102121932_create_users.rb - test/dummy/db/migrate/202102121935_create_people.rb - test/dummy/db/schema.rb - test/dummy/public/favicon.ico - test/fixtures/quo_vadis/mailer/account_confirmation.text - test/fixtures/quo_vadis/mailer/email_change_notification.text - test/fixtures/quo_vadis/mailer/identifier_change_notification.text - test/fixtures/quo_vadis/mailer/password_change_notification.text - test/fixtures/quo_vadis/mailer/password_reset_notification.text - test/fixtures/quo_vadis/mailer/recovery_codes_generation_notification.text - test/fixtures/quo_vadis/mailer/reset_password.text - test/fixtures/quo_vadis/mailer/totp_reuse_notification.text - test/fixtures/quo_vadis/mailer/totp_setup_notification.text - test/fixtures/quo_vadis/mailer/twofa_deactivated_notification.text - test/integration/account_confirmation_test.rb - test/integration/controller_test.rb - test/integration/logging_test.rb - test/integration/password_change_test.rb - test/integration/password_login_test.rb - test/integration/password_reset_test.rb - test/integration/recovery_codes_test.rb - test/integration/sessions_test.rb - test/integration/sign_up_test.rb - test/integration/totps_test.rb - test/integration/twofa_test.rb - test/mailers/mailer_test.rb - test/models/account_test.rb - test/models/crypt_test.rb - test/models/log_test.rb - test/models/mask_ip_test.rb - test/models/model_test.rb - test/models/password_test.rb - test/models/recovery_code_test.rb - test/models/session_test.rb - test/models/token_test.rb - test/models/totp_test.rb - test/quo_vadis_test.rb - test/test_helper.rb homepage: https://github.com/airblade/quo_vadis licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.33 signing_key: specification_version: 4 summary: Multifactor authentication for Rails 6 and 7. test_files: []