mls 0.9.6 → 0.9.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7ed6d5bc7c42c48ac46797a247075602e8b0863
4
- data.tar.gz: 21a4c59723bc028965bdaaca637cea8332a060b6
3
+ metadata.gz: abcb23a9cfbf5137fb8f3490011ba5c59ae2caf8
4
+ data.tar.gz: 8bfd2c335759dd13991f0e097b6ac5574c59088e
5
5
  SHA512:
6
- metadata.gz: ce63aeb18e124aee4e9de8a88c198fe189bac5a553db2168fa66644fdcbbb0f77bb22bb176edb8b9a5263ffa27f8aba15d89ecb1429fb63438d16364f9b1788e
7
- data.tar.gz: 61214be2b72ab428089429d35a296939dddb6a868faa3c5d9491138fb0b85b4d6834b4f690b67835522b7f783cba44507717a24536609e74e426c70948b5c30c
6
+ metadata.gz: 368f7c2e87051bda9e401487066df0669f83546a27bcf10215cd4d9369e7248c2ed0f4ec1958a1d582528765804a72e5836052d3cb56b640fb7a574f974de3db
7
+ data.tar.gz: 23b7c95b3f92946f54b997aad2ffb7f8e8cebdb89218502119945d6c7ed8175f6ed59b4a956e85623002ddbe7c74e3dcdf6ddbb6b808425e029ff8f4a99412c6
@@ -20,7 +20,7 @@ class MLS::Address < MLS::Resource
20
20
  property :max_rate_per_sqft_per_year, Decimal, :serialize => :false
21
21
  property :max_size, Fixnum, :serialize => :false
22
22
  property :min_size, Fixnum, :serialize => :false
23
- property :comments, String
23
+ property :description, String
24
24
  property :year_built, Fixnum
25
25
  property :size, Fixnum
26
26
  property :floors, Fixnum
@@ -52,7 +52,12 @@ class MLS::Listing < MLS::Resource
52
52
  property :term, Fixnum
53
53
  property :term_units, String, :default => 'years'
54
54
 
55
+ property :weekday_hours, String
56
+ property :saturday_hours, String
57
+ property :sunday_hours, String
58
+
55
59
  property :offices, Fixnum
60
+ property :desks, Fixnum
56
61
  property :conference_rooms, Fixnum
57
62
  property :bathrooms, Fixnum
58
63
 
@@ -83,7 +88,7 @@ class MLS::Listing < MLS::Resource
83
88
  # Counter Caches
84
89
  property :photos_count, Fixnum, :serialize => :false
85
90
 
86
- attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos, :similar_photos
91
+ attr_accessor :address, :agents, :account, :photos, :flyer, :floorplan, :videos, :similar_photos, :spaces
87
92
 
88
93
  def avatar(size='150x100#', protocol='http')
89
94
  if avatar_digest
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.9.6'
6
+ s.version = '0.9.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.9.6
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - James R. Bracy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-03 00:00:00.000000000 Z
12
+ date: 2013-09-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -273,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
273
273
  version: '0'
274
274
  requirements: []
275
275
  rubyforge_project: mls
276
- rubygems_version: 2.0.3
276
+ rubygems_version: 2.0.7
277
277
  signing_key:
278
278
  specification_version: 4
279
279
  summary: 42Floors MLS Client