google-apis-displayvideo_v4 0.1.0 → 0.2.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: 80b02af97d56b398b7b570437b966ae4662fce08207ceb8d037b57e4a8e4c470
4
- data.tar.gz: 966bc8261a1690351a4ebf6e02a70f850549ce4895cf8837d7dd609b4eec8075
3
+ metadata.gz: 89e27300cf4b7680560e2bf403fba5d3e96028ef375cbb53e1c64b2f5c689c7b
4
+ data.tar.gz: a3fe4b3b1ec329293b9564b07e62511d526f4aeda0c3ccfedda5038ff9aaedf2
5
5
  SHA512:
6
- metadata.gz: 46408d1a1090496210e3c299a41aebd4d17543caa5e5ee487bac62960185b59ba0d08c41342d1e19adb31e794acea0864d0ee203190ac80bdaadd9cf003d1e2b
7
- data.tar.gz: e09b5e4d36503045a984dcea1c9bcc1e6f29ce34415ee476b5d7d489ec9821cf451b4ada213dd350e063c95f47a0787e599b8f1a5f2120b755d3d8ff98914a36
6
+ metadata.gz: bfc2e546a7a3a746553a63d5a892c4a9cc326c4e4d0c61071cedb68ce232783ed2e09f5dc59ac587ef4e3664b822cd0433378686675b52f77eb2fb6ee8d2ce14
7
+ data.tar.gz: 31ab5fcd34b9e7cd65db537c537fc33b045b8a34fdf371cb8318802df71e8dd02f4ca7f63d7c8f8306224d4fd09c7d0f171b4f5f807b610a74ee73ae623a3c6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.2.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250220
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.1.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240118
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/display-video/) may pr
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