checkoff 0.130.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: 671e124a1d07f8449c10381cdaf97619ae58cd56dda7adcf2672396c8cae1c07
4
- data.tar.gz: fd7c3e0b5f1dd48e7a6281a807c92a7f6d7614d8d71e27bdf45895e1f98246d7
3
+ metadata.gz: 8a15de58445eeb2a8825341add1da6ab709ddd7f588e6d7dd7677e225143c9be
4
+ data.tar.gz: d1a927d6e93ab96e0057be99046ed237858b12b74ce858cdd7c76b6596a0108d
5
5
  SHA512:
6
- metadata.gz: ee30df69be122ddcc9cfe7cfe5a72bab8ab53df71ddc0abbd81cab05767f25cea01047f2da2c6652831c4b5558ca23e126f02a0343c6f9963166c8047b93a634
7
- data.tar.gz: 85e37bfc18623f783b70ab4724d1b19e3bfdf27c67c130e9c3a23d8b85faf938bdac54f15210d9b073641ec2d7fdcdca0b0a41630e4b660edb3b973c7c2a75ea
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.130.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.130.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.130.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-05 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