caboose-rets 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
  SHA1:
3
- metadata.gz: 3b89cb4d894977648b391a77802164ea18253ee0
4
- data.tar.gz: e4c0f41f19955c9461e7d30e427526453a8fb7e4
3
+ metadata.gz: 36f37be89f3717e8983a703aa99ed20578f76bcf
4
+ data.tar.gz: 1935caf5455bcc0071eff3c9577650917a289cbf
5
5
  SHA512:
6
- metadata.gz: 3e88edfabd28cdf82a5ace86854cd6bcd13436bf99320eb92b7a15e73c705c9f922e571b5e4eff74bd02d232ddd0b2a5db57b50f4dc2d05d6c1d796854402154
7
- data.tar.gz: 1d9ad0e6cf7595438050e58adad5e49f78dd6313962bf9545e24b3b68cc6b819b15fbfb7e4cf821ded98bbf0d23c63d04a2b6574e6fb84746158cec08246df70
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.Matrix_Unique_ID}..."
321
+ self.log "Can't set coords for Matrix_Unique_ID #{p.matrix_unique_id}..."
322
322
  return
323
323
  end
324
324
 
@@ -1,3 +1,3 @@
1
1
  module CabooseRets
2
- VERSION = '0.1.23'
2
+ VERSION = '0.1.24'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-rets
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
  - William Barry