deepl-rb.gemspec in deepl-rb-2.3.1 vs deepl-rb.gemspec in deepl-rb-2.4.0

- 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.3.1 ruby lib +# stub: deepl-rb 2.4.0 ruby lib Gem::Specification.new do |s| s.name = "deepl-rb".freeze - s.version = "2.3.1" + s.version = "2.4.0" 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 = "2021-09-28" + s.date = "2022-01-24" 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" @@ -32,9 +32,10 @@ "lib/deepl/configuration.rb", "lib/deepl/exceptions/authorization_failed.rb", "lib/deepl/exceptions/bad_request.rb", "lib/deepl/exceptions/error.rb", "lib/deepl/exceptions/limit_exceeded.rb", + "lib/deepl/exceptions/not_supported.rb", "lib/deepl/exceptions/quota_exceeded.rb", "lib/deepl/exceptions/request_error.rb", "lib/deepl/requests/base.rb", "lib/deepl/requests/languages.rb", "lib/deepl/requests/translate.rb",