zuora_api 1.7.66h → 1.7.66i
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/zuora_api/login.rb +2 -0
- data/lib/zuora_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9abc05b9cc822f673afd3df5ab42267a5b0507c5af115d784cbe8b148ee7eda
|
|
4
|
+
data.tar.gz: fdf4bac3b2f9f6999406ebbe9e96ca80fb07297c5d915ff2fac280225adb486f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac941b6f8d7c790ad3485690a15f756fba277adc39e594153e96cfb21ce3997e181c2dc4761621a7837f7be2072fc3da3ce0c613ef3b6ba4aaa47aaa3eb14fe4
|
|
7
|
+
data.tar.gz: 496c6f87369ef131c9a4b8e9f3fdb3e1896c3b73a9784174788234dbf2d55c9ed4a46908bac9ea924a7728ebdf64818c635bda93951b0c9781cfd5f81754b960
|
data/lib/zuora_api/login.rb
CHANGED
|
@@ -925,6 +925,8 @@ module ZuoraAPI
|
|
|
925
925
|
raise ZuoraAPI::Exceptions::ZuoraAPIConnectionTimeout.new(error_message, response)
|
|
926
926
|
when /Client sent a bad request./, /Bad Request/, /403 Forbidden/
|
|
927
927
|
raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new(error_message, response)
|
|
928
|
+
when /414 Request-URI Too Large/
|
|
929
|
+
raise ZuoraAPI::Exceptions::ZuoraAPIError.new("Request URL is too long", response)
|
|
928
930
|
else
|
|
929
931
|
raise ZuoraAPI::Exceptions::ZuoraAPIInternalServerError.new(error_message, response)
|
|
930
932
|
end
|
data/lib/zuora_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.66i
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zuora Strategic Solutions Group
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|