graphql-cache 0.2.3 → 0.2.4

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: 1a17d14d49e48de32188c39c81ce2016de951ea7ba2658dffef14a002b28451c
4
- data.tar.gz: 4a5919a8c028d47fdd67220079f9cede029762f2907b998c544ab7769513c79d
3
+ metadata.gz: 7f579911d87004ce2b5d4e6c0f5e0dbf2bc5f95b182535a8f0566490877a1472
4
+ data.tar.gz: 3739554003d4fed82940cd8400de66f89706ca7191572293408f2a05dd878231
5
5
  SHA512:
6
- metadata.gz: 3ab0efc3d2420acff9f33a06112ff0d46ce77fd9c1336ebe8ce93ba6419f5b8abece70e94440941347ea8fa5ff370b56f6387426930dc1adde8cb030480e963b
7
- data.tar.gz: 5ccb7a3be368f870f4773bb28280c32cfb1b308352d58bb4e29efca1c18f9ee35515bb7a10e1e5190f11132b3b989aa282f5e94a6c4a5fa421950a60830da745
6
+ metadata.gz: 5744a889a765c5b9af59a5a30ef4476dddfbd0d57f961ffe02967395f4c3aedb5dcc53abb1ac975a3cf7dca9733fa77c5e6ebcdca29e68cdf839b53a1bc628cc
7
+ data.tar.gz: 7e58d355e602df364d5070543243f284c68539ced44d542105f3893d6416733688db7236334b078a59e51e83fa648dda6580555120b3b9c59874d5c8379c35b6
@@ -62,7 +62,7 @@ module GraphQL
62
62
  #
63
63
  # @return [Object] A value suitable for writing to cache
64
64
  def deconstruct
65
- return deconstruct_arra(raw) if raw.class == Array
65
+ return deconstruct_array(raw) if raw.class == Array
66
66
  return raw.nodes if raw.class.ancestors.include? GraphQL::Relay::BaseConnection
67
67
 
68
68
  deconstruct_object(raw)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module GraphQL
4
4
  module Cache
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql-cache
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kelly