mls 0.2.25 → 0.2.26

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 +1 -1
@@ -62,7 +62,7 @@ class MLS::Listing < MLS::Resource
62
62
  property :leased_on, DateTime
63
63
 
64
64
  property :flyer_id, Fixnum, :serialize => :if_present
65
- property :floorplan_id Fixnum, :serialize => :if_present
65
+ property :floorplan_id, Fixnum, :serialize => :if_present
66
66
 
67
67
  property :avatar_digest, String, :serialize => false
68
68
  attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos
@@ -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.25'
6
+ s.version = '0.2.26'
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.25
4
+ version: 0.2.26
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: