google-cloud-asset 1.3.1 → 1.3.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: 50be6ae3befa574e2998141c67651137dc0427dc549dc950041fe00e337537ea
4
- data.tar.gz: ab62e26fef9a0f69d400243dd54c0477e1571c8e7b238ea70b4aa15e26e33a11
3
+ metadata.gz: c81b3d042526a3affa9e7448a737c16d11edfa2a645d14025a3bbc6b9ee39787
4
+ data.tar.gz: 8732530b02de791b2cd17f0ee57b27a8051fa1214790fe05b1553639d7c9f251
5
5
  SHA512:
6
- metadata.gz: 0a476e3cd5481ac5a17f2c261bbdf7f0d67c7aa0278b3b844cb91466686d0ab85f4540489936108ba006c429e0f8d942937d8e74eae8d6c7bed8a719fbd9991a
7
- data.tar.gz: ce9208c86f5d0bca969c5f2e04fe401f6413622d7c56092b68cb66944620d27808f799a5de25cc13901dad562eae44d08ffaf5f1fbe6a06d2136e73a2a223fc2
6
+ metadata.gz: 23cbbfee4cac45854bdeb734a02766c7ba5b6564557da0c1a4d43d11a81ac2773f767288c85db71b0567cd8d6d61fead855ad47d2d6c4fbd37871788094d999e
7
+ data.tar.gz: 745f8acd274fa143f77f21c703b54aaaedcca3370966ef69ae47de3f2ed5c301060b9c1fc5f11de5804ad803d914c1e86d405fb8f1033ba3c10c530928066f5e
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Asset.asset_service
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/asset"
@@ -93,7 +93,7 @@ client = Google::Cloud::Asset.asset_service 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/asset"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.3.1".freeze
19
+ VERSION = "1.3.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.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-asset-v1