phantomjs-binaries 1.8.0.1 → 1.8.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/bin/phantomjs CHANGED
@@ -8,6 +8,6 @@ require "phantomjs-binaries/version"
8
8
 
9
9
  machine = Uname.machine
10
10
  platform = Uname.sysname.downcase
11
- version = Phantomjs::Binaries::VERSION
11
+ version = Phantomjs::Binaries::PHANTOM_VERSION
12
12
  platform_binary = File.expand_path(File.join(File.dirname(__FILE__), "phantomjs-#{version}-#{platform}-#{machine}"))
13
13
  exec platform_binary, *ARGV
@@ -1,5 +1,6 @@
1
1
  module Phantomjs
2
2
  module Binaries
3
- VERSION = "1.8.0.1"
3
+ PHANTOM_VERSION = "1.8.0"
4
+ VERSION = PHANTOM_VERSION + ".2"
4
5
  end
5
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantomjs-binaries
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0.1
4
+ version: 1.8.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: