google-gax 0.9.1 → 0.9.2
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/version.rb +1 -1
- data/lib/google/longrunning/operations_client.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bca7d854ad491092643634181cd7cca66cca02d
|
4
|
+
data.tar.gz: c6b63e094604a04d6f179d6bbb92df604e5af177
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83071cd3e88872792427323becb1649a27f3bc8f7315bbc0a539994abfe028d859df914f1a42d0383855d06431795fb3fcfc84cd1bfda7d5013214a24772e1fb
|
7
|
+
data.tar.gz: 74f02390b60f184b2be9fb6925143e6d79478ff1b09f3eb6e6e39eec286a51614c4cad65fab5f2012fa5f40fe75013098df3048e4212d00f9c57e90f0481fc03
|
data/lib/google/gax/version.rb
CHANGED
@@ -132,8 +132,8 @@ module Google
|
|
132
132
|
credentials ||= chan_creds
|
133
133
|
credentials ||= updater_proc
|
134
134
|
end
|
135
|
-
if
|
136
|
-
warn "
|
135
|
+
if port != DEFAULT_SERVICE_PORT
|
136
|
+
warn "the `port` parameter is deprecated and will be removed"
|
137
137
|
end
|
138
138
|
|
139
139
|
credentials ||= Google::Auth::Credentials.default(scopes: scopes)
|
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: 0.9.
|
4
|
+
version: 0.9.2
|
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: 2017-11-
|
11
|
+
date: 2017-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: googleauth
|