google-cloud-iot 0.1.0 → 0.1.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: 2d367724713fd283fbe558b521945bcdc384d3dbb8e761ca7602396b08d16c38
4
- data.tar.gz: 65cc66cd21bfef6bcf8477801a003c547a61f57f82fb40550b41a771ca6ba1c9
3
+ metadata.gz: 688922b2b5d53fdd8e3a6eb5168c05110e0e3138970e51b76675388237bc2d21
4
+ data.tar.gz: 1a78df1144a17b2a9fc8919d32980e0db06f2a38bb3ea75f4ad83ffc2f8fcd9c
5
5
  SHA512:
6
- metadata.gz: 03cfc4cea87a9ce13ce04b46cd4c2133a47c723103ea4adc176810be7329bd91d245e20655f83c606cc1f737edc5e04c9cbc440c075e71523cbfc3ca6f9daad1
7
- data.tar.gz: 957d59c8d55d899e936b5162b5bfa4465ad7fb45b996098b52752c597af07524f83cf467ae619310e19af104f5dc4ddda5cee089c56beef8667852cfd4912427
6
+ metadata.gz: 7d9616b667f85559337e63a02776081343564d373786fcecb7fb0ccfb23945cbfabfeffcc9230bd5aa3d43c0a3dab08ad376bfd597ee2ccf93c2947ab5b3bbdb
7
+ data.tar.gz: 560dfd5748bc7e00130c5c92bfa8d9ac77982ae01600595b753634baa4c4ab5a043e4e82c012e829f7632bbf23ecf2a9b72e8992463a371371e2304b5ff6b906
@@ -88,8 +88,8 @@ module Google
88
88
  # The library version as recorded in instrumentation and logging.
89
89
  # * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
90
90
  # An array of interceptors that are run before calls are executed.
91
- # * `timeout` (*type:* `Integer`) -
92
- # Default timeout in milliseconds.
91
+ # * `timeout` (*type:* `Numeric`) -
92
+ # Default timeout in seconds.
93
93
  # * `metadata` (*type:* `Hash{Symbol=>String}`) -
94
94
  # Additional gRPC headers to be sent with the call.
95
95
  # * `retry_policy` (*type:* `Hash`) -
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Iot
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.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-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.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-06-18 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.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 IoT API