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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10d670d09483d2982cbd5003baba90de5b43fc666683b4d3bec0b1d79e5ca212
4
- data.tar.gz: dc13f864fe4fe295b629dd4aecd82677635a9da4e16b6bb19b1b373368732015
3
+ metadata.gz: 324d3e854a0a22c8b10dd90b9717b9f0cb7d4ba165a66f1851b11aaaa146ee5b
4
+ data.tar.gz: 5325a610a2b67d2b90264aedc57be0b0bbd333ad817bf8f007fcc10bfc9775f3
5
5
  SHA512:
6
- metadata.gz: 48e72ea85c2d201c3927d0ac3fb466224290e6e4ea1404749f0a43aff506e2e82e518489d5808b8910fb91643aa85161242f67254a335576d519a09a1bf2a47f
7
- data.tar.gz: be4351b5ddecaa2fea8b313d7de92231b8b3619b662fe9efec81f6fa5b1a30382dc369dbb10c8482399909a4df321aba9c3fa23aac6b510d5f78e4188f508611
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/language.googleapis.com)
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/natural-language
32
+ [Product Documentation]: https://cloud.google.com/secret-manager
33
33
 
34
34
  ## Enabling Logging
35
35
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module SecretManager
19
- VERSION = "0.2.0".freeze
19
+ VERSION = "0.2.1".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-secret_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
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-01-17 00:00:00.000000000 Z
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