# -*- encoding: utf-8 -*- # stub: microsoft_kiota_authentication_oauth 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "microsoft_kiota_authentication_oauth".freeze s.version = "0.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/microsoft/kiota-authentication-oauth-ruby/issues", "changelog_uri" => "https://github.com/microsoft/kiota-authentication-oauth-ruby/blob/main/CHANGELOG.md", "github_repo" => "ssh://github.com/microsoft/kiota-authentication-oauth-ruby", "homepage_uri" => "https://microsoft.github.io/kiota/", "source_code_uri" => "https://github.com/microsoft/kiota-authentication-oauth-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Microsoft Corporation".freeze] s.date = "2023-03-28" s.description = "Kiota Authentication implementation with oauth2".freeze s.email = "graphsdkpub+ruby@microsoft.com".freeze s.files = [".github/CODEOWNERS".freeze, ".github/dependabot.yml".freeze, ".github/workflows/auto-merge-dependabot.yml".freeze, ".github/workflows/code-ql.yml".freeze, ".github/workflows/conflicting-pr-label.yml".freeze, ".github/workflows/projectsbot.yml".freeze, ".github/workflows/release.yml".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "SUPPORT.md".freeze, "lib/microsoft_kiota_authentication_oauth.rb".freeze, "lib/microsoft_kiota_authentication_oauth/contexts/authorization_code_context.rb".freeze, "lib/microsoft_kiota_authentication_oauth/contexts/client_credential_context.rb".freeze, "lib/microsoft_kiota_authentication_oauth/contexts/oauth_context.rb".freeze, "lib/microsoft_kiota_authentication_oauth/contexts/oauth_custom_flow.rb".freeze, "lib/microsoft_kiota_authentication_oauth/contexts/on_behalf_of_context.rb".freeze, "lib/microsoft_kiota_authentication_oauth/extensions/oauth2_ext.rb".freeze, "lib/microsoft_kiota_authentication_oauth/oauth_access_token_provider.rb".freeze, "lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb".freeze, "lib/microsoft_kiota_authentication_oauth/version.rb".freeze, "microsoft_kiota_authentication_oauth.gemspec".freeze] s.homepage = "https://microsoft.github.io/kiota/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Microsoft Kiota Authentication OAuth - Kiota Ruby Authentication OAuth library".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.14.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end