simple_jsonapi_client 0.2.1 → 0.2.2

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
  SHA1:
3
- metadata.gz: 18294e3191d6e67529299f8cea4904f1806cc976
4
- data.tar.gz: ed25742b8c53fd515ce5be58dd38cf25fac13305
3
+ metadata.gz: d1f5f8cbf5a1f22d67d52b72720a21e54df1beb2
4
+ data.tar.gz: b5a0a5beda4a430c7573a0286e548c974c66c265
5
5
  SHA512:
6
- metadata.gz: 13b9634cc3cb4aa94197948d3c5d49bfbc9058bbdd21254a0669d44cc77b37a0d7885304778b574353aed351a1ad0054ff77e592b497ac2bf424aeec650ecc9b
7
- data.tar.gz: 0b561a8849b3d9a3b8f28ebae2a2a5ba53427a892f2f6bc0a99fbae83e16c5be4f2ccf3c3e45d90eee1543f425ea54f4a4216ef656ba71a7c52059402a80a125
6
+ metadata.gz: f386decd929a9237e22abe4d18487595f0512402e60a12c159f87c97cf7b37d671ba0aeaa59a0fed37434ba1239cc6ff6b78048841f62568fbec36c122546d79
7
+ data.tar.gz: fc8a72c564192f6ef4ea316d8b8400ee3ecd1ef307cdb2a9a8900ac35e8d117ee5d3814786d0bc06bcd23f19b8c6a759d53ca173b5563585ef67aa67352961e5
@@ -3,9 +3,9 @@ require 'simple_jsonapi_client/redirection/proxy'
3
3
  module SimpleJSONAPIClient
4
4
  module Redirection
5
5
  class FetchAll < ::SimpleJSONAPIClient::Redirection::Proxy
6
- def_delegators :internal_object, *(Array.instance_methods(false) - instance_methods)
7
6
  def_delegators :internal_enumerator, *(Enumerator.instance_methods(false) - instance_methods)
8
7
  def_delegators :internal_enumerator, *(Enumerable.instance_methods(false) - instance_methods)
8
+ def_delegators :internal_object, :size, *(Array.instance_methods(false) - instance_methods)
9
9
 
10
10
  def initialize(base_opts, &operation)
11
11
  @base_opts = base_opts
@@ -1,3 +1,3 @@
1
1
  module SimpleJSONAPIClient
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_jsonapi_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel Caplan