mls 0.9.5 → 0.9.6

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: 29b32b14a88b40ef3ba7e052b0b7879440e83082
4
- data.tar.gz: 3301c63391f4d2d263d52de6365e2dd5b3263f12
3
+ metadata.gz: a7ed6d5bc7c42c48ac46797a247075602e8b0863
4
+ data.tar.gz: 21a4c59723bc028965bdaaca637cea8332a060b6
5
5
  SHA512:
6
- metadata.gz: 2b93870aca8be84585b43c4a84770727d4e1f304ffa77bce61cc38733c5948b70a58097960d99dc109be9a4e0e81b3eec168be9c087d855e7cf70f6f633afeee
7
- data.tar.gz: 534c1c533e91a10735594c4fa41ce3c479d051fec9079de033f63e878ac6348b61a6b31d393447dd751b937e90dc8fea7c3eabd4126d9f8d0a3cff5b8be5aaa3
6
+ metadata.gz: ce63aeb18e124aee4e9de8a88c198fe189bac5a553db2168fa66644fdcbbb0f77bb22bb176edb8b9a5263ffa27f8aba15d89ecb1429fb63438d16364f9b1788e
7
+ data.tar.gz: 61214be2b72ab428089429d35a296939dddb6a868faa3c5d9491138fb0b85b4d6834b4f690b67835522b7f783cba44507717a24536609e74e426c70948b5c30c
@@ -49,9 +49,8 @@ class MLS::Listing < MLS::Resource
49
49
  property :forecast_rate_per_sqft_per_year, Decimal, :serialize => :false
50
50
 
51
51
  property :available_on, DateTime
52
- property :maximum_term_length, Fixnum
53
- property :minimum_term_length, Fixnum
54
- property :term_length_units, String, :default => 'years'
52
+ property :term, Fixnum
53
+ property :term_units, String, :default => 'years'
55
54
 
56
55
  property :offices, Fixnum
57
56
  property :conference_rooms, Fixnum
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.5'
6
+ s.version = '0.9.6'
7
7
  s.authors = ["James R. Bracy", "Jon Bracy"]
8
8
  s.email = ["james@42floors.com"]
9
9
  s.homepage = "http://mls.42floors.com"
@@ -24,8 +24,7 @@ class TestListing < ::Test::Unit::TestCase
24
24
  assert listing.respond_to?(:rate_units)
25
25
  assert listing.respond_to?(:sublease_expiration)
26
26
  assert listing.respond_to?(:available_on)
27
- assert listing.respond_to?(:maximum_term_length)
28
- assert listing.respond_to?(:minimum_term_length)
27
+ assert listing.respond_to?(:term)
29
28
  assert listing.respond_to?(:offices)
30
29
  assert listing.respond_to?(:conference_rooms)
31
30
  assert listing.respond_to?(:bathrooms)
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.5
4
+ version: 0.9.6
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-08-29 00:00:00.000000000 Z
12
+ date: 2013-09-03 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.2
276
+ rubygems_version: 2.0.3
277
277
  signing_key:
278
278
  specification_version: 4
279
279
  summary: 42Floors MLS Client