google-apis-redis_v1beta1 0.6.0 → 0.7.0
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/redis_v1beta1/classes.rb +2 -1
- data/lib/google/apis/redis_v1beta1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56859bf5e683f2349928a90469efbb9fb011b9e412578ef89dfc144c958c7f3d
|
|
4
|
+
data.tar.gz: 992c64aa8d550207ad54ecb51ad3364ab97165881a8c5bdbf773d80635693319
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41dd890079209afd422583d0b1903170938aa1b13883503e815a7b72f27cc8f2da8ab44378361e6b66ea8314be47c948dea09d197e4678786a60eeeb567b558a
|
|
7
|
+
data.tar.gz: 10f8f48c835e19e3c9749e178ef2d8c9ba256e1473eef1769c3341e6e8de076963a5cc13387cce01e575da93c43cd3be68152a98fdda889562aecd84ccea6417
|
data/CHANGELOG.md
CHANGED
|
@@ -374,7 +374,8 @@ module Google
|
|
|
374
374
|
# Optional. The version of Redis software. If not provided, latest supported
|
|
375
375
|
# version will be used. Currently, the supported values are: * `REDIS_3_2` for
|
|
376
376
|
# Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `
|
|
377
|
-
# REDIS_5_0` for Redis 5.0 compatibility
|
|
377
|
+
# REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x
|
|
378
|
+
# compatibility
|
|
378
379
|
# Corresponds to the JSON property `redisVersion`
|
|
379
380
|
# @return [String]
|
|
380
381
|
attr_accessor :redis_version
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RedisV1beta1
|
|
18
18
|
# Version of the google-apis-redis_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210525"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-redis_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
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-05-
|
|
11
|
+
date: 2021-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -53,7 +53,7 @@ licenses:
|
|
|
53
53
|
metadata:
|
|
54
54
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
55
55
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
|
56
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
|
56
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.7.0
|
|
57
57
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1
|
|
58
58
|
post_install_message:
|
|
59
59
|
rdoc_options: []
|