rightmove_wrangler 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rightmove_wrangler/version.rb +1 -1
- data/lib/rightmove_wrangler.rb +1 -0
- metadata +1 -1
data/lib/rightmove_wrangler.rb
CHANGED
@@ -75,6 +75,7 @@ module RightmoveWrangler
|
|
75
75
|
Dir.foreach(@options[:path]) do |file|
|
76
76
|
$stdout.puts "Checking #{file}"
|
77
77
|
if match = /\.(zip|blm)/i.match(file)
|
78
|
+
match.gsub!(/\./, '')
|
78
79
|
threads << Thread.new do
|
79
80
|
$stdout.puts "Working on #{file}"
|
80
81
|
send("work_#{match}_file".to_sym)
|