checkoff 0.229.0 → 0.230.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: 6f57a81625b3c25ed144505d114057cd46d6282436a8a44e5b597b75b35938fc
4
- data.tar.gz: f48a21ca0f749f54111e0e38c6d0b410a322a5a5ab5172f3a8e3a2099cffce89
3
+ metadata.gz: e62c426aeb12ea5a942872087c69cd1c2f16fdb41261ab7cbb10bd6033a10f09
4
+ data.tar.gz: 636f5bd73660b430c7084431e44490bcefd05624467a085a7a1e5bdec697a7b9
5
5
  SHA512:
6
- metadata.gz: f8f4325f1043ea9478fe19fbeaa640aca3b6aa017761a1e97cfedba663a2d4e3c94aa67c562a7f12d0b7d72953bf1e96351486620b3016c810f56a3fdd1f6c4b
7
- data.tar.gz: 363ead40190b064f57cd0eee22de909c00960667aa6dfcf23aca938f406375a61983c731fcf6d9929892ee69327aefcbbf2cf70663bedbc8aff67fb297de3ec6
6
+ metadata.gz: 6bd60a62d1fa3fde567ca94eb783cc63ad5d24c203fbac5acd43a56fd8fb6b46074d065e7c4bb1c04fdfa1cbc9f7bad4d5fa360c0e57e3c971532dfee19adc7f
7
+ data.tar.gz: e308787d4fef6c452686be1cb78639f221039fd410b342f2707e6c177a9dfc7f23070d41e67030390e158b8efa65f4f18327316b4e19d424b5a621882af47f1d
@@ -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.229.0'
7
+ VERSION = '0.230.0'
8
8
  end
data/rbi/checkoff.rbi CHANGED
@@ -57,7 +57,7 @@ module Overcommit
57
57
  end
58
58
 
59
59
  module Checkoff
60
- VERSION = '0.229.0'
60
+ VERSION = '0.230.0'
61
61
 
62
62
  class Attachments
63
63
  include Logging
@@ -2893,7 +2893,7 @@ end
2893
2893
 
2894
2894
  # Command-line and gem client for Asana (unofficial)
2895
2895
  module Checkoff
2896
- VERSION = T.let('0.229.0', T.untyped)
2896
+ VERSION = T.let('0.230.0', T.untyped)
2897
2897
 
2898
2898
  # Move tasks from one place to another
2899
2899
  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.229.0
4
+ version: 0.230.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz