# -*- encoding: utf-8 -*- # stub: quo_vadis 2.1.9 ruby lib Gem::Specification.new do |s| s.name = "quo_vadis".freeze s.version = "2.1.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 = ["Andy Stewart".freeze] s.date = "2022-09-13" s.email = ["boss@airbladesoftware.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/quo_vadis/confirmations_controller.rb".freeze, "app/controllers/quo_vadis/logs_controller.rb".freeze, "app/controllers/quo_vadis/password_resets_controller.rb".freeze, "app/controllers/quo_vadis/passwords_controller.rb".freeze, "app/controllers/quo_vadis/recovery_codes_controller.rb".freeze, "app/controllers/quo_vadis/sessions_controller.rb".freeze, "app/controllers/quo_vadis/totps_controller.rb".freeze, "app/controllers/quo_vadis/twofas_controller.rb".freeze, "app/mailers/quo_vadis/mailer.rb".freeze, "app/models/quo_vadis/account.rb".freeze, "app/models/quo_vadis/account_confirmation_token.rb".freeze, "app/models/quo_vadis/log.rb".freeze, "app/models/quo_vadis/password.rb".freeze, "app/models/quo_vadis/password_reset_token.rb".freeze, "app/models/quo_vadis/recovery_code.rb".freeze, "app/models/quo_vadis/session.rb".freeze, "app/models/quo_vadis/token.rb".freeze, "app/models/quo_vadis/totp.rb".freeze, "app/views/quo_vadis/confirmations/edit.html.erb".freeze, "app/views/quo_vadis/confirmations/edit_email.html.erb".freeze, "app/views/quo_vadis/confirmations/index.html.erb".freeze, "app/views/quo_vadis/confirmations/new.html.erb".freeze, "app/views/quo_vadis/logs/index.html.erb".freeze, "app/views/quo_vadis/mailer/account_confirmation.text.erb".freeze, "app/views/quo_vadis/mailer/email_change_notification.text.erb".freeze, "app/views/quo_vadis/mailer/identifier_change_notification.text.erb".freeze, "app/views/quo_vadis/mailer/password_change_notification.text.erb".freeze, "app/views/quo_vadis/mailer/password_reset_notification.text.erb".freeze, "app/views/quo_vadis/mailer/recovery_codes_generation_notification.text.erb".freeze, "app/views/quo_vadis/mailer/reset_password.text.erb".freeze, "app/views/quo_vadis/mailer/totp_reuse_notification.text.erb".freeze, "app/views/quo_vadis/mailer/totp_setup_notification.text.erb".freeze, "app/views/quo_vadis/mailer/twofa_deactivated_notification.text.erb".freeze, "app/views/quo_vadis/password_resets/edit.html.erb".freeze, "app/views/quo_vadis/password_resets/index.html.erb".freeze, "app/views/quo_vadis/password_resets/new.html.erb".freeze, "app/views/quo_vadis/passwords/edit.html.erb".freeze, "app/views/quo_vadis/recovery_codes/challenge.html.erb".freeze, "app/views/quo_vadis/recovery_codes/index.html.erb".freeze, "app/views/quo_vadis/sessions/index.html.erb".freeze, "app/views/quo_vadis/sessions/new.html.erb".freeze, "app/views/quo_vadis/totps/challenge.html.erb".freeze, "app/views/quo_vadis/totps/new.html.erb".freeze, "app/views/quo_vadis/twofas/show.html.erb".freeze, "bin/console".freeze, "bin/rails".freeze, "bin/setup".freeze, "config/locales/quo_vadis.en.yml".freeze, "config/routes.rb".freeze, "db/migrate/202102150904_setup.rb".freeze, "lib/generators/quo_vadis/install_generator.rb".freeze, "lib/quo_vadis.rb".freeze, "lib/quo_vadis/controller.rb".freeze, "lib/quo_vadis/crypt.rb".freeze, "lib/quo_vadis/current_request_details.rb".freeze, "lib/quo_vadis/defaults.rb".freeze, "lib/quo_vadis/encrypted_type.rb".freeze, "lib/quo_vadis/engine.rb".freeze, "lib/quo_vadis/hmacable.rb".freeze, "lib/quo_vadis/ip_masking.rb".freeze, "lib/quo_vadis/model.rb".freeze, "lib/quo_vadis/version.rb".freeze, "quo_vadis.gemspec".freeze, "test/dummy/README.markdown".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/articles_controller.rb".freeze, "test/dummy/app/controllers/sign_ups_controller.rb".freeze, "test/dummy/app/controllers/users_controller.rb".freeze, "test/dummy/app/models/application_record.rb".freeze, "test/dummy/app/models/article.rb".freeze, "test/dummy/app/models/person.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/articles/also_secret.html.erb".freeze, "test/dummy/app/views/articles/index.html.erb".freeze, "test/dummy/app/views/articles/secret.html.erb".freeze, "test/dummy/app/views/articles/very_secret.html.erb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/sign_ups/new.html.erb".freeze, "test/dummy/app/views/sign_ups/show.html.erb".freeze, "test/dummy/app/views/users/new.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/initializers/quo_vadis.rb".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/migrate/202102121932_create_users.rb".freeze, "test/dummy/db/migrate/202102121935_create_people.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/public/favicon.ico".freeze, "test/fixtures/quo_vadis/mailer/account_confirmation.text".freeze, "test/fixtures/quo_vadis/mailer/email_change_notification.text".freeze, "test/fixtures/quo_vadis/mailer/identifier_change_notification.text".freeze, "test/fixtures/quo_vadis/mailer/password_change_notification.text".freeze, "test/fixtures/quo_vadis/mailer/password_reset_notification.text".freeze, "test/fixtures/quo_vadis/mailer/recovery_codes_generation_notification.text".freeze, "test/fixtures/quo_vadis/mailer/reset_password.text".freeze, "test/fixtures/quo_vadis/mailer/totp_reuse_notification.text".freeze, "test/fixtures/quo_vadis/mailer/totp_setup_notification.text".freeze, "test/fixtures/quo_vadis/mailer/twofa_deactivated_notification.text".freeze, "test/integration/account_confirmation_test.rb".freeze, "test/integration/controller_test.rb".freeze, "test/integration/logging_test.rb".freeze, "test/integration/password_change_test.rb".freeze, "test/integration/password_login_test.rb".freeze, "test/integration/password_reset_test.rb".freeze, "test/integration/recovery_codes_test.rb".freeze, "test/integration/sessions_test.rb".freeze, "test/integration/sign_up_test.rb".freeze, "test/integration/totps_test.rb".freeze, "test/integration/twofa_test.rb".freeze, "test/mailers/mailer_test.rb".freeze, "test/models/account_test.rb".freeze, "test/models/crypt_test.rb".freeze, "test/models/log_test.rb".freeze, "test/models/mask_ip_test.rb".freeze, "test/models/model_test.rb".freeze, "test/models/password_test.rb".freeze, "test/models/recovery_code_test.rb".freeze, "test/models/session_test.rb".freeze, "test/models/token_test.rb".freeze, "test/models/totp_test.rb".freeze, "test/quo_vadis_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/airblade/quo_vadis".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Multifactor authentication for Rails 6 and 7.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end