checkoff 0.29.1 → 0.29.3

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: 1617e35119de72c2898412e753b6f7ef4562820260811497bf39a80b41028fe9
4
- data.tar.gz: 99b083fe93528752dfb797527ff3a2e2a64c375acf31d3347261b0b0170e9587
3
+ metadata.gz: ced71b64a24369d0c0fe302b321d7f1002230d76c8dcdf725f4f638f6123aca2
4
+ data.tar.gz: 530c801995de6d17d5dc183edd6211b2c1cf16885bc27be72d9400a9a40eb172
5
5
  SHA512:
6
- metadata.gz: 3952567553582ccbfc09ce3d89ec30acd1004840ee78d2c1f227b71d855e626e94037a6f1fe9438c040a9e137d64c0b993c7f59c8be229b69a685b1c6654aef3
7
- data.tar.gz: 9d972a2fc382ddcebad588518cf412f628acf419e14c81650c8a9aead2a0cdc1711b98f204bc5108d56b5655d240e1cf3dea6cd65c2ed62bb4d3cbb762d6f421
6
+ metadata.gz: 7fc6c123962608a1ec0209112e1c61a71423f7d410e32b464a637a29681cde1ac4d7c7571cfc54b0a6f7647b93d63f23a6284036dcef9ef43517bb68451f57f7
7
+ data.tar.gz: 811034e7770c45ccf89b71e29a394a997143ca567d8aa22b1c4be74e69f9f74242fb40045b0598ec5db1c4ef472478a55c6a99a8efc24c7244e98b77a14affaf
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.29.1)
15
+ checkoff (0.29.3)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
@@ -21,7 +21,9 @@ module Checkoff
21
21
  SHORT_CACHE_TIME = MINUTE
22
22
 
23
23
  def initialize(config: Checkoff::Internal::ConfigLoader.load(:asana),
24
- tasks: Checkoff::Tasks.new)
24
+ client: Checkoff::Clients.new(config: config).client,
25
+ tasks: Checkoff::Tasks.new(config: config,
26
+ client: client))
25
27
  @config = config
26
28
  @tasks = tasks
27
29
  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.29.1'
6
+ VERSION = '0.29.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: checkoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.1
4
+ version: 0.29.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-22 00:00:00.000000000 Z
11
+ date: 2023-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport