# -*- encoding: utf-8 -*-
# stub: faithteams-api 4.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "faithteams-api".freeze
  s.version = "4.2.0".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", "bug_tracker_uri" => "https://github.com/tithely/faithteams-api/issues", "changelog_uri" => "https://github.com/tithely/faithteams-api/blob/master/CHANGELOG.md", "documentation_uri" => "https://github.com/tithely/faithteams-api/blob/master/README.md", "github_repo" => "https://github.com/tithely/faithteams-api", "homepage_uri" => "https://github.com/tithely/faithteams-api", "source_code_uri" => "https://github.com/tithely/faithteams-api" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Tithe.ly Integrations".freeze]
  s.bindir = "exe".freeze
  s.date = "2025-02-20"
  s.description = "Provides methods and utilities for interacting with the faithteams API.".freeze
  s.email = ["integrations@tithe.ly".freeze]
  s.files = [".editorconfig".freeze, ".github/CODEOWNERS".freeze, ".github/CONTRIBUTING.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".github/workflows/editorconfig.yml".freeze, ".github/workflows/rubocop.yml".freeze, ".github/workflows/rubygems.yml".freeze, ".github/workflows/tester.yml".freeze, ".github/workflows/yard.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".tool-versions".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "faithteams-api.gemspec".freeze, "guides/api_client_interface.md".freeze, "guides/release-process.md".freeze, "lib/faithteams.rb".freeze, "lib/faithteams/api.rb".freeze, "lib/faithteams/api/v2.rb".freeze, "lib/faithteams/api/v2/connection.rb".freeze, "lib/faithteams/api/v2/entity.rb".freeze, "lib/faithteams/api/v2/entity/base.rb".freeze, "lib/faithteams/api/v2/entity/batch.rb".freeze, "lib/faithteams/api/v2/entity/contribution.rb".freeze, "lib/faithteams/api/v2/entity/contribution_record.rb".freeze, "lib/faithteams/api/v2/entity/contribution_type.rb".freeze, "lib/faithteams/api/v2/entity/fund.rb".freeze, "lib/faithteams/api/v2/entity/person.rb".freeze, "lib/faithteams/api/v2/error.rb".freeze, "lib/faithteams/api/v2/error/no_search_parameter_provided.rb".freeze, "lib/faithteams/api/v2/error/request.rb".freeze, "lib/faithteams/api/v2/gateway.rb".freeze, "lib/faithteams/api/v2/gateway_base.rb".freeze, "lib/faithteams/api/v2/resource.rb".freeze, "lib/faithteams/api/v2/resource/base.rb".freeze, "lib/faithteams/api/v2/resource/batch.rb".freeze, "lib/faithteams/api/v2/resource/contribution.rb".freeze, "lib/faithteams/api/v2/resource/contribution_type.rb".freeze, "lib/faithteams/api/v2/resource/fund.rb".freeze, "lib/faithteams/api/v2/resource/person.rb".freeze, "lib/faithteams/version.rb".freeze, "thunder-tests/.gitignore".freeze, "thunder-tests/collections/tc_col_faithteams-api.json".freeze, "thunder-tests/collections/tc_col_faithteams-app.json".freeze, "thunder-tests/environments/tc_env_faithteams.json".freeze, "thunder-tests/faithteams.env.template".freeze]
  s.homepage = "https://github.com/tithely/faithteams-api".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 = "A Faithteams API client gem.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 7.2.2".freeze])
  s.add_runtime_dependency(%q<http>.freeze, ["~> 5.1".freeze])
  s.add_runtime_dependency(%q<logger>.freeze, ["~> 1.6.1".freeze])
  s.add_runtime_dependency(%q<ostruct>.freeze, ["~> 0.6.0".freeze])
  s.add_runtime_dependency(%q<rexml>.freeze, ["~> 3.3.6".freeze])
  s.add_development_dependency(%q<byebug>.freeze, ["~> 11.1".freeze])
  s.add_development_dependency(%q<guard-rspec>.freeze, ["~> 4.7".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, ["~> 0.21".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 13.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.12".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, ["~> 1.42".freeze])
  s.add_development_dependency(%q<rubocop-performance>.freeze, ["~> 1.17".freeze])
  s.add_development_dependency(%q<rubocop-rake>.freeze, ["~> 0.6".freeze])
  s.add_development_dependency(%q<rubocop-rspec>.freeze, ["~> 1.42".freeze])
  s.add_development_dependency(%q<webmock>.freeze, ["~> 3.18".freeze])
  s.add_development_dependency(%q<yard>.freeze, ["~> 0.9".freeze])
end