mls 0.2.40 → 0.2.41

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/mls/models/listing.rb +1 -0
  2. data/mls.gemspec +1 -1
  3. metadata +2 -2
@@ -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
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "mls"
6
- s.version = '0.2.40'
6
+ s.version = '0.2.41'
7
7
  s.authors = ["James R. Bracy", "Jon Bracy"]
8
8
  s.email = ["james@42floors.com"]
9
9
  s.homepage = "http://mls.42floors.com"
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.40
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.23
286
+ rubygems_version: 1.8.24
287
287
  signing_key:
288
288
  specification_version: 3
289
289
  summary: 42Floors MLS Client