you_got_listed 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/you_got_listed/listings.rb +1 -1
- data/lib/you_got_listed/version.rb +1 -1
- metadata +3 -3
@@ -49,7 +49,7 @@ module YouGotListed
|
|
49
49
|
all_listings = []
|
50
50
|
search_params = {}
|
51
51
|
search_params[:include_off_market] = 1 if include_off_market
|
52
|
-
if listing_ids.any?{|list_id| list_id
|
52
|
+
if listing_ids.any?{|list_id| list_id !=~ /[A-Z]{3}-[0-9]{3}-[0-9]{3}/}
|
53
53
|
search_params[:include_mls] = 1
|
54
54
|
end
|
55
55
|
listing_ids.in_groups_of(500, false).each_with_index do |group, index|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: you_got_listed
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 3
|
10
|
+
version: 0.2.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tom Cocca
|