# -*- encoding: utf-8 -*- # stub: googleauth 0.16.2 ruby lib Gem::Specification.new do |s| s.name = "googleauth".freeze s.version = "0.16.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tim Emiola".freeze] s.date = "2021-04-28" s.description = " Allows simple authorization for accessing Google APIs.\n Provide support for Application Default Credentials, as described at\n https://developers.google.com/accounts/docs/application-default-credentials\n".freeze s.email = "temiola@google.com".freeze s.files = [".github/CODEOWNERS".freeze, ".github/CONTRIBUTING.md".freeze, ".github/ISSUE_TEMPLATE/bug_report.md".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/ISSUE_TEMPLATE/support_request.md".freeze, ".github/renovate.json".freeze, ".github/sync-repo-settings.yaml".freeze, ".github/workflows/ci.yml".freeze, ".github/workflows/release-please.yml".freeze, ".gitignore".freeze, ".kokoro/populate-secrets.sh".freeze, ".kokoro/release.cfg".freeze, ".kokoro/release.sh".freeze, ".kokoro/trampoline_v2.sh".freeze, ".repo-metadata.json".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".toys/.toys.rb".freeze, ".toys/ci.rb".freeze, ".toys/kokoro/.toys.rb".freeze, ".toys/kokoro/publish-docs.rb".freeze, ".toys/kokoro/publish-gem.rb".freeze, ".toys/linkinator.rb".freeze, ".trampolinerc".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "googleauth.gemspec".freeze, "integration/helper.rb".freeze, "integration/id_tokens/key_source_test.rb".freeze, "lib/googleauth.rb".freeze, "lib/googleauth/application_default.rb".freeze, "lib/googleauth/client_id.rb".freeze, "lib/googleauth/compute_engine.rb".freeze, "lib/googleauth/credentials.rb".freeze, "lib/googleauth/credentials_loader.rb".freeze, "lib/googleauth/default_credentials.rb".freeze, "lib/googleauth/iam.rb".freeze, "lib/googleauth/id_tokens.rb".freeze, "lib/googleauth/id_tokens/errors.rb".freeze, "lib/googleauth/id_tokens/key_sources.rb".freeze, "lib/googleauth/id_tokens/verifier.rb".freeze, "lib/googleauth/json_key_reader.rb".freeze, "lib/googleauth/scope_util.rb".freeze, "lib/googleauth/service_account.rb".freeze, "lib/googleauth/signet.rb".freeze, "lib/googleauth/stores/file_token_store.rb".freeze, "lib/googleauth/stores/redis_token_store.rb".freeze, "lib/googleauth/token_store.rb".freeze, "lib/googleauth/user_authorizer.rb".freeze, "lib/googleauth/user_refresh.rb".freeze, "lib/googleauth/version.rb".freeze, "lib/googleauth/web_user_authorizer.rb".freeze, "spec/googleauth/apply_auth_examples.rb".freeze, "spec/googleauth/client_id_spec.rb".freeze, "spec/googleauth/compute_engine_spec.rb".freeze, "spec/googleauth/credentials_spec.rb".freeze, "spec/googleauth/get_application_default_spec.rb".freeze, "spec/googleauth/iam_spec.rb".freeze, "spec/googleauth/scope_util_spec.rb".freeze, "spec/googleauth/service_account_spec.rb".freeze, "spec/googleauth/signet_spec.rb".freeze, "spec/googleauth/stores/file_token_store_spec.rb".freeze, "spec/googleauth/stores/redis_token_store_spec.rb".freeze, "spec/googleauth/stores/store_examples.rb".freeze, "spec/googleauth/user_authorizer_spec.rb".freeze, "spec/googleauth/user_refresh_spec.rb".freeze, "spec/googleauth/web_user_authorizer_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/helper.rb".freeze, "test/id_tokens/key_sources_test.rb".freeze, "test/id_tokens/verifier_test.rb".freeze] s.homepage = "https://github.com/googleapis/google-auth-library-ruby".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Google Auth Library for Ruby".freeze s.test_files = ["spec/googleauth/apply_auth_examples.rb".freeze, "spec/googleauth/client_id_spec.rb".freeze, "spec/googleauth/compute_engine_spec.rb".freeze, "spec/googleauth/credentials_spec.rb".freeze, "spec/googleauth/get_application_default_spec.rb".freeze, "spec/googleauth/iam_spec.rb".freeze, "spec/googleauth/scope_util_spec.rb".freeze, "spec/googleauth/service_account_spec.rb".freeze, "spec/googleauth/signet_spec.rb".freeze, "spec/googleauth/stores/file_token_store_spec.rb".freeze, "spec/googleauth/stores/redis_token_store_spec.rb".freeze, "spec/googleauth/stores/store_examples.rb".freeze, "spec/googleauth/user_authorizer_spec.rb".freeze, "spec/googleauth/user_refresh_spec.rb".freeze, "spec/googleauth/web_user_authorizer_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.17.3".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.16".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.11".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.9".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end