google-apis-tasks_v1 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b443b2074a1da2630309336bc81f8bfd22b302720fe81df523ca3766d28800ed
4
- data.tar.gz: cccfee2004c2ea6108d2ccd63a883889f5f27c59b0d1a503afc6820310721c23
3
+ metadata.gz: 87946d1c15246e99c893b4d059ad7d5c87bc77579a321da0ba9d22b648abb449
4
+ data.tar.gz: 11f12724fd755e104b9c29030f7f819b818a0818154bb9b3daa35cd221c52358
5
5
  SHA512:
6
- metadata.gz: e98764156709345441f934adadd629929c054a45b46b480db58afd2a0a5ecce2d2c49e6a9b471b2d048ce10f26c9cffdc616e89ea6e1516ca63403900ced9d03
7
- data.tar.gz: 4aee52f2417a155652a4201f421a73b05720608bbbcd66abd615e269ae1673dd8b69b226324a9f32fb13a0bc6c44a4d2ed4c7f1a635ac3b8ad9eef35b08348c6
6
+ metadata.gz: 57b4afb676f47245e340d2f3a69197045a131817c646eb7e421a61704a030c6a054e626c11fcb15657e632de16825b6a9d47cb5de1ae229b1c6f488e6cb1a88f
7
+ data.tar.gz: 28ef84aa4e0f5cb5916611ab5a7177928283d0e0b4ace61f192e4825a8cc93de65a3e2211594789f5614cdce3cfa71b7572f715c52054f44345378e87d41a179
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-tasks_v1
2
2
 
3
+ ### v0.25.0 (2025-01-07)
4
+
5
+ * Regenerated from discovery document revision 20250105
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.24.0 (2024-07-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20240630
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240630"
25
+ REVISION = "20250105"
26
26
  end
27
27
  end
28
28
  end
@@ -479,11 +479,13 @@ module Google
479
479
  # Optional.
480
480
  # @param [String] parent
481
481
  # New parent task identifier. If the task is moved to the top level, this
482
- # parameter is omitted. Assigned tasks can not be set as parent task (have
483
- # subtasks) or be moved under a parent task (become subtasks). Optional.
482
+ # parameter is omitted. The task set as parent must exist in the task list and
483
+ # can not be hidden. Assigned tasks can not be set as parent task (have subtasks)
484
+ # or be moved under a parent task (become subtasks). Optional.
484
485
  # @param [String] previous
485
486
  # New previous sibling task identifier. If the task is moved to the first
486
- # position among its siblings, this parameter is omitted. Optional.
487
+ # position among its siblings, this parameter is omitted. The task set as
488
+ # previous must exist in the task list and can not be hidden. Optional.
487
489
  # @param [String] fields
488
490
  # Selector specifying which fields to include in a partial response.
489
491
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tasks_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-07 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.24.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tasks_v1/v0.25.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tasks_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Tasks API V1
82
79
  test_files: []