# -*- encoding: utf-8 -*- # stub: crowdin-api 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "crowdin-api".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Crowdin".freeze] s.date = "2021-11-29" s.description = "Ruby Client for the Crowdin API. Documentation - https://support.crowdin.com/api/v2/.".freeze s.email = ["support@crowdin.net".freeze] s.executables = ["crowdin-console".freeze] s.files = [".github/workflows/build-and-publish.yml".freeze, ".github/workflows/test-and-lint.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/crowdin-console".freeze, "bin/setup".freeze, "crowdin-api.gemspec".freeze, "lib/crowdin-api.rb".freeze, "lib/crowdin-api/api-resources/languages.rb".freeze, "lib/crowdin-api/api-resources/projects.rb".freeze, "lib/crowdin-api/api-resources/source_files.rb".freeze, "lib/crowdin-api/api-resources/storages.rb".freeze, "lib/crowdin-api/api-resources/translation_status.rb".freeze, "lib/crowdin-api/api-resources/translations.rb".freeze, "lib/crowdin-api/client/client.rb".freeze, "lib/crowdin-api/client/configuration.rb".freeze, "lib/crowdin-api/client/version.rb".freeze, "lib/crowdin-api/core/errors.rb".freeze, "lib/crowdin-api/core/payload.rb".freeze, "lib/crowdin-api/core/request.rb".freeze, "spec/core/config-instance_spec.rb".freeze, "spec/crowdin-api_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/crowdin/crowdin-api/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Client library to manage translations on Crowdin".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.1.0".freeze, "< 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze, "< 2.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2".freeze, ">= 2.2.32".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze, ">= 13.0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.23".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.14".freeze]) end