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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: feaa5d1010282e60ea537aeead929149e430a2f6e110ae2d5a3518482bde2171
4
- data.tar.gz: 316466ac3cfbe3e58737b32fd4a100d31fbbb90b40878655d813d7607b4167a8
3
+ metadata.gz: b2cff08af3ed0e0ae2594bd22574cefe717f47e17a71f99d20fa4e021149e330
4
+ data.tar.gz: 12abc5469a8bcbdb7e4526aca846d323fe1cb3a895f2608748ba386d6a15ae6c
5
5
  SHA512:
6
- metadata.gz: 63b1d8392a959b877ec7840e1672c0b1374599f67dc30791566951f596bce224725251236b8f9578ce164915830088ad2922f4bda0e51113d9a894cba85984b3
7
- data.tar.gz: f9df3fed1a27f7f219a9a3a6890a528e5024f659905f6f04d427ee2c0bb6eb478ead31de2d3054196b59cbab5e18bcd8b6773501ad4a1af260a17847a993287e
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:* `Integer`) -
95
- # Default timeout in milliseconds.
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`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module OsConfig
23
- VERSION = "1.0.0"
23
+ VERSION = "1.0.1"
24
24
  end
25
25
  end
26
26
  end
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.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: 2020-12-08 00:00:00.000000000 Z
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.1.4
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