checkoff 0.89.0 → 0.91.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04de600014c20c4ca02b4d29ce0560c79ff7fda183ae225d76eb9b0d30d85f84
4
- data.tar.gz: 695a31d8e1b5d29381a37b896d23d5cea5c7ee018f969a69e2f1ba365343d4a5
3
+ metadata.gz: 35517b0881d667a3b704f6e4aca139c95e32c8cb3b10c471c80d826fb6ab063c
4
+ data.tar.gz: 479341030e04f41b32a972502422d159442984dbd4c108213e376e37bd0bb6f3
5
5
  SHA512:
6
- metadata.gz: c6a05101da8e8d0d9655278231ac8a8a92cf3d213c9d8a1c2fe4f1a72148a68dd980d81d063a50b505ce6f3e8892ff996e655457c2c10be74bcceef83dd7d09f
7
- data.tar.gz: 71c41c8cba3e17d5560b1a79903bf7392f3acd7ce1e97ab4949058a94cb8b31e3c6ba6c6d82979acd1b09db43515aa74d0d8494a3e19db247e704abdb3b173df
6
+ metadata.gz: d9dfe9cf496894dc305c3f6ac7f424f9dc5ea809220d193549f014ddee0c6563d6791aaa9f8df67957c4f80d73ca8da29fd6e7894ed9c34f182d5c8d8dcf0336
7
+ data.tar.gz: 522e00146e8ef0d447eb31dce26cbd8ce165bf813af247e9e2aa326ccf3330d07c36dafffaba384ddcb8c2bb6958941a28613208eb0f4062161974a35e5d8d36
data/.circleci/config.yml CHANGED
@@ -157,6 +157,6 @@ workflows:
157
157
  - publish_gem:
158
158
  requires:
159
159
  - build
160
- # filters:
161
- # branches:
162
- # only: main
160
+ filters:
161
+ branches:
162
+ only: main
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.89.0)
15
+ checkoff (0.91.0)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
@@ -114,9 +114,9 @@ module Checkoff
114
114
  end
115
115
  end
116
116
 
117
- # :due_between_n_days function
118
- class DueBetweenRelativePFunctionEvaluator < FunctionEvaluator
119
- FUNCTION_NAME = :due_between_relative
117
+ # :ready_between_n_days function
118
+ class ReadyBetweenRelativePFunctionEvaluator < FunctionEvaluator
119
+ FUNCTION_NAME = :ready_between_relative
120
120
 
121
121
  def matches?
122
122
  fn?(selector, FUNCTION_NAME)
@@ -3,5 +3,5 @@
3
3
  # Command-line and gem client for Asana (unofficial)
4
4
  module Checkoff
5
5
  # Version of library
6
- VERSION = '0.89.0'
6
+ VERSION = '0.91.0'
7
7
  end
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.89.0
4
+ version: 0.91.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz