--- !ruby/object:Gem::Specification name: authentication-zero version: !ruby/object:Gem::Version version: 2.3.2 platform: ruby authors: - Nixon autorequire: bindir: bin cert_chain: [] date: 2022-02-26 00:00:00.000000000 Z dependencies: [] description: email: - lazaronixon@hotmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - authentication-zero.gemspec - lib/authentication-zero.rb - lib/authentication_zero.rb - lib/authentication_zero/version.rb - lib/generators/authentication/USAGE - lib/generators/authentication/authentication_generator.rb - lib/generators/authentication/templates/controllers/api/email_verifications_controller.rb.tt - lib/generators/authentication/templates/controllers/api/emails_controller.rb.tt - lib/generators/authentication/templates/controllers/api/password_resets_controller.rb.tt - lib/generators/authentication/templates/controllers/api/passwords_controller.rb.tt - lib/generators/authentication/templates/controllers/api/registrations_controller.rb.tt - lib/generators/authentication/templates/controllers/api/sessions_controller.rb.tt - lib/generators/authentication/templates/controllers/api/sudos_controller.rb.tt - lib/generators/authentication/templates/controllers/html/email_verifications_controller.rb.tt - lib/generators/authentication/templates/controllers/html/emails_controller.rb.tt - lib/generators/authentication/templates/controllers/html/password_resets_controller.rb.tt - lib/generators/authentication/templates/controllers/html/passwords_controller.rb.tt - lib/generators/authentication/templates/controllers/html/registrations_controller.rb.tt - lib/generators/authentication/templates/controllers/html/sessions_controller.rb.tt - lib/generators/authentication/templates/controllers/html/sudos_controller.rb.tt - lib/generators/authentication/templates/erb/emails/edit.html.erb.tt - lib/generators/authentication/templates/erb/identity_mailer/email_verify_confirmation.html.erb.tt - lib/generators/authentication/templates/erb/identity_mailer/email_verify_confirmation.text.erb.tt - lib/generators/authentication/templates/erb/identity_mailer/password_reset_provision.html.erb.tt - lib/generators/authentication/templates/erb/identity_mailer/password_reset_provision.text.erb.tt - lib/generators/authentication/templates/erb/password_resets/edit.html.erb.tt - lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt - lib/generators/authentication/templates/erb/passwords/edit.html.erb.tt - lib/generators/authentication/templates/erb/registrations/new.html.erb.tt - lib/generators/authentication/templates/erb/session_mailer/signed_in_notification.html.erb.tt - lib/generators/authentication/templates/erb/session_mailer/signed_in_notification.text.erb.tt - lib/generators/authentication/templates/erb/sessions/index.html.erb.tt - lib/generators/authentication/templates/erb/sessions/new.html.erb.tt - lib/generators/authentication/templates/erb/sudos/new.html.erb.tt - lib/generators/authentication/templates/mailers/identity_mailer.rb.tt - lib/generators/authentication/templates/mailers/session_mailer.rb.tt - lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt - lib/generators/authentication/templates/migrations/create_table_migration.rb.tt - lib/generators/authentication/templates/models/current.rb.tt - lib/generators/authentication/templates/models/model.rb.tt - lib/generators/authentication/templates/models/session.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/email_verifications_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/emails_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/password_resets_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/passwords_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/registrations_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/sessions_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/sudos_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/email_verifications_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/emails_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/password_resets_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/passwords_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/registrations_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/sessions_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/sudos_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/fixtures.yml.tt - lib/generators/authentication/templates/test_unit/system/emails_test.rb.tt - lib/generators/authentication/templates/test_unit/system/password_resets_test.rb.tt - lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt - lib/generators/authentication/templates/test_unit/system/registrations_test.rb.tt - lib/generators/authentication/templates/test_unit/system/sessions_test.rb.tt - lib/generators/authentication/templates/test_unit/system/sudos_test.rb.tt homepage: https://github.com/lazaronixon/authentication-zero licenses: - MIT metadata: homepage_uri: https://github.com/lazaronixon/authentication-zero source_code_uri: https://github.com/lazaronixon/authentication-zero changelog_uri: https://github.com/lazaronixon/authentication-zero/blob/main/CHANGELOG.md 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.3.7 signing_key: specification_version: 4 summary: An authentication system generator for Rails applications test_files: []