tiny_builder 0.1.7 → 0.1.8

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: e20c10255db94b0cf6230a515694e43f4610ac3831fc74156fe35569cc08eeec
4
- data.tar.gz: 4488169a21ca18332eb190ff34bf359a2b1fd1790567574235133d8bda486262
3
+ metadata.gz: 193e9ec0ff55507220a543eee34ed62fe0c94f699ce045bc3d261c0698ee31aa
4
+ data.tar.gz: b9d4f58117cdf9152bf702f77dae4087fabcf069abf103b0723e4408d523714e
5
5
  SHA512:
6
- metadata.gz: e96b6ee2cf58f9a104298d30ab1d96881a8d559029daff97a766cf7e91268848759f32b8274a28a42f62624b772b998a0148e66950dbccdff8b05d5ffca6c270
7
- data.tar.gz: 3311798b4728533192c05f00670f8d02eefae4c4b380370a9002a4e969663496e6fea0a323c8939bda8922ac6e682ee0286ec447abfbf62ca76f828bb2a88631
6
+ metadata.gz: edf62621b171a18e6e8f442abf8ced3f02fb0158c1c1a1b79caa32da7918be1d730f6a7e33311976dc5874d134e5e5ce1e84628e31d88a8974951f8743f8c99a
7
+ data.tar.gz: 3e5a3837d968d50fb78a1bf2eabbf6cad9b248c8c978d0cd5441acfc9b2c08e93c31f9e586baa1c37bc905c680a9a915772bd58a42752094cb21754f041801e5
@@ -25,7 +25,7 @@ class TinyBuilder
25
25
 
26
26
  def collect_listings
27
27
  data = []
28
- MongoVariantListing.in(icava_id: listing_ids).each do |listing|
28
+ MongoVariantListing.in(icava_id: listing_ids).where(:local_id.exists => true).each do |listing|
29
29
  data << listing
30
30
  end
31
31
  data
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class TinyBuilder
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiny_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - hayakaza