mls 0.3.7 → 0.3.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b43d5456977e263e3116cc120363ca1cbc387f14
4
- data.tar.gz: 8125740a8358e17fa6d6d8f9a1b5307d59d66265
3
+ metadata.gz: 5e4f543fd46662f4fb70fa80e468e5db9c93c1a5
4
+ data.tar.gz: bada9b732e08dc80a36c0a53c2be25ecec03ffd4
5
5
  SHA512:
6
- metadata.gz: 6d8b7ce7d78a8d06c21731a76e572cdf6f058d51351e1171baa72f4d8fea72dab165b649a64a7d43c35f5d0d10588229754327f9be2677a1b14e54026054728f
7
- data.tar.gz: 22186dfa298684ec2e6a09d0353761338504dd598545bd314b86c81d6f81419f5965b324b1d3d55fa4f3093810890b196d4729517c484d72fa39ee34c0b2ccf1
6
+ metadata.gz: 2a3d0b18d82c6a9260a94038cda1bb4c890fb7243b3780efcd7cf1bc38b54f6b8ac730bf945575fc8f227c0213af8f6a80e178142375857e20ec0c5c8810197e
7
+ data.tar.gz: 8ef827a60f8bc6dd29b85245e2f3e9e33783e46b4216992d3376645ce6f7a017665d1d01c79571292fbb7dd12e4c1010aea4e2f8cbddf5ec21f335da1c726b04
@@ -4,6 +4,7 @@ class MLS::TourRequest < MLS::Resource
4
4
  property :id, Fixnum
5
5
  property :account_id, Fixnum
6
6
  property :listing_id, Fixnum
7
+ property :contact_id, Fixnum
7
8
  property :message, String
8
9
  property :company, String
9
10
  property :population, String
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.3.7'
6
+ s.version = '0.3.8'
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.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James R. Bracy