From 9bc17a518c5693cfb63875c5d4600d0bf2e6943d Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:26:27 -0800 Subject: [PATCH] feat: Automated regeneration of containeranalysis v1alpha1 client (#17921) Auto-created at 2024-02-23 22:23:49 +0000 using the toys pull request generator. --- generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md | 4 ++++ generated/google-apis-containeranalysis_v1alpha1/OVERVIEW.md | 4 ++-- .../google-apis-containeranalysis_v1alpha1.gemspec | 4 ++-- .../lib/google/apis/containeranalysis_v1alpha1/gem_version.rb | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md b/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md index 66ea164e43b..38bc3cafa3a 100644 --- a/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md +++ b/generated/google-apis-containeranalysis_v1alpha1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-containeranalysis_v1alpha1 +### v0.61.0 (2024-02-23) + +* Unspecified changes + ### v0.60.0 (2024-02-18) * Regenerated from discovery document revision 20240209 diff --git a/generated/google-apis-containeranalysis_v1alpha1/OVERVIEW.md b/generated/google-apis-containeranalysis_v1alpha1/OVERVIEW.md index b6f4740b06d..07a5a3308ba 100644 --- a/generated/google-apis-containeranalysis_v1alpha1/OVERVIEW.md +++ b/generated/google-apis-containeranalysis_v1alpha1/OVERVIEW.md @@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/container-analysis/api/refe ## Supported Ruby versions -This library is supported on Ruby 2.5+. +This library is supported on Ruby 2.7+. -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. +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. ## License diff --git a/generated/google-apis-containeranalysis_v1alpha1/google-apis-containeranalysis_v1alpha1.gemspec b/generated/google-apis-containeranalysis_v1alpha1/google-apis-containeranalysis_v1alpha1.gemspec index 4af9dec7eac..ef55c63dc6f 100644 --- a/generated/google-apis-containeranalysis_v1alpha1/google-apis-containeranalysis_v1alpha1.gemspec +++ b/generated/google-apis-containeranalysis_v1alpha1/google-apis-containeranalysis_v1alpha1.gemspec @@ -28,6 +28,6 @@ Gem::Specification.new do |gem| gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"] gem.require_paths = ["lib"] - gem.required_ruby_version = '>= 2.5' - gem.add_runtime_dependency "google-apis-core", ">= 0.12.0", "< 2.a" + gem.required_ruby_version = '>= 2.7' + gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a" end diff --git a/generated/google-apis-containeranalysis_v1alpha1/lib/google/apis/containeranalysis_v1alpha1/gem_version.rb b/generated/google-apis-containeranalysis_v1alpha1/lib/google/apis/containeranalysis_v1alpha1/gem_version.rb index 7ef66431794..5f1ca22212a 100644 --- a/generated/google-apis-containeranalysis_v1alpha1/lib/google/apis/containeranalysis_v1alpha1/gem_version.rb +++ b/generated/google-apis-containeranalysis_v1alpha1/lib/google/apis/containeranalysis_v1alpha1/gem_version.rb @@ -16,7 +16,7 @@ module Google module Apis module ContaineranalysisV1alpha1 # Version of the google-apis-containeranalysis_v1alpha1 gem - GEM_VERSION = "0.60.0" + GEM_VERSION = "0.61.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.13.1"