# -*- encoding: utf-8 -*- # stub: deepl-rb 3.0.0 ruby lib Gem::Specification.new do |s| s.name = "deepl-rb".freeze s.version = "3.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 = ["DeepL SE".freeze] s.date = "2024-09-20" s.description = "Official Ruby library for the DeepL language translation API (v2). For more information, check this: https://www.deepl.com/docs/api-reference.html".freeze s.email = "open-source@deepl.com".freeze s.extra_rdoc_files = ["CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "license_checker.sh".freeze] s.files = [".circleci/config.yml".freeze, ".github/workflows/add_issues_to_kanban.yml".freeze, ".gitlab-ci.yml".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "SECURITY.md".freeze, "VERSION".freeze, "deepl-rb.gemspec".freeze, "lib/deepl.rb".freeze, "lib/deepl/api.rb".freeze, "lib/deepl/configuration.rb".freeze, "lib/deepl/document_api.rb".freeze, "lib/deepl/exceptions/authorization_failed.rb".freeze, "lib/deepl/exceptions/bad_request.rb".freeze, "lib/deepl/exceptions/document_translation_error.rb".freeze, "lib/deepl/exceptions/error.rb".freeze, "lib/deepl/exceptions/limit_exceeded.rb".freeze, "lib/deepl/exceptions/not_found.rb".freeze, "lib/deepl/exceptions/not_supported.rb".freeze, "lib/deepl/exceptions/quota_exceeded.rb".freeze, "lib/deepl/exceptions/request_entity_too_large.rb".freeze, "lib/deepl/exceptions/request_error.rb".freeze, "lib/deepl/exceptions/server_error.rb".freeze, "lib/deepl/glossary_api.rb".freeze, "lib/deepl/requests/base.rb".freeze, "lib/deepl/requests/document/download.rb".freeze, "lib/deepl/requests/document/get_status.rb".freeze, "lib/deepl/requests/document/upload.rb".freeze, "lib/deepl/requests/glossary/create.rb".freeze, "lib/deepl/requests/glossary/destroy.rb".freeze, "lib/deepl/requests/glossary/entries.rb".freeze, "lib/deepl/requests/glossary/find.rb".freeze, "lib/deepl/requests/glossary/language_pairs.rb".freeze, "lib/deepl/requests/glossary/list.rb".freeze, "lib/deepl/requests/languages.rb".freeze, "lib/deepl/requests/translate.rb".freeze, "lib/deepl/requests/usage.rb".freeze, "lib/deepl/resources/base.rb".freeze, "lib/deepl/resources/document_handle.rb".freeze, "lib/deepl/resources/document_translation_status.rb".freeze, "lib/deepl/resources/glossary.rb".freeze, "lib/deepl/resources/language.rb".freeze, "lib/deepl/resources/language_pair.rb".freeze, "lib/deepl/resources/text.rb".freeze, "lib/deepl/resources/usage.rb".freeze, "lib/deepl/utils/backoff_timer.rb".freeze, "lib/deepl/utils/exception_builder.rb".freeze, "lib/http_client_options.rb".freeze, "license_checker.sh".freeze, "spec/api/api_spec.rb".freeze, "spec/api/configuration_spec.rb".freeze, "spec/api/deepl_spec.rb".freeze, "spec/fixtures/vcr_cassettes/deepl_document.yml".freeze, "spec/fixtures/vcr_cassettes/deepl_document_download.yml".freeze, "spec/fixtures/vcr_cassettes/deepl_glossaries.yml".freeze, "spec/fixtures/vcr_cassettes/deepl_languages.yml".freeze, "spec/fixtures/vcr_cassettes/deepl_translate.yml".freeze, "spec/fixtures/vcr_cassettes/deepl_usage.yml".freeze, "spec/fixtures/vcr_cassettes/glossaries.yml".freeze, "spec/fixtures/vcr_cassettes/languages.yml".freeze, "spec/fixtures/vcr_cassettes/translate_texts.yml".freeze, "spec/fixtures/vcr_cassettes/usage.yml".freeze, "spec/integration_tests/document_api_spec.rb".freeze, "spec/integration_tests/integration_test_utils.rb".freeze, "spec/requests/glossary/create_spec.rb".freeze, "spec/requests/glossary/destroy_spec.rb".freeze, "spec/requests/glossary/entries_spec.rb".freeze, "spec/requests/glossary/find_spec.rb".freeze, "spec/requests/glossary/language_pairs_spec.rb".freeze, "spec/requests/glossary/list_spec.rb".freeze, "spec/requests/languages_spec.rb".freeze, "spec/requests/translate_spec.rb".freeze, "spec/requests/usage_spec.rb".freeze, "spec/resources/glossary_spec.rb".freeze, "spec/resources/language_pair_spec.rb".freeze, "spec/resources/language_spec.rb".freeze, "spec/resources/text_spec.rb".freeze, "spec/resources/usage_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/DeepLcom/deepl-rb".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Official Ruby library for the DeepL language translation API.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end