api-blocks 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 262e7aba0eb7345352be66fe827ddef791af0b4f4e51415d306c074c85726974
4
- data.tar.gz: f269687cb7321f5e9bd395a6cee371c109ec4066bd7ee55810785de31177c3d4
3
+ metadata.gz: c58caeda8c2e020e4fee58c89a86a023f6a8992f3f9de5d36f8c14924990340f
4
+ data.tar.gz: d018108fef550f3d0c24041dee5f9f0ec42be72172e462426399a9cb59d84625
5
5
  SHA512:
6
- metadata.gz: fc6e3f37f652765693ce3e2454b09695d032706b248407066e6b39b44d88e7a29c7176a124cfd7488bdc65b0d788eb1f3aefa7f73cb38b23d8a913730879ae1c
7
- data.tar.gz: b6a3493ca7309b6acba7d9cfb60f0097e4a4332500fa0a58b1bfac7ffc69a4a07c9ec415ed0f1878c10a95a033daca820bce6cccb51add09cfce9620b54a792e
6
+ metadata.gz: '04967b07d1693ff958d1c5cb3c088ed2b3cbf3861b271ee920c81c6e3692dcd731917fed35d498ba07b4abfca81918e84e2dfe68f2708aed1261460be201b5f8'
7
+ data.tar.gz: 83b9641a8e24ea72f62bec80f2d758c7b4c7f60b288da2617757696effa619462fc6f537e03763ebf4fb8436e165b45b20286c2d28b8503abf1aba0b9e97f4b3
@@ -13,7 +13,7 @@ class Blueprinter::AssociationExtractor < Blueprinter::Extractor
13
13
  association = object.association(association_name)
14
14
 
15
15
  if association.is_a?(ActiveRecord::Associations::HasManyThroughAssociation)
16
- return original_extract(association_name, object, local_optins, options)
16
+ return original_extract(association_name, object, local_options, options)
17
17
  end
18
18
 
19
19
  if options[:blueprint].is_a?(Proc)
@@ -2,5 +2,5 @@
2
2
 
3
3
  module ApiBlocks
4
4
  # Current version of ApiBlocks
5
- VERSION = "0.5.3"
5
+ VERSION = "0.5.4"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api-blocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul d'Hubert