google-cloud-policy_troubleshooter 1.1.1 → 1.1.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: b46dc2339943bc0c7f693c51d1866d652e88bab8eeae36227df127de9612f561
4
- data.tar.gz: af3d13d1e6cea0dfbfdabaef63ea111b9b1bdf4722c1866e2deb4ee27d31df28
3
+ metadata.gz: 371ed5c1c7319f22b3983dba6fa65dbe583327c7b81215995af1b6ef064ab673
4
+ data.tar.gz: 9f8d93c7b4554e182b9612b120ccc7769c4863790dcd3e1247a0d8624b30f595
5
5
  SHA512:
6
- metadata.gz: de009c74102d2cfe14229f66e88a293b7e45930d5c5d4725786a87077ad9aa5670ca4d7b1ff0ec61acb25eab885254aacb553a7a7ec4c5b5025015bd113ac937
7
- data.tar.gz: 1848ed6e782c4d3d6b74a0443878e3a1306b6a9752dcbb1bdc80ff9909fb74e0e0070b079dcbee764fa4426468ba3614e461f8b508baa71d535620cb522f19cb
6
+ metadata.gz: 56dc7f774f47b765e141e8a8c542bf961f156296562aee7b9afc81e11f2489dcd635763d6b80cfd07bf192de062604dad3d76f7d1fb423495f8076ffdd437a17
7
+ data.tar.gz: 3daa5665fb840b472bfdbf5463da73a12d192ccca659b0f4dab427c42935defeeb471f56acb3c8502c1948e9abb0635ccbdecc724c221663fd90d40c1573d39a
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::PolicyTroubleshooter.iam_checker
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/policy_troubleshooter"
@@ -93,7 +93,7 @@ client = Google::Cloud::PolicyTroubleshooter.iam_checker 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/policy_troubleshooter"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PolicyTroubleshooter
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-policy_troubleshooter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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