google-cloud-secret_manager 1.1.1 → 1.1.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: ed6a3a5a05ed932cc8bcf81d607c3efcf04d0f5a4695bed82faf5c6d371cf8fa
4
- data.tar.gz: ccb26e774af1bf50c0b1fba1d15abfec02d8e2eee0d451712b076f9540631339
3
+ metadata.gz: 6ccda6a2c6ed4ff4d16f8e8f6f8731f1ae6828fbffc45630a13cc0c2fd64c6bd
4
+ data.tar.gz: 7b641f34da9d719c3e2c963cfa5c143d81f71f55501246cdc9668d2c4e1fe498
5
5
  SHA512:
6
- metadata.gz: 83d8828dbf10cc13464700e3fc2f1eb8741623ed5a445c8ee8d6a6ccbf19fc6a3e7ea1a2928d9cffa7558ffe38a150230364cf1364a28d1cdd25d109c39c5cea
7
- data.tar.gz: 8924ba99baba3ffe001ddb13ed79a0d53456479199ed3fe2c11a45d0d7377f42050523bad5d6390abaee9fa199d8f7f444a9da3b9ed88ad20fa2665a2106a4a2
6
+ metadata.gz: 4a30f29613ac077c3534e2dbcc354d39f165734e8f985e82a4dff47e38298b7b9266ace1a8975d1c65c25e59d87089392ecc7d5d9e6c6e984f3c21922d90b04b
7
+ data.tar.gz: f2c3eaa3dbef7913e5a87323e2f92b5010a0458ba81613d3bd345a06057fdd1046f81acdd6d05d6b7bdda19d87cd275045cbf490eee72bb8a24748fd5bad569a
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::SecretManager.secret_manager_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/secret_manager"
@@ -93,7 +93,7 @@ client = Google::Cloud::SecretManager.secret_manager_service 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/secret_manager"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module SecretManager
19
- VERSION = "1.1.1".freeze
19
+ VERSION = "1.1.2".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: 1.1.1
4
+ version: 1.1.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