# -*- encoding: utf-8 -*- # stub: rails-auth 0.5.3 ruby lib Gem::Specification.new do |s| s.name = "rails-auth".freeze s.version = "0.5.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tony Arcieri".freeze] s.bindir = "exe".freeze s.date = "2016-04-29" s.description = "A plugin-based framework for supporting multiple authentication and authorization systems in Rails/Rack apps. Supports resource-oriented route-by-route access control lists with TLS authentication.".freeze s.email = ["tonyarcieri@squareup.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "BUG-BOUNTY.md".freeze, "CHANGES.md".freeze, "CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "images/debug_error_page.png".freeze, "lib/rails/auth.rb".freeze, "lib/rails/auth/acl.rb".freeze, "lib/rails/auth/acl/matchers/allow_all.rb".freeze, "lib/rails/auth/acl/middleware.rb".freeze, "lib/rails/auth/acl/resource.rb".freeze, "lib/rails/auth/controller_methods.rb".freeze, "lib/rails/auth/credentials.rb".freeze, "lib/rails/auth/credentials/injector_middleware.rb".freeze, "lib/rails/auth/error_page/debug_middleware.rb".freeze, "lib/rails/auth/error_page/debug_page.html.erb".freeze, "lib/rails/auth/error_page/middleware.rb".freeze, "lib/rails/auth/exceptions.rb".freeze, "lib/rails/auth/rack.rb".freeze, "lib/rails/auth/rspec.rb".freeze, "lib/rails/auth/rspec/helper_methods.rb".freeze, "lib/rails/auth/rspec/matchers/acl_matchers.rb".freeze, "lib/rails/auth/version.rb".freeze, "lib/rails/auth/x509/certificate.rb".freeze, "lib/rails/auth/x509/filter/java.rb".freeze, "lib/rails/auth/x509/filter/pem.rb".freeze, "lib/rails/auth/x509/matcher.rb".freeze, "lib/rails/auth/x509/middleware.rb".freeze, "rails-auth.gemspec".freeze, "spec/fixtures/example_acl.yml".freeze, "spec/rails/auth/acl/matchers/allow_all_spec.rb".freeze, "spec/rails/auth/acl/middleware_spec.rb".freeze, "spec/rails/auth/acl/resource_spec.rb".freeze, "spec/rails/auth/acl_spec.rb".freeze, "spec/rails/auth/controller_methods_spec.rb".freeze, "spec/rails/auth/credentials/injector_middleware_spec.rb".freeze, "spec/rails/auth/credentials_spec.rb".freeze, "spec/rails/auth/error_page/debug_middleware_spec.rb".freeze, "spec/rails/auth/error_page/middleware_spec.rb".freeze, "spec/rails/auth/rspec/helper_methods_spec.rb".freeze, "spec/rails/auth/rspec/matchers/acl_matchers_spec.rb".freeze, "spec/rails/auth/x509/certificate_spec.rb".freeze, "spec/rails/auth/x509/matcher_spec.rb".freeze, "spec/rails/auth/x509/middleware_spec.rb".freeze, "spec/rails/auth_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/claims_matcher.rb".freeze, "spec/support/create_certs.rb".freeze] s.homepage = "https://github.com/square/rails-auth/".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Modular resource-oriented authentication and authorization for Rails/Rack".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end