zuora_connect 1.4.58 → 1.4.59

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: f3fdf964f66f49e9a0a9a3307c7c945381acc0ef
4
- data.tar.gz: de26b3ef267bc0d4ef5341a1cb2dfe6ee73450a8
3
+ metadata.gz: addbe2f7558e50958f199c78556110f6e12a6b9a
4
+ data.tar.gz: 98ba68a2846ead5318e0e1dbb1b032801992cc29
5
5
  SHA512:
6
- metadata.gz: e1bfba26eca8b56f4370496103364f33a7a4734d5bb80324e02e1d30e083b787cf3309779a50faa71eaced1aab525ae49c8eb6fcd413471099f67c3f4f299350
7
- data.tar.gz: 008d296b0ef62b246ec8111e17c3fa725d6fd1c3775bad0736ce117c2ae6ca19f42215bb3d548a7a6fd627949f09f7b66cf281464d6f6f81b1e59d62691c6103
6
+ metadata.gz: 7ffae8162e12a45795acc9c365be82c2c77c153312c5ae041d56c7de4e6e9d713d9ea3fd645ec025a2e4a2336d0dbcf35127ceded808304d7de046289cd5c478
7
+ data.tar.gz: b4549c63ba726c901647ff099bbd0d7c9263d99161cbefd5de2e42570418f9509b02c8db7e881ea87ae3ccd6257acc714269daa4d66bc7aed24fcf55784f30c7
@@ -379,7 +379,7 @@ module ZuoraConnect
379
379
  else
380
380
  raise ZuoraConnect::Exceptions::ConnectCommunicationError.new("Error Communicating with Connect", response.body, response.code)
381
381
  end
382
- rescue Net::ReadTimeout, Net::OpenTimeout, Errno::ECONNRESET, Errno::ECONNREFUSED, SocketError
382
+ rescue Net::ReadTimeout, Net::OpenTimeout, Errno::EPIPE, Errno::ECONNRESET, Errno::ECONNREFUSED, SocketError
383
383
  if count < 2
384
384
  count += 1
385
385
  retry
@@ -409,7 +409,7 @@ module ZuoraConnect
409
409
  else
410
410
  raise ZuoraConnect::Exceptions::ConnectCommunicationError.new("Error Communicating with Connect", response.body, response.code)
411
411
  end
412
- rescue Net::ReadTimeout, Net::OpenTimeout, Errno::ECONNRESET, Errno::ECONNREFUSED, SocketError
412
+ rescue Net::ReadTimeout, Net::OpenTimeout, Errno::EPIPE, Errno::ECONNRESET, Errno::ECONNREFUSED, SocketError
413
413
  if count < 2
414
414
  count += 1
415
415
  retry
@@ -508,7 +508,7 @@ module ZuoraConnect
508
508
  raise ZuoraConnect::Exceptions::ConnectCommunicationError.new("Error Refreshing Access Token", response.body, response.code)
509
509
  end
510
510
 
511
- rescue Net::ReadTimeout, Net::OpenTimeout, Errno::ECONNRESET, Errno::ECONNREFUSED, SocketError => ex
511
+ rescue Net::ReadTimeout, Net::OpenTimeout, Errno::EPIPE, Errno::ECONNRESET, Errno::ECONNREFUSED, SocketError => ex
512
512
  if count < 2
513
513
  count += 1
514
514
  retry
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.58"
2
+ VERSION = "1.4.59"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.58
4
+ version: 1.4.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team