checkoff 0.126.0 → 0.127.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: 0a259e8efe926209a8cdf84ce5197f309ba8ff0e659ec90b3e20689680f56031
4
- data.tar.gz: 64372396f35ee707ccda7e24ffea244611a1081dc1a6004f030c49b6236bbcf7
3
+ metadata.gz: 012d3342af651a679b9a7d56add94a0e3a908defaacf596d1f9a1573630327e4
4
+ data.tar.gz: 00c71d7578c1347b76d9364ca18dc73247bef830767aa14d8d2ec458b8d7a93d
5
5
  SHA512:
6
- metadata.gz: 4df9bfcd69d8498940c36c77ba8fd28fb53eba93a7e885bc6d126def721209ca9eed98c498c2242b7e8a3e486fa2ba32a1a1377e89ec192cb4e7cd389db2c3a5
7
- data.tar.gz: ab6f99955990da8db61410fb743511a4b8dfe4c653ea910f49e5cfaa5ba2dadafdaac24ff21d40d6568726bb3ded1f46ff15f7f0c677baa04dcf15398ab40a31
6
+ metadata.gz: 4feed1a46d323588135bf5de72b162cdd0f3f05216fff8c7f9609627ca6514b4cb4a2214675b81ac02adfb51919ca84dbcaa088dddc826c714d4afbe1ad4bb4d
7
+ data.tar.gz: 60c6604bd7228984938f0c439500c2f62572c24fa6dec68c0bb68a823696e06a734cd09717e9faf7421ae530b60b534819c98c75b8fe3ada4f0923e46147a6e0
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.126.0)
15
+ checkoff (0.127.0)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
@@ -191,7 +191,7 @@ module Checkoff
191
191
  # matches of a custom field". So I guess we have to
192
192
  # search this manually.
193
193
  api_params = { "custom_fields.#{gid}.is_set" => 'true' }
194
- task_selector = [:custom_field_gid_value_contains_any_gid, gid, selected_options]
194
+ task_selector = [:custom_field_gid_value_contains_any_gid?, gid, selected_options]
195
195
  [api_params, task_selector]
196
196
  end
197
197
  end
@@ -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.126.0'
6
+ VERSION = '0.127.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.126.0
4
+ version: 0.127.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz