reso 0.1.6.2 → 0.1.6.3

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
  SHA1:
3
- metadata.gz: 2388bfae3185335090bcf878bba7f4c0b12c2830
4
- data.tar.gz: 83645882f49a3b6efc5be8dc56aad665c489ba46
3
+ metadata.gz: 9a1f09f57e1e029e0ab15663b6b7565893e9612a
4
+ data.tar.gz: 02d5b45b3f6bfea5cee44f1007e8940d4a64d463
5
5
  SHA512:
6
- metadata.gz: 73897d324fc9d57b4bcec2ace70f411d8f2edfaeb271b91bf9ab597716b99188753cf3b873a7088776de6f8931c0d1d6d4d6e4f534f626a04f0256c09a815b66
7
- data.tar.gz: 4296f7185d384b89c12773b5abe7d9907364e66436f04dc4ee7796ad56b644c3e2431cde4adc1d324a3a1264a4ff7bd216c50cde2a517c398148b0dad6e9dec3
6
+ metadata.gz: c7773d9f581c89336486df4a07d8d4500198536d4133d57b1da2f5aebd3d1216c67dc44529f20ebf5f2a55541f1c87d76e97814d15813a1c2cf90f901239a70b
7
+ data.tar.gz: 41ab2fc357b414a01a68d7f9a8fe6a75a495b865ae65bef4db07bb64554b7d540bef10a37a733190faf6297034b6bd80dc5386250f024c92c72db2c59b423d6d
@@ -20,11 +20,11 @@ class QueuedListing < ActiveRecord::Base
20
20
  Mapper::RESO_LISTING_ATTRIBUTES.each do |attribute|
21
21
  listing.send("#{attribute}=", mapper.send(attribute, self, listing))
22
22
  end
23
- if listing.id
23
+ # if listing.id
24
24
  listing.save
25
- else
26
- Listing.import Array(listing), :validate => false
27
- end
25
+ # else
26
+ # Listing.import [listing], validate: false#, on_duplicate_key_update:
27
+ # end
28
28
  end
29
29
  end
30
30
 
@@ -1,3 +1,3 @@
1
1
  module Reso
2
- VERSION = "0.1.6.2"
2
+ VERSION = "0.1.6.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6.2
4
+ version: 0.1.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Edlund
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-11 00:00:00.000000000 Z
11
+ date: 2015-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake