rightmove_wrangler 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,10 +75,9 @@ 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!(/\./, '')
79
78
  threads << Thread.new do
80
79
  $stdout.puts "Working on #{file}"
81
- send("work_#{match}_file".to_sym)
80
+ send("work_#{match[1]}_file".to_sym)
82
81
  end
83
82
  end
84
83
  end
@@ -1,3 +1,3 @@
1
1
  module RightmoveWrangler
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rightmove_wrangler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: