google-cloud-redis 1.2.1 → 1.2.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: 9879ab03d8134a1e0d80fa6a0878d6e48ec3fa6661d388c565ff351da66903e7
4
- data.tar.gz: 3290ad0f5219c944f434b4fa5598e7cec89adfa85cb7a25ad62aa6db0e97977c
3
+ metadata.gz: 24669f52f480aea699e2965272e43b4e004b905d0e6500d7f86d13b50c297738
4
+ data.tar.gz: 8f4fa95f7d433760d5932aa76f4d1a6a87cd41441265497af2f1f36605ae4343
5
5
  SHA512:
6
- metadata.gz: 4f538f3975675793bed2fc8a15518c45681610ed0914e83403287651b2a7f8778395ea0966cb6bbe235b699ff7f4d314b1f6327d1686665e8699be5b9881964d
7
- data.tar.gz: 8e83d62c6a5d1075fe1012c83c8debf91b846b9040f6bf5604192ac2130b670c692e8705c7664820076704a1dee7972eb3d36f4d572701b83df19911622355c1
6
+ metadata.gz: acf18a0d2d71ae5ca4877c617dc71e9545fdeb37fd88a4541e67c55ddc4fc4c4c93f4c617f7ac1cb08275a7f2acc4ec832ddd0ed6611271d58563b2e70af7826
7
+ data.tar.gz: 18ae10420724242071b966991ded149671b5e219093aa3d68068dd3c5f9f70019a5af43db9d7093d9a0bedb957c0d687e15fa82f74357e343eefdbc602ecb96a
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Redis.cloud_redis
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/redis"
@@ -93,7 +93,7 @@ client = Google::Cloud::Redis.cloud_redis 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/redis"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Redis
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.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