--- !ruby/object:Gem::Specification name: rodauth-rails version: !ruby/object:Gem::Version version: 0.7.0 platform: ruby authors: - Janko Marohnić autorequire: bindir: bin cert_chain: [] date: 2020-11-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: railties requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '4.2' - - "<" - !ruby/object:Gem::Version version: '7' - !ruby/object:Gem::Dependency name: rodauth requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.6' - !ruby/object:Gem::Dependency name: sequel-activerecord_connection requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.1' - !ruby/object:Gem::Dependency name: tilt requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: bcrypt requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: Provides Rails integration for Rodauth. email: - janko.marohnic@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - LICENSE.txt - README.md - lib/generators/rodauth/install_generator.rb - lib/generators/rodauth/mailer_generator.rb - lib/generators/rodauth/migration/account_expiration.erb - lib/generators/rodauth/migration/active_sessions.erb - lib/generators/rodauth/migration/audit_logging.erb - lib/generators/rodauth/migration/base.erb - lib/generators/rodauth/migration/disallow_password_reuse.erb - lib/generators/rodauth/migration/email_auth.erb - lib/generators/rodauth/migration/jwt_refresh.erb - lib/generators/rodauth/migration/lockout.erb - lib/generators/rodauth/migration/otp.erb - lib/generators/rodauth/migration/password_expiration.erb - lib/generators/rodauth/migration/recovery_codes.erb - lib/generators/rodauth/migration/remember.erb - lib/generators/rodauth/migration/reset_password.erb - lib/generators/rodauth/migration/single_session.erb - lib/generators/rodauth/migration/sms_codes.erb - lib/generators/rodauth/migration/verify_account.erb - lib/generators/rodauth/migration/verify_login_change.erb - lib/generators/rodauth/migration/webauthn.erb - lib/generators/rodauth/migration_generator.rb - lib/generators/rodauth/migration_helpers.rb - lib/generators/rodauth/templates/app/controllers/rodauth_controller.rb - lib/generators/rodauth/templates/app/lib/rodauth_app.rb - lib/generators/rodauth/templates/app/mailers/rodauth_mailer.rb - lib/generators/rodauth/templates/app/models/account.rb - lib/generators/rodauth/templates/app/views/rodauth/_email_auth_request_form.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_field_error.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_global_logout_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_confirm_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_display.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_form.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_form_footer.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_form_header.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_login_hidden_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_new_password_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_otp_auth_code_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_password_confirm_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_password_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_recovery_code_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_recovery_codes_form.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_sms_code_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_sms_phone_field.html.erb - lib/generators/rodauth/templates/app/views/rodauth/_submit.html.erb - lib/generators/rodauth/templates/app/views/rodauth/add_recovery_codes.html.erb - lib/generators/rodauth/templates/app/views/rodauth/change_login.html.erb - lib/generators/rodauth/templates/app/views/rodauth/change_password.html.erb - lib/generators/rodauth/templates/app/views/rodauth/close_account.html.erb - lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb - lib/generators/rodauth/templates/app/views/rodauth/create_account.html.erb - lib/generators/rodauth/templates/app/views/rodauth/email_auth.html.erb - lib/generators/rodauth/templates/app/views/rodauth/login.html.erb - lib/generators/rodauth/templates/app/views/rodauth/logout.html.erb - lib/generators/rodauth/templates/app/views/rodauth/multi_phase_login.html.erb - lib/generators/rodauth/templates/app/views/rodauth/otp_auth.html.erb - lib/generators/rodauth/templates/app/views/rodauth/otp_disable.html.erb - lib/generators/rodauth/templates/app/views/rodauth/otp_setup.html.erb - lib/generators/rodauth/templates/app/views/rodauth/recovery_auth.html.erb - lib/generators/rodauth/templates/app/views/rodauth/recovery_codes.html.erb - lib/generators/rodauth/templates/app/views/rodauth/remember.html.erb - lib/generators/rodauth/templates/app/views/rodauth/reset_password.html.erb - lib/generators/rodauth/templates/app/views/rodauth/reset_password_request.html.erb - lib/generators/rodauth/templates/app/views/rodauth/sms_auth.html.erb - lib/generators/rodauth/templates/app/views/rodauth/sms_confirm.html.erb - lib/generators/rodauth/templates/app/views/rodauth/sms_disable.html.erb - lib/generators/rodauth/templates/app/views/rodauth/sms_request.html.erb - lib/generators/rodauth/templates/app/views/rodauth/sms_setup.html.erb - lib/generators/rodauth/templates/app/views/rodauth/two_factor_auth.html.erb - lib/generators/rodauth/templates/app/views/rodauth/two_factor_disable.html.erb - lib/generators/rodauth/templates/app/views/rodauth/two_factor_manage.html.erb - lib/generators/rodauth/templates/app/views/rodauth/unlock_account.html.erb - lib/generators/rodauth/templates/app/views/rodauth/unlock_account_request.html.erb - lib/generators/rodauth/templates/app/views/rodauth/verify_account.html.erb - lib/generators/rodauth/templates/app/views/rodauth/verify_account_resend.html.erb - lib/generators/rodauth/templates/app/views/rodauth/verify_login_change.html.erb - lib/generators/rodauth/templates/app/views/rodauth/webauthn_auth.html.erb - lib/generators/rodauth/templates/app/views/rodauth/webauthn_remove.html.erb - lib/generators/rodauth/templates/app/views/rodauth/webauthn_setup.html.erb - lib/generators/rodauth/templates/app/views/rodauth_mailer/email_auth.text.erb - lib/generators/rodauth/templates/app/views/rodauth_mailer/password_changed.text.erb - lib/generators/rodauth/templates/app/views/rodauth_mailer/reset_password.text.erb - lib/generators/rodauth/templates/app/views/rodauth_mailer/unlock_account.text.erb - lib/generators/rodauth/templates/app/views/rodauth_mailer/verify_account.text.erb - lib/generators/rodauth/templates/app/views/rodauth_mailer/verify_login_change.text.erb - lib/generators/rodauth/templates/config/initializers/rodauth.rb - lib/generators/rodauth/templates/config/initializers/sequel.rb - lib/generators/rodauth/templates/db/migrate/create_rodauth.rb - lib/generators/rodauth/views_generator.rb - lib/rodauth-rails.rb - lib/rodauth/features/rails.rb - lib/rodauth/rails.rb - lib/rodauth/rails/app.rb - lib/rodauth/rails/app/flash.rb - lib/rodauth/rails/app/middleware.rb - lib/rodauth/rails/controller_methods.rb - lib/rodauth/rails/feature.rb - lib/rodauth/rails/middleware.rb - lib/rodauth/rails/railtie.rb - lib/rodauth/rails/tasks.rake - lib/rodauth/rails/version.rb - rodauth-rails.gemspec homepage: https://github.com/janko/rodauth-rails licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.3' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.4 signing_key: specification_version: 4 summary: Provides Rails integration for Rodauth. test_files: []