google-cloud-secret_manager 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/google/cloud/secret_manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 324d3e854a0a22c8b10dd90b9717b9f0cb7d4ba165a66f1851b11aaaa146ee5b
|
|
4
|
+
data.tar.gz: 5325a610a2b67d2b90264aedc57be0b0bbd333ad817bf8f007fcc10bfc9775f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 821b1eb4dd4df3e629f65a6023b22c1fc496b6fa9392432b8316ee38f995fbd9d7fccfdbe391553d9c1b4f141000a0db3a4feb3699a2df4178ff03f5b26b607c
|
|
7
|
+
data.tar.gz: f613638b6d98508d74c63e280be3e0001cf27eff16721a61d23d47097050f2d1cd4c9fa1fe01c479b2ea3b18aa6fc2649f3b778d492a6f762b6a58bcae958dd6
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ steps:
|
|
|
11
11
|
|
|
12
12
|
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
|
|
13
13
|
2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
|
|
14
|
-
3. [Enable the Secret Manager API.](https://console.cloud.google.com/apis/library/
|
|
14
|
+
3. [Enable the Secret Manager API.](https://console.cloud.google.com/apis/library/secretmanager.googleapis.com)
|
|
15
15
|
4. [Setup Authentication.](https://googleapis.dev/ruby/google-cloud-secret_manager/latest/file.AUTHENTICATION.html)
|
|
16
16
|
|
|
17
17
|
### Installation
|
|
@@ -29,7 +29,7 @@ $ gem install google-cloud-secret_manager
|
|
|
29
29
|
|
|
30
30
|
[Client Library Documentation]: https://googleapis.dev/ruby/google-cloud-secret_manager/latest
|
|
31
31
|
[V1beta1 Client Documentation]: https://googleapis.dev/ruby/google-cloud-secret_manager-v1beta1/latest
|
|
32
|
-
[Product Documentation]: https://cloud.google.com/
|
|
32
|
+
[Product Documentation]: https://cloud.google.com/secret-manager
|
|
33
33
|
|
|
34
34
|
## Enabling Logging
|
|
35
35
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-secret_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-02-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|