google-apis-integrations_v1 0.1.0 → 0.3.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: 74e45aaead8d7c4b774d84ba9c23c16b08e8625fd02bcb425fa4d467d41ee150
4
- data.tar.gz: e4b24f147a4a8cf173f3f3caa437178b12126e23634ea17f153fd63731fa642d
3
+ metadata.gz: e2e47778b912562c8744974adb05b73248bdbd1923c672f53c494d1d9cec7e16
4
+ data.tar.gz: f8e55830e887f93fec7fd94842acb72ef50a93a38bd2416eb81086f3a0e3ee99
5
5
  SHA512:
6
- metadata.gz: 8973beb983cb07271126f2d4c9cbf1836bdafdb82d494844a59e1d0e9b1f5b3d44055517160b9a932b4a9636d8497cbbf0eb5c507fb7cc5aa15b9bf296be7310
7
- data.tar.gz: c40f0842e525057720225abee1de472dfa73350cdefa60a550757258f1259e0d32ed95d86f597543d0bcc22aa974ec9ffd7b158269792988fbfc8933db0d0e99
6
+ metadata.gz: f346d1b4fa78d582fd2eebcc669174b8d2b7bf72684650d95ab3bc4b6a8eeaa504c40cd0e09c37ef158d93560c63fa21b1d217829fcd1f83ba86badfc6c2d030
7
+ data.tar.gz: c768c481a6f3321b15a89144f9c366bb8be88f915f0f5ba0a3d68e7ab8e5fd674b0a2d78fe65679509663dcd6420d9bbfc7e2e3c7e9f773ac22d0bd80e5d6fa3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-integrations_v1
2
2
 
3
+ ### v0.3.0 (2025-01-07)
4
+
5
+ * Regenerated from discovery document revision 20241209
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.2.0 (2024-04-28)
9
+
10
+ * Regenerated from discovery document revision 20240421
11
+ * Regenerated using generator version 0.14.0
12
+
3
13
  ### v0.1.0 (2023-01-04)
4
14
 
5
15
  * 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