mls 0.2.42 → 0.2.43

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
@@ -69,7 +69,7 @@ class MLS::Listing < MLS::Resource
69
69
  property :avatar_digest, String, :serialize => false
70
70
 
71
71
  # Counter Caches
72
- property :photos_count Fixnum, :serialize => :false
72
+ property :photos_count, Fixnum, :serialize => :false
73
73
 
74
74
  attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos
75
75
  attr_writer :amenities
@@ -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.42'
6
+ s.version = '0.2.43'
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.42
4
+ version: 0.2.43
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: