--- !ruby/object:Gem::Specification name: authentication-zero version: !ruby/object:Gem::Version version: 0.0.10 platform: ruby authors: - Nixon autorequire: bindir: bin cert_chain: [] date: 2022-02-16 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/cancellations_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/html/cancellations_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/mailers/password_mailer.rb.tt - lib/generators/authentication/templates/migration.rb.tt - lib/generators/authentication/templates/models/current.rb.tt - lib/generators/authentication/templates/models/resource.rb.tt - lib/generators/authentication/templates/views/cancellations/new.html.erb.tt - lib/generators/authentication/templates/views/password_mailer/reset.html.erb.tt - lib/generators/authentication/templates/views/password_mailer/reset.text.erb.tt - lib/generators/authentication/templates/views/password_resets/edit.html.erb.tt - lib/generators/authentication/templates/views/password_resets/new.html.erb.tt - lib/generators/authentication/templates/views/passwords/edit.html.erb.tt - lib/generators/authentication/templates/views/registrations/new.html.erb.tt - lib/generators/authentication/templates/views/sessions/new.html.erb.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.1.4 signing_key: specification_version: 4 summary: An authentication system generator for Rails applications test_files: []