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.
Files changed (2) hide show
  1. data/lib/phantom_proxy/phantomjs.rb +1 -1
  2. 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+" --cookies-file=/tmp/phantom_proxy/cookies.txt --ignore-ssl-errors=yes "+script+argString) {|io|
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 13
10
- version: 1.2.13
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: 2013-04-25 00:00:00 +02:00
18
+ date: 2014-01-14 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency