mls 0.12.1 → 0.12.2

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: d7bf2fb1f45061601b3410b8d455f4237ca7a405
4
- data.tar.gz: 159126570b0d6925baaa5593b5d911a9f01aba9e
3
+ metadata.gz: 94ae9b0466390102ddb165448579642eb84b85a8
4
+ data.tar.gz: 0d514df88957d22334c472147302287f7532bda1
5
5
  SHA512:
6
- metadata.gz: 10ab6acf77fd576d34863564b5c6d55ee5439f53481473a06bcee79b55239abcca6637a7d1e1f2d3f5ce918d7237229f85a89ef7d7d8000f3ca454285e1fab04
7
- data.tar.gz: afc56b84396934752bf50f3d1e6eaf809b7fd1e103588071ad29dec07bae40f2f7dad2cab06f4decbfada145da0b52a54b2a62d00fc9e77d9157a5d471551c46
6
+ metadata.gz: db9c311002ff09b6957acebc2672bd354b76fc707c32f544e50eff920ef28e8c5779f780ddbd15d05467851fef9a315d0ff2ad7329494a1959984a46406aae2b
7
+ data.tar.gz: fb4877c27920ee3f34d15d254bcd3a24ba69c1275030a88a0a919b002628bfaf9fc92711ccc943c2981df4c98886250f1a0d387cbb320569d1f18eb9d311a354
data/.gitignore CHANGED
@@ -1,6 +1,7 @@
1
1
  *.gem
2
2
  .bundle
3
3
  Gemfile.lock
4
+ .tm_properties
4
5
  pkg/*
5
6
  .rvmrc
6
7
  coverage
@@ -8,6 +8,7 @@ class MLS::Property < MLS::Resource
8
8
  attribute :longitude, Decimal
9
9
 
10
10
  attribute :description, String
11
+ attribute :neighborhood, String
11
12
  attribute :contructed, Fixnum
12
13
  attribute :size, Fixnum
13
14
  attribute :floors, Fixnum
@@ -32,4 +32,4 @@
32
32
  <%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>
33
33
  </div>
34
34
  </body>
35
- </html>
35
+ </html>
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.12.1'
6
+ s.version = '0.12.2'
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.12.1
4
+ version: 0.12.2
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: 2014-01-09 00:00:00.000000000 Z
12
+ date: 2014-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake