mls 0.2.43 → 0.2.44

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 -1
  2. data/mls.gemspec +1 -1
  3. metadata +2 -2
@@ -39,7 +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
+ property :forecast_per_month, Decimal, :serialize => :false
43
43
  property :sublease_expiration, DateTime
44
44
 
45
45
  property :available_on, DateTime
data/mls.gemspec CHANGED
@@ -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.43'
6
+ s.version = '0.2.44'
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.43
4
+ version: 0.2.44
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-13 00:00:00.000000000 Z
13
+ date: 2013-04-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake