phantom_proxy 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/phantom_proxy.rb CHANGED
@@ -4,7 +4,7 @@ module PhantomJSProxy
4
4
  ROOT = File.expand_path(File.dirname(__FILE__))
5
5
  SCRIPT = ROOT+"/phantom_proxy/scripts/proxy.js"
6
6
  CONTROL_PANEL = ROOT+"/phantom_proxy/web/control_panel.html"
7
- PHANTOMJS_BIN = ROOT+'/phantom_proxy/vendor/bin/phantomjs'
7
+ PHANTOMJS_BIN = 'phantomjs'#ROOT+'/phantom_proxy/vendor/bin/phantomjs'
8
8
  end
9
9
 
10
10
  require PhantomJSProxy::ROOT+'/phantom_proxy/phantomjs.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom_proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-09 00:00:00.000000000 Z
12
+ date: 2012-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thin
@@ -59,7 +59,6 @@ files:
59
59
  - lib/phantom_proxy/config.ru
60
60
  - lib/phantom_proxy/web/control_panel.html
61
61
  - lib/phantom_proxy/install/phproxy
62
- - lib/phantom_proxy/vendor/bin/phantomjs
63
62
  - bin/phantom_proxy
64
63
  - README.rdoc
65
64
  - Gemfile
Binary file