google-gax 1.6.2 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/gax/api_callable.rb +1 -1
- data/lib/google/gax/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: 9847ac9e9a0a70858ef968b78959f0a937683b615a42d0c68bbad0afc6c6b177
|
4
|
+
data.tar.gz: 074c7489303474af0d4fcbb3274284752dbb2a8df4a32ddbd3587e262946abf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c72b11044418c8e9f83fdad9e218e5ecf7b48b981b5dc7b824d73b5aff270ade922f9725e382ab2edd8823c6abaf5acc9f03df09d6769b01c85a31cc5046c582
|
7
|
+
data.tar.gz: 62af70fe132c6c8dd47a5ea6fac5eaa702bf4ae522faa5055b0c76c6fa6f5ab35025137e9375f9cee5cebdcae99dab078b8886bbdea2efbc2340884a1012e1f7
|
@@ -249,7 +249,7 @@ module Google
|
|
249
249
|
params = params_extractor.call(request)
|
250
250
|
this_settings = with_routing_header(this_settings, params)
|
251
251
|
end
|
252
|
-
api_call = if
|
252
|
+
api_call = if this_settings.retry_codes?
|
253
253
|
retryable(func, this_settings.retry_options,
|
254
254
|
this_settings.metadata)
|
255
255
|
else
|
data/lib/google/gax/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-gax
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google API Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: googleauth
|