google-cloud-memcache 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: c23cbe91eeea951f72e8da877688750485ed9ecd609704ed67a06c1eb78939eb
4
- data.tar.gz: aa143b2d52b672aa219fd2792c19e808b3d5f96b14f314e39a8136ce87f3abaf
3
+ metadata.gz: 14eabba4515e648bd8b52d8d24952bdd73c386bb8e54ce7f18e9fb1c167d53fd
4
+ data.tar.gz: 873434ab93b4f57329a5ffdc25c9abd359d855364e635cac289c12726bf51c2c
5
5
  SHA512:
6
- metadata.gz: fb3e2f7746b720dcfe3b47f7e883fe13066e3755c54a5e6fceb2665b657ccd528b573c49279d62f056bf8f3589094808de231c311fadd458974fd8306e3f26d5
7
- data.tar.gz: 2ddf7da71492da5df411077c16ad797b91daac183a863efa49c230e70859e940121ca06ad0f55e0187f67a6f213b5c771084a4f7c6e16aa999ab6b02f72585fb
6
+ metadata.gz: b8e47794a31052fd229f2d1f78040149d7b8e13d9ccda89498a6bc8b32903920717cae1a3c3497fffbec10ca46a294cbbf879fc283e9dea001a951ff657b1860
7
+ data.tar.gz: 3b02f5a22cabcb91561f4e1df13f3acc64430374132c8f50540e34c52666ba3c4bc862fab1cb8f2a559cf264e41839baff45947580a06ee1eea65ad0e502e471
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Memcache.cloud_memcache
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/memcache"
@@ -93,7 +93,7 @@ client = Google::Cloud::Memcache.cloud_memcache 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/memcache"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Memcache
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-memcache
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