google-cloud-os_config 1.0.0 → 1.0.1
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_config.rb +2 -2
- data/lib/google/cloud/os_config/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: b2cff08af3ed0e0ae2594bd22574cefe717f47e17a71f99d20fa4e021149e330
|
4
|
+
data.tar.gz: 12abc5469a8bcbdb7e4526aca846d323fe1cb3a895f2608748ba386d6a15ae6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b5c9759e81b39b8cb691abee2f278fdddf64d18b5d30a159bcc6f63c647f833b5c6528a675d2eb9ee7409a8f53aaf4d563662de9f3d15c9430b4a674d55f575
|
7
|
+
data.tar.gz: 476669ef2dd8f8e4f1802b5d48ac942f38fa835c561666482c381e8b593f4ce116d5872c18cc9f0c55debcec6f05c2efde6a93920377458328a473c07445a3ba
|
@@ -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_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
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-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -183,7 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
rubygems_version: 3.
|
186
|
+
rubygems_version: 3.2.6
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
189
|
summary: API Client library for the Cloud OS Config API
|