google-apis-drive_v2 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1109845ad1d973fccb5fdde630406ceeaedc8df426f22ec9fb9611c32f7f578b
4
- data.tar.gz: 6c8de24b1aaaf1a9275a3d5363791b3c9876cdf6f75b65e397df90e52902f48a
3
+ metadata.gz: 6593181ae97ca0e8226f6505a391d75cf2582ed8fa26f1095f629fd4f7febc5d
4
+ data.tar.gz: 190303af0b79c3018244665ca97f1221b1cc1984be9b1e4183949cda02097a6a
5
5
  SHA512:
6
- metadata.gz: 4db1c563bb65f0c7dc7bcb5de874cc9cea31213a581f9ebf301cc26a4f2f6e2608046ff6ab8b36ccf92e53fbfe962a0c8726af4b043956aeca8d37b2c31b54d4
7
- data.tar.gz: ac9dfcb9adbb7637f823edb49a678524f35422107d5313be95bcd60211fbe983c9b24bbe642c772ce8598a814385bbc5142a63dbefe1aa2dc399249acaca4036
6
+ metadata.gz: 7d5dbfe9308a6d70f4fca24f07b985be3d70299eccad4eed5e6308713fa231ec91a0e66217c780dff62899e568021ceb425206e6de08a0f2afde09aa988906a7
7
+ data.tar.gz: 9e9b51a44c1cf4dbf7d6d22102ac4555b6eeb09ad9cbf51c0d528fb14cbb5bb861dda5179a9f758292264c3c4b12bdb3af2f865fcefea8e0441e1ce9730e2b78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-drive_v2
2
2
 
3
+ ### v0.60.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
3
7
  ### v0.59.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260405
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/drive/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
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.
89
89
 
@@ -16,10 +16,10 @@ module Google
16
16
  module Apis
17
17
  module DriveV2
18
18
  # Version of the google-apis-drive_v2 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
25
  REVISION = "20260405"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.59.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v2/v0.60.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v2
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="