google-apis-redis_v1beta1 0.60.0 → 0.61.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d66571bc8037a30120bc33243965d1c5dcde2bd45a9f1caf98c21af757967617
4
- data.tar.gz: 423f91d9e758dcec3a8d4dbb284b6d4433d36a28ffeb985407ceadc2a070f72d
3
+ metadata.gz: 79d18fbb750e0b2dcd4377e44fdd2e33cf0c0a02950a1a37f2f8a730a99793e8
4
+ data.tar.gz: 5e275c71365ab31aa2c31a517f083efdb9c6d2d6e9e18d51c238728563768a61
5
5
  SHA512:
6
- metadata.gz: 742a3f09de3cda8caca7970efed3858cef919355a6d373c28db7f26133ec5e730caec834d6101b5b11858a3f8baec54abdd27aca90d3f0880babcc8fd67dbd6b
7
- data.tar.gz: 669b9df0c2988028bd01313b0602a55bb3cc36b44e3bfc313b7e8e055bfdf53cb21f3e370e6878f5f1d5ff241557e349161973911d4ba78099b086de39b1bffa
6
+ metadata.gz: 69d397f160ad0a031864a07db830184df0d6490b5163c7d39ea625ebc001791537701f0ea4463d430afa642ff5c1a0129703902121cb537ddfba501fafb981c0
7
+ data.tar.gz: f563fa1b533011360be2c675d4a731418f663796c47f4cab4ab016c3e2a78f0258b013be8abe66eb9b30c9cb812a7c16374471e2d3d3e7738f1425542bf68a4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.61.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250418
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.60.0 (2025-03-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20250320
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/memorystore/docs/redis/) ma
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250320"
25
+ REVISION = "20250418"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 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-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.61.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
63
63
  rdoc_options: []
64
64
  require_paths:
@@ -67,14 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '2.7'
70
+ version: '3.1'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.5
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1
80
80
  test_files: []