mls 0.2.40 → 0.2.41
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mls/models/listing.rb +1 -0
- data/mls.gemspec +1 -1
- metadata +2 -2
data/lib/mls/models/listing.rb
CHANGED
@@ -39,6 +39,7 @@ class MLS::Listing < MLS::Resource
|
|
39
39
|
property :rate_per_sqft_per_year, Decimal, :serialize => :false
|
40
40
|
property :monthly_rate, Decimal, :serialize => :false
|
41
41
|
property :yearly_rate, Decimal, :serialize => :false
|
42
|
+
property :forecast_monthly_rate, Decimal, :serialize => :false
|
42
43
|
property :sublease_expiration, DateTime
|
43
44
|
|
44
45
|
property :available_on, DateTime
|
data/mls.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.41
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -283,7 +283,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
283
283
|
version: '0'
|
284
284
|
requirements: []
|
285
285
|
rubyforge_project: mls
|
286
|
-
rubygems_version: 1.8.
|
286
|
+
rubygems_version: 1.8.24
|
287
287
|
signing_key:
|
288
288
|
specification_version: 3
|
289
289
|
summary: 42Floors MLS Client
|