Skip to content

Commit 7b47658

Browse files
feat: Automated regeneration of runtimeconfig v1 client (#11785)
Auto-created at 2022-09-18 11:14:43 +0000 using the toys pull request generator.
1 parent 6bc09a4 commit 7b47658

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

generated/google-apis-runtimeconfig_v1/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-runtimeconfig_v1
22

3+
### v0.14.0 (2022-09-18)
4+
5+
* Regenerated using generator version 0.9.0
6+
37
### v0.13.0 (2022-06-30)
48

59
* Regenerated using generator version 0.8.0

generated/google-apis-runtimeconfig_v1/google-apis-runtimeconfig_v1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
2929
gem.require_paths = ["lib"]
3030

3131
gem.required_ruby_version = '>= 2.5'
32-
gem.add_runtime_dependency "google-apis-core", ">= 0.7", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.7.2", "< 2.a"
3333
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ module Google
1616
module Apis
1717
module RuntimeconfigV1
1818
# Version of the google-apis-runtimeconfig_v1 gem
19-
GEM_VERSION = "0.13.0"
19+
GEM_VERSION = "0.14.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.8.0"
22+
GENERATOR_VERSION = "0.9.0"
2323

2424
# Revision of the discovery document this client was generated from
2525
REVISION = "20220321"

0 commit comments

Comments
 (0)