google-cloud-kms-v1 0.6.1 → 0.6.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: 49b33d8a719da6fa0606adb17eee4d511f0a2ac671b89d354dec4b11feb9bd48
4
- data.tar.gz: 56dd219d1f9ad59432c1c2fd4416dccec41b1b0c8eb59aa2dcb7dd2b1cf13f94
3
+ metadata.gz: 8337db5ba4162c5b7a82151fe6598664b11752267653310199899e47a1d1e00f
4
+ data.tar.gz: 88534bdd71fc167ad10a9213fe6853baf19fd1c43e117db1ae721a0e5420486a
5
5
  SHA512:
6
- metadata.gz: 0db14654980b915259ef92a7105f47114cc77b12356f378eeebdca2ba9f951d8f1905473ae6e2cf2eb2bb83bec71fc88e9849ce1cee85680bd5dd02e61e6da4a
7
- data.tar.gz: 572e52f215ca5695920c36d2fc83fe79f1d860022ad28c8fdbca785de5933c250eb6255dc1d428c87ad268fcc9bca7625d25611c9e49af72c897d33485c2bd88
6
+ metadata.gz: a4b436601ec0223032f30f8ac9a7cf422025f86dabd020a0cedf86833a962fd771bcd0947df084309c24a1c92372ebcaa12a9ceccbe17414b73dd7426485de06
7
+ data.tar.gz: 3c739dbb844d631132f7baf7e44ee08e7436f8f14bf88c9f863a8e5b02289565cd98c6afc63b43aa8c523fb0eb6ac214f8cb7415bd1331ba75fd3e218de5ee9e
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = ::Google::Cloud::Kms::V1::KeyManagementService::Client.new
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/kms/v1"
@@ -93,7 +93,7 @@ client = ::Google::Cloud::Kms::V1::KeyManagementService::Client.new 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/kms/v1"
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "0.6.1"
24
+ VERSION = "0.6.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-kms-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.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-07-08 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: gapic-common