checkoff 0.240.0 → 0.241.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/version.rb +1 -1
- data/rbi/checkoff.rbi +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c737dcc212e1b296797998ed5c13afa8904b462a89f19572636850e9f4d45f1
|
|
4
|
+
data.tar.gz: 72f29cc68d523143e12c0a3348611a7e3f1483c7c48b55bb1a9ef88e0fe6e6c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4261254031e017a742d577d4d2df161f5f65b7f05af0b690c84809e5de5ad0b9f2d0987255d818e5135463901ef0a4b8151e2e179210872af21d33f1b54035e5
|
|
7
|
+
data.tar.gz: 699a46a9ed2f2e7dc2c578a58391d837a23b1e738ac99fdaf60e0c9ba30c2a6ff6ab585870a53795fede931735075b66b294e9089747a9397f03c6d90e78591c
|
data/lib/checkoff/version.rb
CHANGED
data/rbi/checkoff.rbi
CHANGED
|
@@ -75,7 +75,7 @@ module Overcommit
|
|
|
75
75
|
end
|
|
76
76
|
|
|
77
77
|
module Checkoff
|
|
78
|
-
VERSION = '0.
|
|
78
|
+
VERSION = '0.241.0'
|
|
79
79
|
|
|
80
80
|
class Attachments
|
|
81
81
|
include Logging
|
|
@@ -2433,7 +2433,7 @@ end
|
|
|
2433
2433
|
# typed: ignore
|
|
2434
2434
|
# Command-line and gem client for Asana (unofficial)
|
|
2435
2435
|
module Checkoff
|
|
2436
|
-
VERSION = T.let('0.
|
|
2436
|
+
VERSION = T.let('0.241.0', T.untyped)
|
|
2437
2437
|
|
|
2438
2438
|
# Move tasks from one place to another
|
|
2439
2439
|
class MvSubcommand
|