# -*- encoding: utf-8 -*- # stub: minimalist_authentication 3.0.0 ruby lib Gem::Specification.new do |s| s.name = "minimalist_authentication".freeze s.version = "3.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/wwidea/minimalist_authentication", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/wwidea/minimalist_authentication" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Aaron Baldwin".freeze, "Brightways Learning".freeze] s.date = "2024-11-03" s.description = "A Rails authentication plugin that takes a minimalist approach. It is designed to be simple to understand, use, and modify for your application.".freeze s.email = ["baldwina@brightwayslearning.org".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/email_verifications_controller.rb".freeze, "app/controllers/emails_controller.rb".freeze, "app/controllers/password_resets_controller.rb".freeze, "app/controllers/passwords_controller.rb".freeze, "app/mailers/application_mailer.rb".freeze, "app/mailers/minimalist_authentication_mailer.rb".freeze, "app/views/email_verifications/new.html.erb".freeze, "app/views/email_verifications/show.html.erb".freeze, "app/views/emails/edit.html.erb".freeze, "app/views/layouts/mailer.html.erb".freeze, "app/views/layouts/mailer.text.erb".freeze, "app/views/minimalist_authentication_mailer/update_password.html.erb".freeze, "app/views/minimalist_authentication_mailer/update_password.text.erb".freeze, "app/views/minimalist_authentication_mailer/verify_email.html.erb".freeze, "app/views/minimalist_authentication_mailer/verify_email.text.erb".freeze, "app/views/password_resets/new.html.erb".freeze, "app/views/passwords/edit.html.erb".freeze, "app/views/sessions/_form.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "config/locales/minimalist_authentication.en.yml".freeze, "config/routes.rb".freeze, "lib/minimalist_authentication.rb".freeze, "lib/minimalist_authentication/authenticator.rb".freeze, "lib/minimalist_authentication/configuration.rb".freeze, "lib/minimalist_authentication/controller.rb".freeze, "lib/minimalist_authentication/conversions/merge_password_hash.rb".freeze, "lib/minimalist_authentication/email_verification.rb".freeze, "lib/minimalist_authentication/engine.rb".freeze, "lib/minimalist_authentication/sessions.rb".freeze, "lib/minimalist_authentication/test_helper.rb".freeze, "lib/minimalist_authentication/user.rb".freeze, "lib/minimalist_authentication/verifiable_token.rb".freeze, "lib/minimalist_authentication/version.rb".freeze] s.homepage = "https://github.com/wwidea/minimalist_authentication".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Rails authentication plugin that takes a minimalist approach.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze, ">= 3.1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 6.0.0".freeze]) end