google-cloud-security-private_ca 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: 59f70d424f1afc97592fc70d5a43457a7d55783569db211c72a9668f6a1496cf
4
- data.tar.gz: 8086a7edc215a3660d0b69371ed34525fab0b2c9c60e22a852ce55473ee46a98
3
+ metadata.gz: 8871004e476167fba4a8e6be8d53a4680f438accab0efa185ee26f67b5db4fe5
4
+ data.tar.gz: 1ddc394790fa175626d948c6753e1e68b6119d813f0c793af6db41ea631a3c77
5
5
  SHA512:
6
- metadata.gz: 7f38280c5e6108baa3b28dfc5af795bab43710dc60518d31f3beea4f49c79a010939027dd923a5e22625b8f8f9716616d1ba51d704638a38a7bac6d109ba6c47
7
- data.tar.gz: e9813a51e4ee1992b93dc90954bf7ada7fed068400a4528e8d5dde6a67db0c3d9c6eec32b940e12511c922239adc621dae0e6c71addfeb56fcfedc8f56f761aa
6
+ metadata.gz: df9282fe07d23acfaef356e80b4ddf6127b71f4d94ce1c916ea4e4c1a7e5f8c7340dd96f72b0b31116a4f1b9adaaca849332f938a321cc5f9923abbad243e05a
7
+ data.tar.gz: 1566a7ada4db5ff7dc06afb95e77a47d71cbc63ffb8c1e131ea0191d2989a45e9ba70a30c1c604322a0fa22548e5d9076ab40e1eed2564ed1df9e22978bc7e8c
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Security::PrivateCA.certificate_authority_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/security/private_ca"
@@ -93,7 +93,7 @@ client = Google::Cloud::Security::PrivateCA.certificate_authority_service do |co
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/security/private_ca"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Security
23
23
  module PrivateCA
24
- VERSION = "1.0.1"
24
+ VERSION = "1.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-private_ca
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