# -*- encoding: utf-8 -*- # stub: minimalist_authentication 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "minimalist_authentication".freeze s.version = "1.0.0".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 = "2017-07-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/assets/config/minimalist_authentication_manifest.js".freeze, "app/views/sessions/_form.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "config/routes.rb".freeze, "lib/minimalist/authentication.rb".freeze, "lib/minimalist/authorization.rb".freeze, "lib/minimalist/sessions.rb".freeze, "lib/minimalist/test_helper.rb".freeze, "lib/minimalist_authentication.rb".freeze, "lib/minimalist_authentication/engine.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_development_dependency(%q.freeze, [">= 0".freeze]) end