rightmove_wrangler 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module RightmoveWrangler
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -77,7 +77,7 @@ module RightmoveWrangler
77
77
  if match = /\.(zip|blm)/i.match(file)
78
78
  threads << Thread.new do
79
79
  $stdout.puts "Working on #{file}"
80
- send("work_#{match[1]}_file".to_sym)
80
+ send("work_#{match[1]}_file".to_sym, file)
81
81
  end
82
82
  end
83
83
  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.4
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: