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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 210e98011de56936b6b52fc772274922e598bf9d
4
- data.tar.gz: 3c921015017e6047d8a3f74ce6fc0c168f489e7e
3
+ metadata.gz: 2e61d43fb9d5815249908242d56e3db984b0f3f2
4
+ data.tar.gz: 5b47af984b34c2373300d4014791887f85d42a5f
5
5
  SHA512:
6
- metadata.gz: 87832ab64f454189b6ffac3beaf29224071ff45b22960ad12ff95b7afbd145bc67f28c50dd08857db355fa0e376645953a04c2a61ccdaf5de1b6dea6c11677c0
7
- data.tar.gz: 52657cbf4191b9405272034173e2a84599e9fd80c4a3143454ecddd659247d7d15a31cdf7ec77bc9f317a391223111872571ad88cc0d57cd627865cc3567dba3
6
+ metadata.gz: c6bc2252b2d1d26222a227b160c464879d5ae94986b2d6f6ff1c38790ca5019e53c9a81ab47b0fcb4678ce9e418ed4fb0e9aa62f657059f6c5d6a2021ac28b6a
7
+ data.tar.gz: c6413863de5a802041e645a7692044ff5361acffa7e3e78cb4422934f17e36d638f5b74c8978d9402bb4683d553e1236019ccc0f9be475623f07755446337809
@@ -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'),
@@ -1,3 +1,3 @@
1
1
  module Reso
2
- VERSION = "0.1.5.9"
2
+ VERSION = "0.1.5.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: reso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.9
4
+ version: 0.1.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Edlund