checkoff 0.225.0 → 0.226.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/lib/checkoff/attachments.rb +1 -1
- data/lib/checkoff/sections.rb +1 -1
- data/lib/checkoff/version.rb +1 -1
- data/rbi/checkoff.rbi +5 -5
- data/sig/checkoff.rbs +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 92a9e8e8ca22cbfa31d1d4b02c941c20826db8e3e831f626f96500a12bc306a3
|
4
|
+
data.tar.gz: be53367a968bbf2d4ca1b6b18aada517c7254765d35f9ca8b6f9b6058445eb85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbbf49ded9ca35770835d23ef89488fafff69e4500e91b2fa688b2b450df50178b827c50d2144e52fa58485bf71dde8762a014b1c3edee324b0d0600c613a828
|
7
|
+
data.tar.gz: bdc7f6e728ed13bdf96e9ab43448c8f201e5d42421f1d2141ba24c274667a22018b4e73dd145d267822ca7201767fe7fb78846bc35c7ba372147e6be9d66b0de
|
data/lib/checkoff/attachments.rb
CHANGED
@@ -165,7 +165,7 @@ module Checkoff
|
|
165
165
|
end
|
166
166
|
|
167
167
|
# https://github.com/Asana/ruby-asana/blob/master/lib/asana/resource_includes/response_helper.rb#L7
|
168
|
-
# @param response [
|
168
|
+
# @param response [Asana::HttpClient::Response]
|
169
169
|
#
|
170
170
|
# @return [Array<Hash, Hash>]
|
171
171
|
def parse(response)
|
data/lib/checkoff/sections.rb
CHANGED
@@ -230,7 +230,7 @@ module Checkoff
|
|
230
230
|
include Logging
|
231
231
|
|
232
232
|
# https://github.com/Asana/ruby-asana/blob/master/lib/asana/resource_includes/response_helper.rb#L7
|
233
|
-
# @param response [
|
233
|
+
# @param response [Asana::HttpClient::Response]
|
234
234
|
#
|
235
235
|
# @return [Array<Hash, Hash>]
|
236
236
|
def parse(response)
|
data/lib/checkoff/version.rb
CHANGED
data/rbi/checkoff.rbi
CHANGED
@@ -459,7 +459,7 @@ end
|
|
459
459
|
|
460
460
|
# Command-line and gem client for Asana (unofficial)
|
461
461
|
module Checkoff
|
462
|
-
VERSION = T.let('0.
|
462
|
+
VERSION = T.let('0.226.0', T.untyped)
|
463
463
|
|
464
464
|
# Move tasks from one place to another
|
465
465
|
class MvSubcommand
|
@@ -1703,11 +1703,11 @@ module Checkoff
|
|
1703
1703
|
end
|
1704
1704
|
def section(workspace_name, project_name, section_name, extra_section_fields: []); end
|
1705
1705
|
|
1706
|
-
# sord warn -
|
1706
|
+
# sord warn - Asana::HttpClient::Response wasn't able to be resolved to a constant in this project
|
1707
1707
|
# https://github.com/Asana/ruby-asana/blob/master/lib/asana/resource_includes/response_helper.rb#L7
|
1708
1708
|
#
|
1709
1709
|
# _@param_ `response`
|
1710
|
-
sig { params(response:
|
1710
|
+
sig { params(response: Asana::HttpClient::Response).returns(T::Array[T.any(T::Hash[T.untyped, T.untyped], T::Hash[T.untyped, T.untyped])]) }
|
1711
1711
|
def parse(response); end
|
1712
1712
|
|
1713
1713
|
# sord warn - "[String" does not appear to be a type
|
@@ -2244,11 +2244,11 @@ module Checkoff
|
|
2244
2244
|
sig { params(filename: String).returns(T.nilable(String)) }
|
2245
2245
|
def content_type_from_filename(filename); end
|
2246
2246
|
|
2247
|
-
# sord warn -
|
2247
|
+
# sord warn - Asana::HttpClient::Response wasn't able to be resolved to a constant in this project
|
2248
2248
|
# https://github.com/Asana/ruby-asana/blob/master/lib/asana/resource_includes/response_helper.rb#L7
|
2249
2249
|
#
|
2250
2250
|
# _@param_ `response`
|
2251
|
-
sig { params(response:
|
2251
|
+
sig { params(response: Asana::HttpClient::Response).returns(T::Array[T.any(T::Hash[T.untyped, T.untyped], T::Hash[T.untyped, T.untyped])]) }
|
2252
2252
|
def parse(response); end
|
2253
2253
|
|
2254
2254
|
sig { void }
|
data/sig/checkoff.rbs
CHANGED
@@ -1417,11 +1417,11 @@ module Checkoff
|
|
1417
1417
|
?extra_section_fields: ::Array[String]
|
1418
1418
|
) -> Asana::Resources::Section?
|
1419
1419
|
|
1420
|
-
# sord warn -
|
1420
|
+
# sord warn - Asana::HttpClient::Response wasn't able to be resolved to a constant in this project
|
1421
1421
|
# https://github.com/Asana/ruby-asana/blob/master/lib/asana/resource_includes/response_helper.rb#L7
|
1422
1422
|
#
|
1423
1423
|
# _@param_ `response`
|
1424
|
-
def parse: (
|
1424
|
+
def parse: (Asana::HttpClient::Response response) -> ::Array[(::Hash[untyped, untyped] | ::Hash[untyped, untyped])]
|
1425
1425
|
|
1426
1426
|
# sord warn - "[String" does not appear to be a type
|
1427
1427
|
# sord warn - "nil]" does not appear to be a type
|
@@ -1877,11 +1877,11 @@ module Checkoff
|
|
1877
1877
|
# _@param_ `filename`
|
1878
1878
|
def content_type_from_filename: (String filename) -> String?
|
1879
1879
|
|
1880
|
-
# sord warn -
|
1880
|
+
# sord warn - Asana::HttpClient::Response wasn't able to be resolved to a constant in this project
|
1881
1881
|
# https://github.com/Asana/ruby-asana/blob/master/lib/asana/resource_includes/response_helper.rb#L7
|
1882
1882
|
#
|
1883
1883
|
# _@param_ `response`
|
1884
|
-
def parse: (
|
1884
|
+
def parse: (Asana::HttpClient::Response response) -> ::Array[(::Hash[untyped, untyped] | ::Hash[untyped, untyped])]
|
1885
1885
|
|
1886
1886
|
def self.run: () -> void
|
1887
1887
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: checkoff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.226.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vince Broz
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
182
|
- !ruby/object:Gem::Version
|
183
183
|
version: '0'
|
184
184
|
requirements: []
|
185
|
-
rubygems_version: 3.
|
185
|
+
rubygems_version: 3.4.19
|
186
186
|
signing_key:
|
187
187
|
specification_version: 4
|
188
188
|
summary: Command-line and gem client for Asana (unofficial)
|