phantom_proxy 1.2.15 → 1.2.16
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
- data/phantom_proxy.gemspec +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+" --ignore-ssl-errors=yes "+script+argString) {|io|
|
99
|
+
IO.popen(PHANTOMJS_BIN+" --ignore-ssl-errors=yes --web-security=false "+script+argString) {|io|
|
100
100
|
out = io.readlines.join
|
101
101
|
}
|
102
102
|
#puts("PHANTOMJS_OUT: "+out)
|
data/phantom_proxy.gemspec
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'phantom_proxy'
|
5
|
-
s.version = '1.2.
|
5
|
+
s.version = '1.2.16'
|
6
6
|
s.summary = "This is a phantomjs Proxy"
|
7
7
|
s.description = "This is a phyntonjs Proxy it allows you to fetch webpages and execute javascript in them."
|
8
8
|
s.authors = ["Daniel Sudmann"]
|
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: 63
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 16
|
10
|
+
version: 1.2.16
|
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: 2014-05-
|
18
|
+
date: 2014-05-13 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|