google-apis-content_v2_1 0.32.0 → 0.33.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: 0c04e60bc919851ef529ac62f2ebfd79c6784ba292c8fca7136100b4dff78a68
4
+ data.tar.gz: 987e747c4f6f37c6729a75549644bb4c82207b6c1d766ed4ca9b91d7a7a8d387
5
5
  SHA512:
6
- metadata.gz: f12b13d318bbaf7572d678a6e916d9a962480fb85ec6b9e200a5d1d76f6fbe0b16eabcf664cb25ac0fa74be13319365a8885e2ffbe16e5688184dc2871b4ecf2
7
- data.tar.gz: e95e260e82598054e464c6599153ea09409117a4a9f7db158e7490d2ba4872397791571ceb3387c723cd02861499686f1950bb6369a373eaff4aad068810b403
6
+ metadata.gz: 21176bded66bea43e4e1369f51d5cb1598f109698ff1e67b745aceef6e722423d154402cd4f9d0397b13d1e033d712dafc8cbe2cd984ef1c5a04de470886117d
7
+ data.tar.gz: 86cb35b6a1738af758dba406113efa13f4867ded692e6582ffaab30c5492bd62f40a5933db8b0f949e76a71e90c6378b4bad0340bf9b001cd4701e821450c7a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.33.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240723
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.32.0 (2023-11-14)
4
9
 
5
10
  * 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