rightmove 0.2.4 → 0.2.5

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.4
1
+ 0.2.5
data/lib/rightmove.rb CHANGED
@@ -26,7 +26,7 @@ module Rightmove
26
26
 
27
27
  private
28
28
  def read
29
- blm = self.zip_file.entries.select! {|v| v.to_s =~ /\.blm/i }.first
29
+ blm = self.zip_file.entries.select {|v| v.to_s =~ /\.blm/i }.first
30
30
  @document = BLM::Document.new( self.zip_file.read(blm) )
31
31
  end
32
32
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 4
9
- version: 0.2.4
8
+ - 5
9
+ version: 0.2.5
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: 41248961
138
+ hash: 279631183
139
139
  segments:
140
140
  - 0
141
141
  version: "0"