Skip to content

Commit 330e64c

Browse files
feat: Automated regeneration of books v1 client (#9659)
Auto-created at 2022-06-02 11:35:14 +0000 using the toys pull request generator.
1 parent d648481 commit 330e64c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

3+
### v0.9.0 (2022-06-02)
4+
5+
* Unspecified changes
6+
37
### v0.8.0 (2022-03-22)
48

59
* Regenerated from discovery document revision 20220318

generated/google-apis-books_v1/google-apis-books_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.4", "< 2.a"
32+
gem.add_runtime_dependency "google-apis-core", ">= 0.5", "< 2.a"
3333
end

generated/google-apis-books_v1/lib/google/apis/books_v1/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 BooksV1
1818
# Version of the google-apis-books_v1 gem
19-
GEM_VERSION = "0.8.0"
19+
GEM_VERSION = "0.9.0"
2020

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

0 commit comments

Comments
 (0)