google-apis-drive_v3 0.26.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,14 +19,13 @@ require 'google/apis/drive_v3/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Drive API
22
+ # Google Drive API
23
23
  #
24
- # Manages files in Drive including uploading, downloading, searching, detecting
25
- # changes, and updating sharing permissions.
24
+ # The Google Drive API allows clients to access resources from Google Drive.
26
25
  #
27
26
  # @see https://developers.google.com/drive/
28
27
  module DriveV3
29
- # Version of the Drive API this client connects to.
28
+ # Version of the Google Drive API this client connects to.
30
29
  # This is NOT the gem version.
31
30
  VERSION = 'V3'
32
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-drive_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-18 00:00:00.000000000 Z
11
+ date: 2023-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,17 +26,17 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for Drive API V3. Simple REST clients
33
+ description: This is the simple REST client for Google Drive API V3. Simple REST clients
34
34
  are Ruby client libraries that provide access to Google services via their HTTP
35
35
  REST API endpoints. These libraries are generated and updated automatically based
36
36
  on the discovery documents published by the service, and they handle most concerns
37
37
  such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the Drive API, but note that some services may provide a separate
39
- modern client that is easier to use.
38
+ client to access the Google Drive API, but note that some services may provide a
39
+ separate modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
42
42
  extensions: []
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-drive_v3/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-drive_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for Drive API V3
81
+ summary: Simple REST client for Google Drive API V3
82
82
  test_files: []