zuora_api 0.2.7.6.6 → 0.2.7.6.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73c08a3b5848237f66744bd547da19c3077a1123
4
- data.tar.gz: f9e06eb21f5ac7122ffb111705c2a9d312571947
3
+ metadata.gz: 1aa872408539fbcce510f8ef819ffdb64633cf6d
4
+ data.tar.gz: 1bbb4bce4338e0f19ae5a5145cb436f7a731f819
5
5
  SHA512:
6
- metadata.gz: f7897292cda5ed5d3d26ec0c620beb8c13dadc3034cf0a79b3d81f4ef004c70bcc3edc7d9906b188acc1e79875bf66bb7db18410d3181b564138b033d4d8145e
7
- data.tar.gz: eb0a3cba93cfcda3eb8495739b9bad1aa20f878d9a242eb8907fc552334811ac2ce182fac9fdb6d2e379f5b2dd8780739c210cfd0f1944224b9c571c9612615f
6
+ metadata.gz: 433bc10785f2223b9d3c34735d321cc03572fcb646c9dbcd3431104f040d390fee3a5875ba93dcf9e3389aa82f4f21cdd8bbf541f1b5e3143cfbcaf49eec47bd
7
+ data.tar.gz: 1cd70a928f74b85627897166938a445e7bb7cd8d92bd6a624898234ff6eff7b59082170c6a8c75d83a9e6f8d647d0ca3810d9fa698340ff912c7abf7d276c5f3
@@ -223,7 +223,7 @@ module ZuoraAPI
223
223
  else
224
224
  raise ex
225
225
  end
226
- rescue ZuoraAPI::Exceptions::ZuoraAPIError => ex
226
+ rescue ZuoraAPI::Exceptions::ZuoraAPIError, ZuoraAPI::Exceptions::ZuoraAPIRequestLimit, ZuoraAPI::Exceptions::ZuoraAPILockCompetition => ex
227
227
  if debug
228
228
  raise ex
229
229
  else
@@ -293,7 +293,7 @@ module ZuoraAPI
293
293
  else
294
294
  raise ex
295
295
  end
296
- rescue ZuoraAPI::Exceptions::ZuoraAPIError => ex
296
+ rescue ZuoraAPI::Exceptions::ZuoraAPIError, ZuoraAPI::Exceptions::ZuoraAPIRequestLimit => ex
297
297
  if debug
298
298
  raise ex
299
299
  else
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "0.2.7.6.6"
2
+ VERSION = "0.2.7.6.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7.6.6
4
+ version: 0.2.7.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group