item_builder 0.1.23 → 0.1.24

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: f6780bd1811cc5b5a70e34a875fbecc9f492d82c0755b80465fe06565f7f58ee
4
- data.tar.gz: 0b45360d1a8651670204a8fa8638ea5454978b90122837d8447f0284ea39fa9a
3
+ metadata.gz: e84c717790a58f223fe7c45bb48a5bd4af6cdddac870d065bd706ad2274bccc5
4
+ data.tar.gz: 57963c302c7f68816e6976d0eba8095407a403cf820c6e72eac04c42bc7bbb7a
5
5
  SHA512:
6
- metadata.gz: cc7850d78db626648be0b915bf8a8f72d928268892d5360a83b071f65b2e6ba645505fbafae82548da165b0d7ed99f83f1ecdf195cff03c575fa7e4b60d3d7a7
7
- data.tar.gz: 7cba37504ce2c06fec5d2bc5d9be2e80844629a214c1df12c9996147c4b779947867451d24575a30aea1d4455d7be26c5c118786d4491435f45d9ec544a01530
6
+ metadata.gz: 9bb7b47d6e283efd1d301726532a3929661d520640c600b3e42c74b5d1e58a6cf81d24c3577164d937a3919f1ca2ffe015554fb0b5357849c92bfe758a51b60f
7
+ data.tar.gz: 6854dd8d599eed25c3ab1b74e8a1c14437e74e80ea22f04d43bb2d54ce7cb0db0ab9a1f0adb368173cfb4830963206a98f62cfad0651bc562a420ab5d5b7fb8a
@@ -58,7 +58,7 @@ class ItemBuilder
58
58
  if listings.pluck(:id).include?(els.variant_association_id)
59
59
  els
60
60
  end
61
- end
61
+ end.compact
62
62
  end
63
63
 
64
64
  def listings
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ItemBuilder
4
- VERSION = '0.1.23'
4
+ VERSION = '0.1.24'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: item_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.23
4
+ version: 0.1.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - okaaryanata