checkoff 0.252.0 → 0.253.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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 570c3a9dfabad8fa968169cd94ed589ef1a292c1a43dd8e7b682d7f128fdb207
|
|
4
|
+
data.tar.gz: 28474ec95baab71937d9b46a0169bd9fcbc81836526ba4c32857cde1141786d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5ca5ccaaa6dbf6e89c4c1c426bbcaf42c944c172c2cafc228ed837bf30956986167f2cf0f4a06d58987be9c2c3b1de05e87ec52bd85b3df3445562e044062ce1
|
|
7
|
+
data.tar.gz: c8ddf9d9e1b44931dbc5c29b6cd9660537d456249a18e89af90225400ab4538a4dc2c4c3fb3107880d8dcd0fad3f167106ea126c94e92ce6660c346157deb363
|
data/lib/checkoff/version.rb
CHANGED
data/rbi/checkoff.rbi
CHANGED
|
@@ -82,7 +82,7 @@ module Overcommit
|
|
|
82
82
|
end
|
|
83
83
|
|
|
84
84
|
module Checkoff
|
|
85
|
-
VERSION = '0.
|
|
85
|
+
VERSION = '0.253.0'
|
|
86
86
|
|
|
87
87
|
class Attachments
|
|
88
88
|
include Logging
|
|
@@ -2449,7 +2449,7 @@ end
|
|
|
2449
2449
|
# typed: ignore
|
|
2450
2450
|
# Command-line and gem client for Asana (unofficial)
|
|
2451
2451
|
module Checkoff
|
|
2452
|
-
VERSION = T.let('0.
|
|
2452
|
+
VERSION = T.let('0.253.0', T.untyped)
|
|
2453
2453
|
|
|
2454
2454
|
# Move tasks from one place to another
|
|
2455
2455
|
class MvSubcommand
|
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.253.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: 2026-07-
|
|
11
|
+
date: 2026-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|