ioffer 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,5 +29,5 @@ end
29
29
 
30
30
  def page_active?(html)
31
31
  doc = Nokogiri::HTML(html)
32
- !!/You are being/.match(html).nil? && !!doc.at("//div[@id='solr-search-results']").count == 0
32
+ !!/You are being/.match(html).nil? && !!doc.at("//div[@id='solr-search-results']").nil?
33
33
  end
@@ -1,4 +1,4 @@
1
1
  module Ioffer
2
2
  # ioffer version
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ioffer
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.5
5
+ version: 0.1.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ezekiel Templin