google-apis-content_v2_1 0.31.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: '09a26334ade5fe3f0aab5e33424ec0a4fde2eccb322f9b0442697563acf331ab'
4
- data.tar.gz: d87501a03290fd6cdeb8dc1fe67cc4c127271c14382b7fa760870c2b6482f223
3
+ metadata.gz: 0c04e60bc919851ef529ac62f2ebfd79c6784ba292c8fca7136100b4dff78a68
4
+ data.tar.gz: 987e747c4f6f37c6729a75549644bb4c82207b6c1d766ed4ca9b91d7a7a8d387
5
5
  SHA512:
6
- metadata.gz: d0411101a467141db357a6a91e107ce14f8370d48e20780e2638cb4833f42311224bce3a5e3ed533c2528ddddc2aceffc3f4741d4b3abaac199e459fdb97cc98
7
- data.tar.gz: d0f1bdac5bd387cf145f071e6e580e3b80e7873fae7aa1877aab3a138181cf2d5e69a07d37ecc8f68c6729377ba14123fa7c166360234d3593ee38f7c88f6200
6
+ metadata.gz: 21176bded66bea43e4e1369f51d5cb1598f109698ff1e67b745aceef6e722423d154402cd4f9d0397b13d1e033d712dafc8cbe2cd984ef1c5a04de470886117d
7
+ data.tar.gz: 86cb35b6a1738af758dba406113efa13f4867ded692e6582ffaab30c5492bd62f40a5933db8b0f949e76a71e90c6378b4bad0340bf9b001cd4701e821450c7a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.32.0 (2023-11-14)
9
+
10
+ * Regenerated from discovery document revision 20231105
11
+ * Regenerated using generator version 0.12.0
12
+
3
13
  ### v0.31.0 (2022-02-08)
4
14
 
5
15
  * Regenerated from discovery document revision 20220203
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