phantom_client 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -97,7 +97,7 @@ module PhantomJSProxy
97
97
 
98
98
  begin
99
99
  @connection.do_request(element, url, req)
100
- rescue
100
+ rescue Exception => e
101
101
  if count == 0
102
102
  raise NoProxy, "Could not reach any Proxy"
103
103
  resp = DummyResponse.new()
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom_client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 2
10
- version: 1.2.2
9
+ - 3
10
+ version: 1.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Daniel Sudmann
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-27 00:00:00 +02:00
18
+ date: 2012-06-28 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency