checkoff 0.35.0 → 0.35.1

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: e64d7037d27c3786a9e8d4ed3b188d3826b53de95812fd0901f602b666d4c2f3
4
- data.tar.gz: 568d16525e54ffa219441a0adebcc0a41b73266802166de3c80cfc706e0e9276
3
+ metadata.gz: 3c79edf8ed438b9acb826f0ea58bf1e64bd08b336597c19a717a7be021dcdf51
4
+ data.tar.gz: c5d70772832ea533e37a5413f8682aff31dd6d78420492129313979e0d70e138
5
5
  SHA512:
6
- metadata.gz: e7aaac28d4faed26fca0d0a47dac956354ae9ae17eb23bf562f75a6552dbc0a9fb171fb9d71e5d07db272273f3fabd44429be9ff552d47c9352d9f805c78a1d7
7
- data.tar.gz: 1989f2a691c02a69e6d94615de0ca636472e1636e10580d702b47b65e870f33efc85e2a36a984f8dee14218106c6a20e6587d39705f689c3c972fc069953a6e9
6
+ metadata.gz: 8606bf6119854a6e69d079374692a27b9a0b5e3fdaaf1fdecbdea9b2c8f77155dcd94c62d925c38e4a745f205129d59af05d690feb06814746cb10f78454bb4e
7
+ data.tar.gz: '07873de0c336f8f15ddfa68e4c809f4f9b1bb4d7511b8769415ef5a9b74dd25aeaadbb7660265539bab18d945a2106d0db692fbb8da33b73151d84bf03a9937c'
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.35.0)
15
+ checkoff (0.35.1)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
data/lib/checkoff/tags.rb CHANGED
@@ -21,7 +21,7 @@ module Checkoff
21
21
  SHORT_CACHE_TIME = MINUTE
22
22
 
23
23
  def initialize(config: Checkoff::Internal::ConfigLoader.load(:asana),
24
- clients: Checkoff::Clients.new(config: config).client,
24
+ clients: Checkoff::Clients.new(config: config),
25
25
  client: clients.client,
26
26
  projects: Checkoff::Projects.new(config: config, client: client),
27
27
  workspaces: Checkoff::Workspaces.new(config: config, client: client))
@@ -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.35.0'
6
+ VERSION = '0.35.1'
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.35.0
4
+ version: 0.35.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vince Broz