google-apis-advisorynotifications_v1 0.12.0 → 0.13.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: 5611a134b9b84a3a2c4db6efcf40a8ef8dd10e85f3e8ac661c5eb68ee143b7a8
4
- data.tar.gz: 900d8f109c4e494d3b2ed99a982fe98a6c677a88c7da319c158bc82b64d3b3da
3
+ metadata.gz: 9d63964a479ddb7451541c0442617949deddc0145acc1fc843790fef352de113
4
+ data.tar.gz: 7c624b101c4bc47c54113b55936c5fd48bd82e4010ff6389f02be4c0c58c7d82
5
5
  SHA512:
6
- metadata.gz: b5eadc3dc9cb72d14b65a2846af0af0ec2a260dc7e711df70a5617bbc44bafbc4bc05f07216fac39008c843a2d485d449a33dd008e49847498b47f2ba0889999
7
- data.tar.gz: 4afd26593a16753c0fe11ba37ed9cef898ffb315c665b76c19258ed0000d4b89b4e82034cfb88872718910bc3f0ae9df401b42819a4fe36ab09fa4233d31ea37
6
+ metadata.gz: 724dad9a45158ef629431e6fe99d1fee9f98f4f2fe6bfe7897f590fcd6ae7b62ba8c79746697c60829123b5f85df6a97c8465b7858cc89f675e8c0541195cf2f
7
+ data.tar.gz: 8ca63cdc55b675e8816857de862bab5be659101339ea65377d825220bb1b71e2ea6caff8e37aff3514af4c790699821a86a1f789c94f2ecbe697bb6695f27a90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-advisorynotifications_v1
2
2
 
3
+ ### v0.13.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
3
7
  ### v0.12.0 (2025-05-04)
4
8
 
5
9
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/advisory-notifications) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
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
 
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module AdvisorynotificationsV1
18
18
  # Version of the google-apis-advisorynotifications_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20240331"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-advisorynotifications_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-advisorynotifications_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-advisorynotifications_v1/v0.12.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-advisorynotifications_v1/v0.13.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-advisorynotifications_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Advisory Notifications API V1
79
79
  test_files: []