rightmove 0.2.5 → 0.2.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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/rightmove.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.5
1
+ 0.2.6
data/lib/rightmove.rb CHANGED
@@ -50,7 +50,7 @@ module BLM
50
50
  else
51
51
  zip = Zip::ZipFile.open(arguments[:instantiate_with])
52
52
  end
53
- matching_files = zip.entries.select! {|v| v.to_s =~ /#{value}/ }
53
+ matching_files = zip.entries.select {|v| v.to_s =~ /#{value}/ }
54
54
  unless matching_files.empty?
55
55
  file = StringIO.new( zip.read(matching_files.first) )
56
56
  file.class.class_eval { attr_accessor :original_filename, :content_type }
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 5
9
- version: 0.2.5
8
+ - 6
9
+ version: 0.2.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Robert May
@@ -135,7 +135,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- hash: 279631183
138
+ hash: 323226511
139
139
  segments:
140
140
  - 0
141
141
  version: "0"