# -*- encoding: utf-8 -*-
# stub: microsoft_kiota_faraday 0.14.0 ruby lib

Gem::Specification.new do |s|
  s.name = "microsoft_kiota_faraday".freeze
  s.version = "0.14.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-http-ruby/issues", "changelog_uri" => "https://github.com/microsoft/kiota-http-ruby/blob/main/CHANGELOG.md", "github_repo" => "ssh://github.com/microsoft/kiota-http-ruby", "homepage_uri" => "https://microsoft.github.io/kiota/", "source_code_uri" => "https://github.com/microsoft/kiota-http-ruby" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Microsoft Corporation".freeze]
  s.date = "2024-02-15"
  s.description = "Kiota HttpCore implementation with Faraday".freeze
  s.email = "graphsdkpub+ruby@microsoft.com".freeze
  s.files = [".github/CODEOWNERS".freeze, ".github/dependabot.yml".freeze, ".github/policies/resourceManagement.yml".freeze, ".github/workflows/auto-merge-dependabot.yml".freeze, ".github/workflows/code-ql.yml".freeze, ".github/workflows/conflicting-pr-label.yml".freeze, ".github/workflows/release.yml".freeze, ".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".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_faraday.rb".freeze, "lib/microsoft_kiota_faraday/faraday_request_adapter.rb".freeze, "lib/microsoft_kiota_faraday/kiota_client_factory.rb".freeze, "lib/microsoft_kiota_faraday/middleware/parameters_name_decoding_handler.rb".freeze, "lib/microsoft_kiota_faraday/middleware/parameters_name_decoding_option.rb".freeze, "lib/microsoft_kiota_faraday/middleware/response_handler_option.rb".freeze, "lib/microsoft_kiota_faraday/middleware/user_agent_handler.rb".freeze, "lib/microsoft_kiota_faraday/middleware/user_agent_option.rb".freeze, "lib/microsoft_kiota_faraday/version.rb".freeze, "microsoft_kiota_faraday.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 Faraday - Kiota Ruby http request adapter for running requests".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<microsoft_kiota_abstractions>.freeze, ["~> 0.14.0".freeze])
  s.add_runtime_dependency(%q<faraday>.freeze, ["~> 2.7".freeze, ">= 2.7.2".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 13.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, [">= 0".freeze])
end