# -*- encoding: utf-8 -*- # stub: mixlib-authentication 3.0.1 ruby lib Gem::Specification.new do |s| s.name = "mixlib-authentication".freeze s.version = "3.0.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 = ["Chef Software, Inc.".freeze] s.date = "2019-04-23" s.description = "Mixes in simple per-request authentication".freeze s.email = "info@chef.io".freeze s.files = ["LICENSE".freeze, "lib/mixlib/authentication.rb".freeze, "lib/mixlib/authentication/digester.rb".freeze, "lib/mixlib/authentication/http_authentication_request.rb".freeze, "lib/mixlib/authentication/null_logger.rb".freeze, "lib/mixlib/authentication/signatureverification.rb".freeze, "lib/mixlib/authentication/signedheaderauth.rb".freeze, "lib/mixlib/authentication/version.rb".freeze] s.homepage = "https://github.com/chef/mixlib-authentication".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Mixes in simple per-request authentication".freeze end