Skip to content

Commit 95440d2

Browse files
feat: Automated regeneration of cloudfunctions v2alpha client (#17904)
Auto-created at 2024-02-23 22:16:40 +0000 using the toys pull request generator.
1 parent f864ab1 commit 95440d2

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

generated/google-apis-cloudfunctions_v2alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-cloudfunctions_v2alpha
22

3+
### v0.43.0 (2024-02-23)
4+
5+
* Unspecified changes
6+
37
### v0.42.0 (2024-02-18)
48

59
* Regenerated from discovery document revision 20240207

generated/google-apis-cloudfunctions_v2alpha/OVERVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/functions) may provide guid
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 2.5+.
86+
This library is supported on Ruby 2.7+.
8787

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.
8989

9090
## License
9191

generated/google-apis-cloudfunctions_v2alpha/google-apis-cloudfunctions_v2alpha.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 2.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.12.0", "< 2.a"
31+
gem.required_ruby_version = '>= 2.7'
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
3333
end

generated/google-apis-cloudfunctions_v2alpha/lib/google/apis/cloudfunctions_v2alpha/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Google
1616
module Apis
1717
module CloudfunctionsV2alpha
1818
# Version of the google-apis-cloudfunctions_v2alpha gem
19-
GEM_VERSION = "0.42.0"
19+
GEM_VERSION = "0.43.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.13.1"

0 commit comments

Comments
 (0)