# -*- encoding: utf-8 -*- # stub: faithteams-api 2.0.1 ruby lib Gem::Specification.new do |s| s.name = "faithteams-api".freeze s.version = "2.0.1".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", "changelog_uri" => "https://github.com/tithely/faithteams-api/blob/master/doc/CHANGELOG.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 = "2024-04-03" 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/jeweler.yml".freeze, ".github/workflows/puller.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/api/v2/resource/user.rb".freeze, "lib/faithteams/version.rb".freeze, "thunder-tests/.gitignore".freeze, "thunder-tests/collections/tc_col_faithteams.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.freeze, [">= 6.1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 5.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 11.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.21".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.42".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.17".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.42".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) end