google-cloud-os_login 1.1.1 → 1.1.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/cloud/os_login.rb +2 -2
- data/lib/google/cloud/os_login/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a591aab8267c040baca42aabd43f9321ab90c21be18fca907457660bc5b5a1b
|
4
|
+
data.tar.gz: f61647920c64e621c229d7b3d51ba4ecdfbc0bf94e9c983cef259a08a448b6ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89785ce15a5665f505e2352be167938fcb64e2db4c8684f2d62daa11988051050b744587c9d0e74cf2149033b56aa0947b9ae96c9adfc661b9e4d253c871d2b2
|
7
|
+
data.tar.gz: 7b38b3a776c6a2f4a403a0d94f73a7165a7d09d69655f9ba0e96e4db28840f61e4c12b95ab6193260cdff630132a6b262b012c287f277f7a197d23268f8452a7
|
@@ -91,8 +91,8 @@ module Google
|
|
91
91
|
# The library version as recorded in instrumentation and logging.
|
92
92
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
93
93
|
# An array of interceptors that are run before calls are executed.
|
94
|
-
# * `timeout` (*type:* `
|
95
|
-
# Default timeout in
|
94
|
+
# * `timeout` (*type:* `Numeric`) -
|
95
|
+
# Default timeout in seconds.
|
96
96
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
97
97
|
# Additional gRPC headers to be sent with the call.
|
98
98
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-os_login
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
- !ruby/object:Gem::Version
|
201
201
|
version: '0'
|
202
202
|
requirements: []
|
203
|
-
rubygems_version: 3.
|
203
|
+
rubygems_version: 3.2.6
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
206
|
summary: API Client library for the Cloud OS Login API
|