google-cloud-iot 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: 0ef326de645db8fe3551ba48bbcb5777922f6b4a51b875ff29c9eb1c355be7c0
4
- data.tar.gz: '01647256810bd68646e5a713dab94457825e541d0710d721f394f417c6572a23'
3
+ metadata.gz: 17230fca4aba96fbc1fa4a9c3027e002eb1bd50a9b921360b00cfbd0c344d65a
4
+ data.tar.gz: 15c8c6c4f2935f51fc13b1be4b2da5ab4cd021dccc5a57758c1b642ce9b2401d
5
5
  SHA512:
6
- metadata.gz: a0592e6b593dff542fd2f9ba74d520406e12986861c6fd4aa7e66e749291d2b6ab899a950141278a9cff21b3eb9b467925f3613b85cf1d09d0942c3d58121d66
7
- data.tar.gz: 57c4b86951531532aafa5f043cfd76a977f0ff6d4875f10fb4638fedd782a94a6ec20e19ba3c75af7c304db916e3fd49e79e2c4df5c10488c4ea8e562e97c5df
6
+ metadata.gz: a4e843b4b66f807f604a650a862c60c71c1cff3e9002bf84b505e7c346e992c0746ddbdfbc131081b10b31813f29a8dc917ee47998b52d48b90db884fcaffaee
7
+ data.tar.gz: 323b9e9e4ee2a263dbf2beeb4c4cf3305b3567e65d0bb5eeac183e3ef27b8a83d2109b2a9dc88adc3177e58c9c431f2c788abcdc8b2b5d5615980c0c5582579f
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-iot
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Iot::V1::DeviceManager::Credentials`):
68
68
 
69
- 1. `IOT_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `IOT_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `IOT_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `IOT_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/iot"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Iot
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-iot
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: 2021-03-31 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-iot-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.3'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.3'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -183,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
189
  - !ruby/object:Gem::Version
184
190
  version: '0'
185
191
  requirements: []
186
- rubygems_version: 3.2.13
192
+ rubygems_version: 3.2.17
187
193
  signing_key:
188
194
  specification_version: 4
189
195
  summary: API Client library for the Cloud IoT API