google-apis-ml_v1 0.41.0 → 0.42.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: 256ca925d6ba7eb4d7c6c26a6d50ccaf9fd4fffba30d86b277bd551afa5325f1
4
- data.tar.gz: c60b8d652e5ee99376da7c786139db24bc7514cde9fbd630f4024d487a468e96
3
+ metadata.gz: e5e992c83de7fbb14d4f0d036c8eb388a2be007e7f1995d0447a3c2da7ec0d44
4
+ data.tar.gz: d1df6f60f5ef2744b3220762e80b7fe28149fcdb8785d507893c04a174fe4f67
5
5
  SHA512:
6
- metadata.gz: 658f4998c1a340aeb1f4a806bd78ec53c250bc1d95cc5741cbd3085e4002efb6811a3c1bcf8bd88c8f69c63c342a7fe6c8408b8a1826f0bbc6d5dd4d34050da7
7
- data.tar.gz: 87798623ae5b7da890b38a84b72a67d3a4bdf7c3bfbcd9b2ac7c6284aa8f90f68f6c02ebdff10b64358df657345f69e070798f4fd4fc791cac194083547b4ae2
6
+ metadata.gz: 4a54a791ceadce17e44c098196ff391fce947671a91167a134bd5fee6ec1f9fed57068c1909324f01d74bef214089df141bfb8e97db5bc8d9fcddebab499bcec
7
+ data.tar.gz: 1e610c3caa4e7a0230cf4d76fcf068845621c363574815d77ed8db21d40e9cb1247eb32d3df74e76ee0f814dca01f835d9fe360d8f5e4f3f0ba60ee24d47f045
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.42.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
3
7
  ### v0.41.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20251213
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/ml/) may provide guidance r
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
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,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module MlV1
18
18
  # Version of the google-apis-ml_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20251213"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ml_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ml_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.42.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ml_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="