phantom_proxy 1.2.13 → 1.2.14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/phantom_proxy/phantomjs.rb +1 -1
- metadata +4 -4
@@ -96,7 +96,7 @@ module PhantomJSProxy
|
|
96
96
|
puts("Call phantomJS with: "+argString)
|
97
97
|
out = ""
|
98
98
|
|
99
|
-
IO.popen(PHANTOMJS_BIN+" --
|
99
|
+
IO.popen(PHANTOMJS_BIN+" --ignore-ssl-errors=yes "+script+argString) {|io|
|
100
100
|
out = io.readlines.join
|
101
101
|
}
|
102
102
|
#puts("PHANTOMJS_OUT: "+out)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phantom_proxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 14
|
10
|
+
version: 1.2.14
|
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:
|
18
|
+
date: 2014-01-14 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|