reso 0.1.5.9 → 0.1.5.10
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 +4 -4
- data/lib/mapper/reso.rb +1 -1
- data/lib/reso/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: 2e61d43fb9d5815249908242d56e3db984b0f3f2
|
4
|
+
data.tar.gz: 5b47af984b34c2373300d4014791887f85d42a5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6bc2252b2d1d26222a227b160c464879d5ae94986b2d6f6ff1c38790ca5019e53c9a81ab47b0fcb4678ce9e418ed4fb0e9aa62f657059f6c5d6a2021ac28b6a
|
7
|
+
data.tar.gz: c6413863de5a802041e645a7692044ff5361acffa7e3e78cb4422934f17e36d638f5b74c8978d9402bb4683d553e1236019ccc0f9be475623f07755446337809
|
data/lib/mapper/reso.rb
CHANGED
@@ -426,7 +426,7 @@ module Mapper
|
|
426
426
|
if (result = Mapper::get_value(queued_listing, %w(Offices Office)))
|
427
427
|
office = Office.find_or_initialize_by(
|
428
428
|
office_identifier: result.drilldown('OfficeId'),
|
429
|
-
name: result.drilldown('Name')
|
429
|
+
name: result.drilldown('Name')
|
430
430
|
)
|
431
431
|
office.assign_attributes({
|
432
432
|
office_key: result.drilldown('OfficeKey'),
|
data/lib/reso/version.rb
CHANGED