google-apis-integrations_v1 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: 74e45aaead8d7c4b774d84ba9c23c16b08e8625fd02bcb425fa4d467d41ee150
4
- data.tar.gz: e4b24f147a4a8cf173f3f3caa437178b12126e23634ea17f153fd63731fa642d
3
+ metadata.gz: 7d9861802ec35c1e4350380da44ad30c58855ae43b1d384f89cf1bc16b0626b8
4
+ data.tar.gz: 94a51f64e3bcafc99f1fcdf88125dd9583449101f0992b500401d7fdf827e75c
5
5
  SHA512:
6
- metadata.gz: 8973beb983cb07271126f2d4c9cbf1836bdafdb82d494844a59e1d0e9b1f5b3d44055517160b9a932b4a9636d8497cbbf0eb5c507fb7cc5aa15b9bf296be7310
7
- data.tar.gz: c40f0842e525057720225abee1de472dfa73350cdefa60a550757258f1259e0d32ed95d86f597543d0bcc22aa974ec9ffd7b158269792988fbfc8933db0d0e99
6
+ metadata.gz: 9f62493719d158665fe7569d1facbc639944fce6a03c9e3073d485f302fb9dcfb93c530d5d3d61c9e61748007acd2e4551ea04dc23b0c99faa293ab36e2402ff
7
+ data.tar.gz: c19cd4f457bc236b6128f54a85859ddc578bdaf985679328ae8dafffb710a271781780c160a58f10b27c1e2ab754721668e48a7cf6bf96b6a45d0c0ff420c27f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.2.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240421
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.1.0 (2023-01-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20221220
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/application-integration) ma
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