google-apis-tasks_v1 0.15.0 → 0.16.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/tasks_v1/gem_version.rb +2 -2
- data/lib/google/apis/tasks_v1/service.rb +1 -1
- data/lib/google/apis/tasks_v1.rb +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f418285c8af5c3b245ada8244639a0101dc141dc5ed99d60bfecface1ae60959
|
|
4
|
+
data.tar.gz: 6974918084e85d683f1e6961cf2848d68b059450dd4e2b18df74b71752ae973c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 658a694b05300109574618a2e332c8af395d5517a5836b414e5a2498405813222f8f73f4feecd7c8afab6d2af1ec4654d1a93741493560685b5efa7133af7304
|
|
7
|
+
data.tar.gz: 22120ad2839097928aa98bf970295d21123f2db493e6f2cfb8847cd99874130fccb42d6ff478b3d9f75731ee145365692d4e3c39661a0bf98c7446dc5bfa819d
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Simple REST client for version V1 of the Tasks API
|
|
1
|
+
# Simple REST client for version V1 of the Google Tasks API
|
|
2
2
|
|
|
3
|
-
This is a simple client library for version V1 of the Tasks API. It provides:
|
|
3
|
+
This is a simple client library for version V1 of the Google Tasks API. It provides:
|
|
4
4
|
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
|
6
6
|
* Ruby objects for data structures related to the service.
|
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
|
65
65
|
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Tasks service in particular.)
|
|
67
67
|
|
|
68
|
-
For reference information on specific calls in the Tasks API, see the {Google::Apis::TasksV1::TasksService class reference docs}.
|
|
68
|
+
For reference information on specific calls in the Google Tasks API, see the {Google::Apis::TasksV1::TasksService class reference docs}.
|
|
69
69
|
|
|
70
70
|
## Which client should I use?
|
|
71
71
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module TasksV1
|
|
18
18
|
# Version of the google-apis-tasks_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.16.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230401"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
data/lib/google/apis/tasks_v1.rb
CHANGED
|
@@ -19,13 +19,13 @@ require 'google/apis/tasks_v1/gem_version.rb'
|
|
|
19
19
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
|
-
# Tasks API
|
|
22
|
+
# Google Tasks API
|
|
23
23
|
#
|
|
24
24
|
# The Google Tasks API lets you manage your tasks and task lists.
|
|
25
25
|
#
|
|
26
26
|
# @see https://developers.google.com/tasks/
|
|
27
27
|
module TasksV1
|
|
28
|
-
# Version of the Tasks API this client connects to.
|
|
28
|
+
# Version of the Google Tasks API this client connects to.
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-tasks_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.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: 2023-
|
|
11
|
+
date: 2023-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -30,13 +30,13 @@ dependencies:
|
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
33
|
-
description: This is the simple REST client for Tasks API V1. Simple REST clients
|
|
33
|
+
description: This is the simple REST client for Google Tasks API V1. 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 Tasks API, but note that some services may provide a
|
|
39
|
-
modern client that is easier to use.
|
|
38
|
+
client to access the Google Tasks 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-tasks_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.16.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tasks_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -78,5 +78,5 @@ requirements: []
|
|
|
78
78
|
rubygems_version: 3.4.2
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
|
-
summary: Simple REST client for Tasks API V1
|
|
81
|
+
summary: Simple REST client for Google Tasks API V1
|
|
82
82
|
test_files: []
|