google-cloud-memcache 2.0.0 → 2.0.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: 9a627442c833a1df2d3e2e54a96dc7d483c2a23e33742c98cce5f7b41bdc80c6
4
- data.tar.gz: bc56d590b79aec82862d246124e752b50f13bcdd296a8a2f29074e1b57678f04
3
+ metadata.gz: 16f45252121fa15e9d7dce9c70f58a0a5a8a3ffe0a2bb23d7ab7e36cc288122a
4
+ data.tar.gz: ea5b68fea437eb5736e6ca4c0779feb2f03bb1c22acd7d6f1e0252644b9b4cda
5
5
  SHA512:
6
- metadata.gz: 67328170b59a0ec13d160701fa5462155c448f1d4fd0797dce4c187e34d02704e56bf4bb24b210195d487f7f2c9f92c6c721c40512ba15859dceacf091bc5320
7
- data.tar.gz: cc3028a00c2be7da135441877c18042e366f08525ed0024f8478e660cda9f550877f9f41c2d2827c312d8e15cbf35d7bff205519a02ded61623f36c502e43303
6
+ metadata.gz: 546db2a80e5b097e4fcbb86ff8a98a6419b603b616a3562298b7fa248697cbd93e671bb525987f21d60af47096d7e93d9aea23eb37e07418c21268ae67319905
7
+ data.tar.gz: 06c59c8073afed193497529dadd0ca6383d5c97a24ce0ab05e33439701fa061e54762d0e46756b8ad1a959efad5c1785cd4a6e1bc9dbd78ca9df4c0f4034e1da
data/README.md CHANGED
@@ -7,7 +7,7 @@ Google Cloud Memorystore for Memcached API is used for creating and managing Mem
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-memcache-v*`.
9
9
  The gem `google-cloud-memcache` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Memcache
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-memcache
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.3
72
+ rubygems_version: 3.6.8
73
73
  specification_version: 4
74
74
  summary: API Client library for the Google Cloud Memorystore for Memcached API
75
75
  test_files: []