google-api-client 0.14.0 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 288e224ff8513e9d59eaa9a794fa765e22c6c7ec
4
- data.tar.gz: 6fc988eda6e77fff8c2599ac8eb544ab1887f223
3
+ metadata.gz: f56b7cab4d2db08afb36144b86b598b65313456e
4
+ data.tar.gz: 1b2d50b4e8507e9bd823a7a62827fbada03325c9
5
5
  SHA512:
6
- metadata.gz: a69f647a3fca6a97628342d0c852e845b35f2e929f4b978b1e22116480e10eeec8b5c2e3b2bd32148d3d00d51bd7be6bb20456e5b8cd2f1dfad9b923c8c0809e
7
- data.tar.gz: '09eb8b3ff020b3fd903c193bff7b0c62b629c233b7259069f558821047c01e9d117746af9dd2efcc32d31260a0887996458831e73d055d52863d54a1175e8f3f'
6
+ metadata.gz: 38fc67e2e81f18b92e1b22191fb73800aa830bc929b0b95fd0909d99788530b6a3bf1a303c27aa7ccf95e87dede0cec4ffd3a1c1e19d2f75fe0a4ba9595ad976
7
+ data.tar.gz: 99d94b66ae5d8a725ab27aa416de788a33f8325776f0ca62ef49af1ca43265e341b8f2cb7faaa3b1c01fd361eb8abef28b73d88b3dbf96f108fbe9149d07f39b
@@ -1,3 +1,6 @@
1
+ # 0.14.1
2
+ * Retry on `Signet::AuthorizationError`.
3
+
1
4
  # 0.14.0
2
5
  * Breaking changes:
3
6
  * Deleted `toolresults_v1beta3firstparty`
@@ -99,7 +99,7 @@ module Google
99
99
  # NotFound, etc
100
100
  auth_tries = (try == 1 && authorization_refreshable? ? 2 : 1)
101
101
  Retriable.retriable tries: auth_tries,
102
- on: [Google::Apis::AuthorizationError],
102
+ on: [Google::Apis::AuthorizationError, Signet::AuthorizationError],
103
103
  on_retry: proc { |*| refresh_authorization } do
104
104
  execute_once(client).tap do |result|
105
105
  if block_given?
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  # Client library version
18
- VERSION = '0.14.0'
18
+ VERSION = '0.14.1'
19
19
 
20
20
  # Current operating system
21
21
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Bazyl
@@ -992,7 +992,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
992
992
  version: '0'
993
993
  requirements: []
994
994
  rubyforge_project:
995
- rubygems_version: 2.6.11
995
+ rubygems_version: 2.6.13
996
996
  signing_key:
997
997
  specification_version: 4
998
998
  summary: Client for accessing Google APIs