google-apis-tasks_v1 0.6.0 → 0.7.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: 0e16f74b589b3fcbe2bb422e8300e2badcd216adbd5b46b99ce78a5225467101
4
- data.tar.gz: 68d6e90e6873780d00cc4c06d8af20fd6d1178dbca390c6ee33d007408eb502a
3
+ metadata.gz: 8311a93aa25f37110e5ae8c429eabfa1b75f298c540c6f456a1a1d06881123fb
4
+ data.tar.gz: 13a25e1aac1cd33b29120d1b4c5118733b3aec1c8de8d5baadb450bacaff87e1
5
5
  SHA512:
6
- metadata.gz: b8c04b17954ea64723f9674feeecd141f14c704422a0b80697d797ff759e50181e15ae73e0ea1677df525c289246c3a468eca16b644416e90171c8c53d16cbe9
7
- data.tar.gz: 23bc433fb05049c478832133095bb62ae36a1aa2ec8b0ab21fa4e754aceb8ee7c41d46bae3abaf4c10a36dd4c306c812ca290cf8c6feaf019ab113dbcc3fdab1
6
+ metadata.gz: cf8ae9b624a652bb8bd92b425ecb3a22644cc79d675d2436c645d81fb18e1bbe361671fd4ddabd41f2ec64509816785c78470066cd5b35fa6602f1dcb4661e74
7
+ data.tar.gz: 6c3760d397d434e0e44b55c57c2f16b8dad3ec2b9b3341cd6027ee3cd856d7e995b033fa8f6e5fd42121049f4e0607db1a96635efd539c13f708dd8eb289fd78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tasks_v1
2
2
 
3
+ ### v0.7.0 (2021-07-13)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.6.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation]() may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/tasks/) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  # The Google Tasks API lets you manage your tasks and task lists.
25
25
  #
26
- # @see
26
+ # @see https://developers.google.com/tasks/
27
27
  module TasksV1
28
28
  # Version of the Tasks API this client connects to.
29
29
  # This is NOT the gem version.
@@ -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.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210109"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Tasks = Google::Apis::TasksV1 # Alias the module
31
31
  # service = Tasks::TasksService.new
32
32
  #
33
- # @see
33
+ # @see https://developers.google.com/tasks/
34
34
  class TasksService < Google::Apis::Core::BaseService
35
35
  # @return [String]
36
36
  # API key. Your API key identifies your project and provides you with API access,
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.6.0
4
+ version: 0.7.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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/master/generated/google-apis-tasks_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-tasks_v1
63
63
  post_install_message:
64
64
  rdoc_options: []