# -*- encoding: utf-8 -*- # stub: minimalist_authentication 2.2.1 ruby lib Gem::Specification.new do |s| s.name = "minimalist_authentication".freeze s.version = "2.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Baldwin".freeze, "Brightways Learning".freeze] s.date = "2020-08-28" 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/assets/config/minimalist_authentication_manifest.js".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/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/null_password.rb".freeze, "lib/minimalist_authentication/password.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, "lib/tasks/minimalist_authentication_tasks.rake".freeze] s.homepage = "https://github.com/wwidea/minimalist_authentication".freeze s.licenses = ["MIT".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, [">= 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze, ">= 3.1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) end