Skip to content

Commit

Permalink
Version bump for the removing of uses.
Browse files Browse the repository at this point in the history
  • Loading branch information
waratuman committed Jan 9, 2013
1 parent fcefb8e commit 7ca1f29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion lib/mls/models/listing.rb
Expand Up @@ -11,7 +11,6 @@ class MLS::Listing < MLS::Resource

property :id, Fixnum, :serialize => :false
property :address_id, Fixnum, :serialize => :false
property :use_id, Fixnum
property :use, String, :serialize => :if_present
property :account_id, Fixnum
property :private, Boolean, :default => false, :serialize => false
Expand Down
3 changes: 0 additions & 3 deletions lib/mls/models/use.rb

This file was deleted.

2 changes: 1 addition & 1 deletion mls.gemspec
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "mls"
s.version = '0.2.14'
s.version = '0.2.15'
s.authors = ["James R. Bracy"]
s.email = ["james@42floors.com"]
s.homepage = "http://mls.42floors.com"
Expand Down
1 change: 0 additions & 1 deletion test/units/models/test_listing.rb
Expand Up @@ -7,7 +7,6 @@ def test_properties

assert listing.respond_to?(:id)
assert listing.respond_to?(:address_id)
assert listing.respond_to?(:use_id)
assert listing.respond_to?(:use)
assert listing.respond_to?(:account_id)
assert listing.respond_to?(:hidden)
Expand Down

0 comments on commit 7ca1f29

Please sign in to comment.