google-cloud-redis-cluster 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: 7f1e5d992b35e52725884ae938d836d289d8bf80dd45f3c99b296c25a0ad5ca1
4
- data.tar.gz: 97a0ec0427eb38703dfbeac2fdd4198044ea6eb1a1ef9601050eefd5ec83c18f
3
+ metadata.gz: e0c35c6bb12e1608e5765a7514faa0d4e40d655eaed2e92dda48e0230cf32489
4
+ data.tar.gz: 473208bf7ed71342cbc882a74c3c7d7c967cef40067b64dbb3ce78d8aa481357
5
5
  SHA512:
6
- metadata.gz: ad2f1b58733eca650b22f15a7a75d87eba4335cb0f449736be3693e44cfc4c2c80390a53d4040ce0361e0d0bb79427a743785f79103d1b4c76ba617dc9644bad
7
- data.tar.gz: bf771b885511fcf274b89433fc00f6f93511402ebaa03644a2792c2b96c7bf0f804c5432f531de0c4843b6025c184257982a0de25eef1eec378f1165d0618f83
6
+ metadata.gz: edc820c743837d0927f87bc4559fe0100007053e7c0c97cc492bbc9edca251966a110a04c32d5604aba54ee6a8cf6d4ca12e079aba4fe02d41273a5d586854f7
7
+ data.tar.gz: 53df503ed574617ed260aafcecbeca1a3ddcb066dfb2c12eb25c1b916054c5edaed2c2835108fc6a26b65347d36755992394a1b0250bf32390ed3abb95be0476
data/README.md CHANGED
@@ -6,7 +6,7 @@ Creates and manages Redis instances on the Google Cloud Platform.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-cloud-redis-cluster-v*`.
8
8
  The gem `google-cloud-redis-cluster` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module Cluster
24
- VERSION = "2.0.0"
24
+ VERSION = "2.0.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster
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: Creates and manages Redis instances on the Google Cloud Platform.
74
74
  test_files: []