deepl-rb.gemspec in deepl-rb-2.2.0 vs deepl-rb.gemspec in deepl-rb-2.2.1

- 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.2.0 ruby lib +# stub: deepl-rb 2.2.1 ruby lib Gem::Specification.new do |s| s.name = "deepl-rb".freeze - s.version = "2.2.0" + s.version = "2.2.1" 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 = "2018-11-28" + s.date = "2020-03-08" 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" @@ -33,9 +33,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/quota_exceeded.rb", "lib/deepl/exceptions/request_error.rb", "lib/deepl/requests/base.rb", "lib/deepl/requests/translate.rb", "lib/deepl/requests/usage.rb", "lib/deepl/resources/base.rb",