google-cloud-org_policy 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: 59e11ed08f3c88e39918014cc1e1c778601beb055e7e4ad6b9fca6d7bb71489c
4
- data.tar.gz: 05674356c500beec512e290a7dddf5308b9d0fba2531f9a0267d0acf1c717220
3
+ metadata.gz: e6581c7981616aa8ed15452c2d43669256574bf203d82463422dbef87e950fad
4
+ data.tar.gz: 1d07beeae059e03cff3c16c7e0ee303493501f8f1d78af3c79a2efe014c6b765
5
5
  SHA512:
6
- metadata.gz: f5f82eb3081a3f36bc21ac9eb04cd8e37137396f5f4ee4b90cf2b0eca76985c81c530f0a29484f6ac9d6e8b275fb10bd34c2771f3b140608592871eb711dcaef
7
- data.tar.gz: 55f0b529b94e0625af110b541abbbc1b26eef7328cb2684e94eb8a74cfd87db3d172fb69b06e4b844f662cb63e5120eafa94a260385a951eef27983251246928
6
+ metadata.gz: 860990d5c756ca349ce4f5a974c4a687391e6425a147d16b530872d9ce27a069e609626ec3fb54babe17f4b7388e90e65b5dc44120d2b5ebef73199e331cc3ca
7
+ data.tar.gz: 4174664dd28104d1e689a031e7baf4bf09224c822e5f59db59d9e32498989a159103f45ae16bfb966420edd1fe42fe09feb3eaa0b14d93997c3f45093ec16272
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::OrgPolicy.org_policy
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/org_policy"
@@ -93,7 +93,7 @@ client = Google::Cloud::OrgPolicy.org_policy 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/org_policy"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module OrgPolicy
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-org_policy
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