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.
@@ -1,3 +1,3 @@
1
1
  module RightmoveWrangler
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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)
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.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: