google-cloud-iot 1.0.1 → 1.0.2

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: 17230fca4aba96fbc1fa4a9c3027e002eb1bd50a9b921360b00cfbd0c344d65a
4
- data.tar.gz: 15c8c6c4f2935f51fc13b1be4b2da5ab4cd021dccc5a57758c1b642ce9b2401d
3
+ metadata.gz: be32e86efeba2088876cd9d3ed8f90db303b64ad7ff8a993d8ce3ada760c048e
4
+ data.tar.gz: 5a9cfca1ff620e4851aa24ed7cab02a03830799bb1feb40b2c6e8ec66094bf6d
5
5
  SHA512:
6
- metadata.gz: a4e843b4b66f807f604a650a862c60c71c1cff3e9002bf84b505e7c346e992c0746ddbdfbc131081b10b31813f29a8dc917ee47998b52d48b90db884fcaffaee
7
- data.tar.gz: 323b9e9e4ee2a263dbf2beeb4c4cf3305b3567e65d0bb5eeac183e3ef27b8a83d2109b2a9dc88adc3177e58c9c431f2c788abcdc8b2b5d5615980c0c5582579f
6
+ metadata.gz: d7c750a77519b4e7db8a3af6f76faf562281899eea89c0220cb316a5944f62f7a40b4c14608c8351a33fa32322710768275022a0e1efa024875512e981f8dd6c
7
+ data.tar.gz: 933bd99bbf31d91ac6d4f7f014d2eca6241dcbe26b3117b38b1eed2d3092e6e7e15cb77c9ba806a34346b6416388a3c525e178d87fe525d998b2685f72d3048d
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Iot.device_manager
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/iot"
@@ -93,7 +93,7 @@ client = Google::Cloud::Iot.device_manager do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/iot"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Iot
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.2"
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.1
4
+ version: 1.0.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: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core