pba_crawler 0.0.6 → 0.0.7

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.
@@ -30,10 +30,10 @@ module PbaCrawler
30
30
  if response
31
31
  @@proxy.update_attributes(:last_request_at => Time.now)
32
32
  else
33
- rescue_get_url(agent,url)
33
+ response = rescue_get_url(agent,url)
34
34
  end
35
35
  rescue
36
- rescue_get_url(agent,url)
36
+ response = rescue_get_url(agent,url)
37
37
  end
38
38
  response
39
39
  end
@@ -1,3 +1,3 @@
1
1
  module PbaCrawler
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pba_crawler
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Pierre BASILE