google-cloud-redis 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: b625742dd8fdaecf12266a0832edf785339cdadb6347120cc4ec3d0c9e66aa21
4
- data.tar.gz: 0bb9b42a30c6dc9628b30ae88ff17ba88f28d05e2ffc8d0febd33ae8d170403f
3
+ metadata.gz: 4e1646e611a778c7db4979b2b1b5d1e507504b24698c8d1f11be5bad1c771acf
4
+ data.tar.gz: 781d89e72973326def607bf7ba5687da277130daac7344668256c02fee84e000
5
5
  SHA512:
6
- metadata.gz: 4797afbcb87ebe10a50931115187b1ef67e41bd32d1c0bb8498e395c341086b7d7551b3eca293d6b065b8a1f54ccce5a539057d35be89f60b5744951be10b5fb
7
- data.tar.gz: 4aec7292acbda0a0d60a68e86e0ef2e27996aa016af3576861b274447a5370faaf2b68b09f2ba25e3dcda1555245bc7042f9a0a0af875be68f2d047a3d8daa25
6
+ metadata.gz: 14f563db4ea3b5d2b5e6f3e68e303d5d6c86b275d34dd96110e2c96459537fbc81cf08300d788f90850388f084b817655fc332542e131934b6ba55d2ed3feb3a
7
+ data.tar.gz: d5b3de76f7725977f3c450dfe519259c28eca47a976a0578f4b0e380bc228dd0ab8cdf5b10ae756ab32a5aae9bff276d119f73615aed005862f87245773d84a6
data/README.md CHANGED
@@ -7,7 +7,7 @@ Creates and manages Redis instances on the Google Cloud Platform.
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-redis-v*`.
9
9
  The gem `google-cloud-redis` 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 Redis
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-redis
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
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.3
71
+ rubygems_version: 3.6.8
72
72
  specification_version: 4
73
73
  summary: API Client library for the Google Cloud Memorystore for Redis API
74
74
  test_files: []