deepl-rb.gemspec in deepl-rb-2.5.1 vs deepl-rb.gemspec in deepl-rb-2.5.2

- old
+ new

@@ -1,19 +1,19 @@ # Generated by juwelier # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: deepl-rb 2.5.1 ruby lib +# stub: deepl-rb 2.5.2 ruby lib Gem::Specification.new do |s| s.name = "deepl-rb".freeze - s.version = "2.5.1" + s.version = "2.5.2" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Daniel Herzog".freeze] - s.date = "2022-06-22" + s.date = "2022-09-25" s.description = "A simple ruby wrapper for the DeepL translation API (v1). For more information, check this: https://www.deepl.com/docs/api-reference.html".freeze s.email = "info@danielherzog.es".freeze s.extra_rdoc_files = [ "LICENSE.md", "README.md" @@ -35,10 +35,11 @@ "lib/deepl/exceptions/error.rb", "lib/deepl/exceptions/limit_exceeded.rb", "lib/deepl/exceptions/not_found.rb", "lib/deepl/exceptions/not_supported.rb", "lib/deepl/exceptions/quota_exceeded.rb", + "lib/deepl/exceptions/request_entity_too_large.rb", "lib/deepl/exceptions/request_error.rb", "lib/deepl/glossary_api.rb", "lib/deepl/requests/base.rb", "lib/deepl/requests/glossary/create.rb", "lib/deepl/requests/glossary/destroy.rb", @@ -53,9 +54,10 @@ "lib/deepl/resources/glossary.rb", "lib/deepl/resources/language.rb", "lib/deepl/resources/language_pair.rb", "lib/deepl/resources/text.rb", "lib/deepl/resources/usage.rb", + "lib/deepl/utils/exception_builder.rb", "spec/api/api_spec.rb", "spec/api/configuration_spec.rb", "spec/api/deepl_spec.rb", "spec/fixtures/vcr_cassettes/deepl_glossaries.yml", "spec/fixtures/vcr_cassettes/deepl_languages.yml",