rentlinx 0.7.4 → 0.7.5

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: d55e8a5576e106dfbba80322159a999837863689
4
- data.tar.gz: 75052a731f99cc34e075f40ac330320852b0ea2c
3
+ metadata.gz: ece9f2f15c9e92ce559ec368a07a2831d1e49e8c
4
+ data.tar.gz: 0544f5c26e482eff2f9e72dfa08785e71f1ab2d6
5
5
  SHA512:
6
- metadata.gz: cb0da68a8d4ddc96fb60a2946fdfb2f004cc53457097418ed62cfbdc6819c225c9155f51e328472863e143089af68e9a8f724b52df85e1b384a10dbdc131d51e
7
- data.tar.gz: 8ce4f3b959ed4d6d5caf764e9d999a1d12ad3d11871e9185907b51629562baf3d8b9e93d29cb0a0cda731573af0d6a727e33395422389c4c187d69e6995f5e07
6
+ metadata.gz: 7e865bd65d1c31d11a9feec2635bc4269e03ecc3c0c6cbb4b3fc37cb7c618beef13053e2e6f561de9afbae967539a7661e5d1769a420ada3a0eeafa73f66a695
7
+ data.tar.gz: a0efc6f995b6e1d7ad073da35a24d5ec26657938377bc20fb042551fac8766e339582d3e5c9f2fddeb6386bf4beaee8c4afa7e0b2fb91b115472586b70921b6d
@@ -40,7 +40,7 @@ module Rentlinx
40
40
 
41
41
  def get_links_for_unit(unit)
42
42
  links = get_links_for_property_id(unit.propertyID)
43
- links.select { |link| defined? link.unitID && link.unitID == unit.unitID }
43
+ links.select { |link| defined?(link.unitID) && link.unitID == unit.unitID }
44
44
  end
45
45
 
46
46
  def unpost_link(link)
@@ -1,3 +1,3 @@
1
1
  module Rentlinx
2
- VERSION = '0.7.4'
2
+ VERSION = '0.7.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rentlinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio, Inc.