Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of cloudresourcemanager v1 client #5401

Merged
merged 1 commit into from
Jun 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: Automated regeneration of cloudresourcemanager v1 client
  • Loading branch information
yoshi-automation committed Jun 29, 2021
commit 688ce98a4500f18af6e7125b502147911c7edc86
4 changes: 4 additions & 0 deletions generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudresourcemanager_v1

### v0.13.0 (2021-06-29)

* Regenerated using generator version 0.4.0

### v0.12.0 (2021-06-24)

* Unspecified changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.5'
gem.add_runtime_dependency "google-apis-core", ">= 0.3", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.4", "< 2.a"
end
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ module Google
module Apis
module CloudresourcemanagerV1
# Version of the google-apis-cloudresourcemanager_v1 gem
GEM_VERSION = "0.12.0"
GEM_VERSION = "0.13.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.3.0"
GENERATOR_VERSION = "0.4.0"

# Revision of the discovery document this client was generated from
REVISION = "20210613"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "b291645a8f1877b5c8874ab10e358c8126dc3b38"
"sha": "cd5e100e2508c79fc60e436c0e86493abf62fe86"
}
}
]
Expand Down