checkoff 0.244.0 → 0.245.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: fe7608634ce1ab4835e6ef9aebe6e9b04697806b1d172ce24e6079d38d47c231
4
- data.tar.gz: f64454aa021eec0f9efad1f5ce466f40629983727116af4814b723f8032a3179
3
+ metadata.gz: 16837626a210b7327f511b18077cee738a0b4f205daf0f0b045a50724665c046
4
+ data.tar.gz: ce43d4671fc73bb78073cf7b80d9b323cd7e0100f114a2af87f0229e11910307
5
5
  SHA512:
6
- metadata.gz: 8b761b1d9e319a11f2f7b70762a8a0c0a1a0a4c6cde0ca2123f752ee19a04096eeb34fdaa9c220bd274cb49da90acd4f0f0ea4e5ce4fc081e414e25a070668ad
7
- data.tar.gz: 17ccc931fb2c5622bb9f1711003340cc86499cfe387c296f2dd2135d41702fb515eab1b194eb70eb7d24b91767f45f35efe2bdb3871f38c3271dd5eb7365dd67
6
+ metadata.gz: 7386e4bd7e121415a124923913d5e3f6ed9aacb3a7a6f869310874a9e9df0a7882230d99dcf50adba284c713ef13a0fd0d9a931751aa08c3c814aa11b0e0aa3c
7
+ data.tar.gz: b6c0987c6301e7a1bc44fbccc2a55e08317f8f868a97a7fa5d62597dae689d19855a5d994a83e7e227444756e51bbff6fbdf7f16d99d8fd0637bbbfcddd4eb8e
@@ -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.244.0'
7
+ VERSION = '0.245.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.244.0'
78
+ VERSION = '0.245.0'
79
79
 
80
80
  class Attachments
81
81
  include Logging
@@ -2442,7 +2442,7 @@ end
2442
2442
  # typed: ignore
2443
2443
  # Command-line and gem client for Asana (unofficial)
2444
2444
  module Checkoff
2445
- VERSION = T.let('0.244.0', T.untyped)
2445
+ VERSION = T.let('0.245.0', T.untyped)
2446
2446
 
2447
2447
  # Move tasks from one place to another
2448
2448
  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.244.0
4
+ version: 0.245.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz