google-apis-content_v2_1 0.32.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b26ca0c1190d0ed6a3e0e245ec2120b2e4129e9aa275c05204ba48b015154944
4
- data.tar.gz: c3ee3f02f6e0bf878de34b6c85340c74f7786027a7a6c680b92ca98130be0b7e
3
+ metadata.gz: 0b3208c6f2779a5c364820e7eed9e0a1c5a59c4540f0443d68aa6f5925300ade
4
+ data.tar.gz: fbdf359304cca58bdab47800f87c61129289e93abe03b42bca6b610b592096d7
5
5
  SHA512:
6
- metadata.gz: f12b13d318bbaf7572d678a6e916d9a962480fb85ec6b9e200a5d1d76f6fbe0b16eabcf664cb25ac0fa74be13319365a8885e2ffbe16e5688184dc2871b4ecf2
7
- data.tar.gz: e95e260e82598054e464c6599153ea09409117a4a9f7db158e7490d2ba4872397791571ceb3387c723cd02861499686f1950bb6369a373eaff4aad068810b403
6
+ metadata.gz: fbb3636c1336a7205d80547bd851491ade780f6eb38fe320ba04950abab394b8c9af742e82fd360c1b35e9fce1ad2d3bcbcea7d9a2f4fcc9ee29239279d56b6b
7
+ data.tar.gz: ed6f738daecfe91b93695e963bfbd75a15185a31739d5293c14626c8290ce133a214c91ac2d66efd7d11a1bb9467aebca443a99bcb31acfc17c5d06431614ac3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.34.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240825
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.33.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240723
11
+ * Regenerated using generator version 0.15.0
12
+
3
13
  ### v0.32.0 (2023-11-14)
4
14
 
5
15
  * Regenerated from discovery document revision 20231105
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/shopping-content/v2/)
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
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. Currently, this means Ruby 2.5 and later. 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.
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
 
90
90
  ## License
91
91