rentlinx 0.9.4.pre2 → 0.9.4.pre3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5be02a6d6990fa237bcae0ce4153c9e507e8d00c
4
- data.tar.gz: 209df65f2a018da41fc81383dcf62d2526b206ef
3
+ metadata.gz: 13c135feef38bfeb847a888c5efd3dd9f6a3506e
4
+ data.tar.gz: 15d9de34ea057a57a8d1227219dc2d56ef5d01fa
5
5
  SHA512:
6
- metadata.gz: a459bd050949fa89c59ef467f692d4edaad0d2faecbf07f9eb1e3f9a3af86559389dcd1ea20e02ddd525638c200ae7063243eb3004fd02521508fe399e53b640
7
- data.tar.gz: 62a1ef34cdb3b0b9e7d9b6cd1ba9c4f14f6439c0ea6b2921f7ce086f1d032526b18813d94c7f14f59c4206bd6c557f2fd0212dd1f997a16d39e7cfb2cad85fba
6
+ metadata.gz: 5a25b28afed3194673911ff964776a49507631a02693e32790c6fe04acb4e2bce2f14bb21441638677a1439f52a0e361e321559a6f0cc6a30b560a57669cbac4
7
+ data.tar.gz: 3cb559932c7e3dc638fe256b01c553436ae63a9f437c4fba737e6e5eb8c70048bd4accbfd0a919ab053f9d2b4bded8e8740302e7d89f7d3c9132ffcb68e39a0e
@@ -99,8 +99,8 @@ module Rentlinx
99
99
  end
100
100
  end
101
101
 
102
- hash.each do |unitID, unit_amenities|
103
- post_amenities_for_unit_id(unitID, unit_amenities)
102
+ hash.each do |unit_id, unit_amenities|
103
+ post_amenities_for_unit_id(unit_id, unit_amenities)
104
104
  end
105
105
  end
106
106
 
@@ -98,8 +98,8 @@ module Rentlinx
98
98
  end
99
99
  end
100
100
 
101
- hash.each do |unitID, unit_links|
102
- post_links_for_unit_id(unitID, unit_links)
101
+ hash.each do |unit_id, unit_links|
102
+ post_links_for_unit_id(unit_id, unit_links)
103
103
  end
104
104
  end
105
105
 
@@ -71,8 +71,8 @@ module Rentlinx
71
71
  end
72
72
  end
73
73
 
74
- hash.each do |unitID, unit_photos|
75
- post_photos_for_unit_id(unitID, unit_photos)
74
+ hash.each do |unit_id, unit_photos|
75
+ post_photos_for_unit_id(unit_id, unit_photos)
76
76
  end
77
77
  end
78
78
 
@@ -1,5 +1,5 @@
1
1
  # This is the main rentlinx module. All Rentlinx objects
2
2
  # and methods are namespaced under this module.
3
3
  module Rentlinx
4
- VERSION = '0.9.4.pre2'
4
+ VERSION = '0.9.4.pre3'
5
5
  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.9.4.pre2
4
+ version: 0.9.4.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - AppFolio, Inc.