# -*- encoding: utf-8 -*- # stub: minimalist_authentication 0.6 ruby lib Gem::Specification.new do |s| s.name = "minimalist_authentication".freeze s.version = "0.6".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, "Jonathan S. Garvin".freeze, "WWIDEA, Inc".freeze] s.date = "2012-07-17" 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 = ["developers@wwidea.org".freeze] s.files = [".gitignore".freeze, "MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/app/views/sessions/_form.html.erb".freeze, "lib/app/views/sessions/new.html.erb".freeze, "lib/minimalist/authentication.rb".freeze, "lib/minimalist/authorization.rb".freeze, "lib/minimalist/sessions.rb".freeze, "lib/minimalist/test_helper.rb".freeze, "lib/minimalist/version.rb".freeze, "lib/minimalist_authentication.rb".freeze, "lib/tasks/minimalist_authentication_tasks.rake".freeze, "minimalist_authentication.gemspec".freeze, "test/.gitignore".freeze, "test/authentication_test.rb".freeze, "test/authorization_test.rb".freeze, "test/factories.rb".freeze, "test/rails_root/Gemfile".freeze, "test/rails_root/Gemfile.lock".freeze, "test/rails_root/README".freeze, "test/rails_root/Rakefile".freeze, "test/rails_root/app/controllers/application_controller.rb".freeze, "test/rails_root/app/controllers/sessions_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/app/views/layouts/application.html.erb".freeze, "test/rails_root/config.ru".freeze, "test/rails_root/config/application.rb".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/database.yml".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/production.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers/backtrace_silencers.rb".freeze, "test/rails_root/config/initializers/inflections.rb".freeze, "test/rails_root/config/initializers/mime_types.rb".freeze, "test/rails_root/config/initializers/secret_token.rb".freeze, "test/rails_root/config/initializers/session_store.rb".freeze, "test/rails_root/config/locales/en.yml".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/.gitignore".freeze, "test/rails_root/db/schema.rb".freeze, "test/rails_root/db/seeds.rb".freeze, "test/rails_root/doc/README_FOR_APP".freeze, "test/rails_root/lib/tasks/.gitkeep".freeze, "test/rails_root/log/.gitignore".freeze, "test/rails_root/log/.gitkeep".freeze, "test/rails_root/script/rails".freeze, "test/rails_root/test/performance/browsing_test.rb".freeze, "test/rails_root/test/test_helper.rb".freeze, "test/sessions_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/wwidea/minimalist_authentication".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Rails authentication plugin that takes a minimalist approach.".freeze s.test_files = ["test/authentication_test.rb".freeze, "test/authorization_test.rb".freeze, "test/factories.rb".freeze, "test/rails_root/Gemfile".freeze, "test/rails_root/Gemfile.lock".freeze, "test/rails_root/README".freeze, "test/rails_root/Rakefile".freeze, "test/rails_root/app/controllers/application_controller.rb".freeze, "test/rails_root/app/controllers/sessions_controller.rb".freeze, "test/rails_root/app/helpers/application_helper.rb".freeze, "test/rails_root/app/models/user.rb".freeze, "test/rails_root/app/views/layouts/application.html.erb".freeze, "test/rails_root/config.ru".freeze, "test/rails_root/config/application.rb".freeze, "test/rails_root/config/boot.rb".freeze, "test/rails_root/config/database.yml".freeze, "test/rails_root/config/environment.rb".freeze, "test/rails_root/config/environments/development.rb".freeze, "test/rails_root/config/environments/production.rb".freeze, "test/rails_root/config/environments/test.rb".freeze, "test/rails_root/config/initializers/backtrace_silencers.rb".freeze, "test/rails_root/config/initializers/inflections.rb".freeze, "test/rails_root/config/initializers/mime_types.rb".freeze, "test/rails_root/config/initializers/secret_token.rb".freeze, "test/rails_root/config/initializers/session_store.rb".freeze, "test/rails_root/config/locales/en.yml".freeze, "test/rails_root/config/routes.rb".freeze, "test/rails_root/db/.gitignore".freeze, "test/rails_root/db/schema.rb".freeze, "test/rails_root/db/seeds.rb".freeze, "test/rails_root/doc/README_FOR_APP".freeze, "test/rails_root/lib/tasks/.gitkeep".freeze, "test/rails_root/log/.gitignore".freeze, "test/rails_root/log/.gitkeep".freeze, "test/rails_root/script/rails".freeze, "test/rails_root/test/performance/browsing_test.rb".freeze, "test/rails_root/test/test_helper.rb".freeze, "test/sessions_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.0.1".freeze]) end