checkoff 0.131.0 → 0.132.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: 102e535f1daa060bc26aba9532eb05657e11048c933d1bb849815ef41d4e3355
4
- data.tar.gz: 197c678dff93a5d20f3059e257b4d68cba8dae1c0dd0e6d485883f1c3e815416
3
+ metadata.gz: 8a15de58445eeb2a8825341add1da6ab709ddd7f588e6d7dd7677e225143c9be
4
+ data.tar.gz: d1a927d6e93ab96e0057be99046ed237858b12b74ce858cdd7c76b6596a0108d
5
5
  SHA512:
6
- metadata.gz: 6b70e6882b6ae9d719131d457684eb140b21dc5b69f503eb33c5a93dc20de238f2ad739e5088409261dc4c0fd819d0c9c84aeac7a9f07a21ecd477c863e0f7d3
7
- data.tar.gz: 4d53aed56eb3f67dcf35dc9c461f85f06b1cc58781bc58401e930b44ca3ac8cb70938ddeec62fe9972d96bc1a1344a38f5ae3b5e5b446cf1757b894fca66ef9b
6
+ metadata.gz: 51ca950b44ff215eebf8cd7756b2a527952de5aba760f7e9bec5df6ba5d255cded0b67b00cac2add5b2f08a87955543b7ef9c9b83a0f7718d2e69599d85a9d4b
7
+ data.tar.gz: b75ec0c19e1464bff3373f6e87bab3da5f5d867e514db516b461590b1a4aa4f7a7a8b4d786fb140cb4e9fe1c800569070854cdbda75956bb0b212aaae6401f24
data/Gemfile.lock CHANGED
@@ -12,7 +12,7 @@ GIT
12
12
  PATH
13
13
  remote: .
14
14
  specs:
15
- checkoff (0.131.0)
15
+ checkoff (0.132.0)
16
16
  activesupport
17
17
  asana (> 0.10.0)
18
18
  cache_method
@@ -21,13 +21,17 @@ module Asana
21
21
  class Resource
22
22
  # @return [Hash]
23
23
  def marshal_dump
24
- { 'data' => @_data }
24
+ { 'data' => @_data,
25
+ 'client' => @_client }
25
26
  end
26
27
 
27
28
  # @param data [Hash]
28
29
  #
29
30
  # @return [void]
30
31
  def marshal_load(data)
32
+ # @sg-ignore
33
+ # @type [Asana::Client]
34
+ @_client = data.fetch('client')
31
35
  # @sg-ignore
32
36
  # @type [Hash]
33
37
  @_data = data.fetch('data')
@@ -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.131.0'
6
+ VERSION = '0.132.0'
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.131.0
4
+ version: 0.132.0
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-11-06 00:00:00.000000000 Z
11
+ date: 2023-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport