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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ea51392a919d88215ec942961d8b2babf98f4bdf1253576bbf500871c43ec33
4
- data.tar.gz: 48eecb43aa2049bceec3015098936400b6bb4cd379b5420a4b4d40f15546cf94
3
+ metadata.gz: 5c737dcc212e1b296797998ed5c13afa8904b462a89f19572636850e9f4d45f1
4
+ data.tar.gz: 72f29cc68d523143e12c0a3348611a7e3f1483c7c48b55bb1a9ef88e0fe6e6c3
5
5
  SHA512:
6
- metadata.gz: 679274ab21a8c5aea9f72ca12f6d241934050533c6f6576a639509360fc7cc0fe986f0d42b29f3a931b88550d39048962d89bc3c18df48035f71b6d00a3e3919
7
- data.tar.gz: a629ed0734612fb353b700fe5e7170af38c96ba3ec7713d14c6402d380cf2320bc9e7959da076a9c578ea53030802884e77613e059ba76158e315eaf98975175
6
+ metadata.gz: 4261254031e017a742d577d4d2df161f5f65b7f05af0b690c84809e5de5ad0b9f2d0987255d818e5135463901ef0a4b8151e2e179210872af21d33f1b54035e5
7
+ data.tar.gz: 699a46a9ed2f2e7dc2c578a58391d837a23b1e738ac99fdaf60e0c9ba30c2a6ff6ab585870a53795fede931735075b66b294e9089747a9397f03c6d90e78591c
@@ -4,5 +4,5 @@
4
4
  # Command-line and gem client for Asana (unofficial)
5
5
  module Checkoff
6
6
  # Version of library
7
- VERSION = '0.240.0'
7
+ VERSION = '0.241.0'
8
8
  end
data/rbi/checkoff.rbi CHANGED
@@ -75,7 +75,7 @@ module Overcommit
75
75
  end
76
76
 
77
77
  module Checkoff
78
- VERSION = '0.240.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.240.0', T.untyped)
2436
+ VERSION = T.let('0.241.0', T.untyped)
2437
2437
 
2438
2438
  # Move tasks from one place to another
2439
2439
  class MvSubcommand
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checkoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.240.0
4
+ version: 0.241.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz