caboose-rets 0.1.23 → 0.1.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/caboose_rets/rets_importer.rb +1 -1
- data/lib/caboose_rets/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36f37be89f3717e8983a703aa99ed20578f76bcf
|
4
|
+
data.tar.gz: 1935caf5455bcc0071eff3c9577650917a289cbf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 813d1471e10baa104848f354f1458cf0a36eba94f2401614af1b842e9bd73b318d40bb5537ed8071f5d0971f84c27e2d1f31e48a50b34f46da6f63caafa0136e
|
7
|
+
data.tar.gz: 5f793a1500aff10d9a5c44ea448a7362653fb71ab41fe34b88db835ca73210ff4533a54872cef67fc8284ac5d4a07943b5d8caa5abf82b7c01480ae238dcf423
|
@@ -318,7 +318,7 @@ class CabooseRets::RetsImporter # < ActiveRecord::Base
|
|
318
318
|
self.log "Getting coords for Matrix_Unique_ID #{p.matrix_unique_id}..."
|
319
319
|
coords = self.coords_from_address(CGI::escape "#{p.street_number} #{p.street_name}, #{p.city}, #{p.state_or_province} #{p.postal_code}")
|
320
320
|
if coords.nil? || coords == false
|
321
|
-
self.log "Can't set coords for Matrix_Unique_ID #{p.
|
321
|
+
self.log "Can't set coords for Matrix_Unique_ID #{p.matrix_unique_id}..."
|
322
322
|
return
|
323
323
|
end
|
324
324
|
|
data/lib/caboose_rets/version.rb
CHANGED