google-cloud-redis-cluster 1.0.0 → 1.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: ac729976e7c34f0e89caee0039234f2a02679589329e9e4987ce750d12852dd6
4
- data.tar.gz: 6b6fca09876d2637d9c2427b3dc39228c0c056f96336282f2a945cf4fe3c74cb
3
+ metadata.gz: 5de7deafba671255ebd10771fd0b82fcec88f9981f158a9efc0092a6a91eea83
4
+ data.tar.gz: 6310d1e3743a1b995c043ea97efd7b208f92dd00fad06ca4d715c123dfdc9f9a
5
5
  SHA512:
6
- metadata.gz: ab2713744201970fca9d649e86487f80f3d1b972b8355077b7ac650603a21d19871da5b96ad292c18ed19613f5c2255381c6af46be1fd1d076c219d4c94b67bb
7
- data.tar.gz: 4e469e084406d1fe44e266d4586855ea5534396c6efea558ba8020a1408e1ffba3832484cdd67d24e16a91c73028af4da1cf0663a57612230a4b242150b37d3d
6
+ metadata.gz: '08096322a0a456fd00e5599189a2b04cd767bb256ab0b0a131d2ea25921346a794c246bedc5225fb54d4ada04040613c241a394c07c391a380e75b865456ae47'
7
+ data.tar.gz: 0f726b5caeaf3ccfd02a955049d237c72ff1ab9156284968d709c71f7bafb2373417a67b067c65b35131f58628060db7a11a7701b895c6e4c98c7ff1869d6176
data/README.md CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  Creates and manages Redis instances on the Google Cloud Platform.
4
4
 
5
- Creates and manages Redis instances on the Google Cloud Platform.
6
5
 
7
6
  Actual client classes for the various versions of this API are defined in
8
7
  _versioned_ client gems, with names of the form `google-cloud-redis-cluster-v*`.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module Cluster
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-26 00:00:00.000000000 Z
11
+ date: 2024-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core