ioffer 0.1.5 → 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.
@@ -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