phantomjs-binaries 1.9.8.0 → 2.1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecf0943df21325dd329d67f9313eb3505ee6fd4a
4
- data.tar.gz: da1e2ac0ce73c8019431dd78f5378b9d74bfe438
3
+ metadata.gz: 2a7d3c41e91aef3730dc0ad6473db0e45e1e460e
4
+ data.tar.gz: 9d9742a784f5056a55af915e0d8f682bc0c857e8
5
5
  SHA512:
6
- metadata.gz: c0b1fac3014493ce63aa2e8b6464e37f5e9d92c6e422e4c70ca9b6cf83cc1e0a1b5c32cfcb7441e3c0de03ba599bcabc8fe9b948a3c132656867af0688b8e070
7
- data.tar.gz: 3d814265e7da7d170691d2734c268a24c1b91a8a0dcef956c3328deb85aed7441e48a7867f1d3ea34f9c06f613560e73c1efa6bca8a93154f20cc33b0b32d3b0
6
+ metadata.gz: d79e7e480b5ad8e2648295a4c981685fd077027a3580a4bbdac0323cd1b5d97242c9ec0bc21f7a2f66ec00f443bc7af7080f99bb2dec1d6152d261439f6827a6
7
+ data.tar.gz: 6881a1293a7ebf3754e352560385c590c0e15dd1bc571e1eb5436f134374fbe253a6cb16d245f6bd3a6866955e02d7cbf98707a70d7e05c8d2f3a024ef8124f7
@@ -1,6 +1,6 @@
1
1
  module Phantomjs
2
2
  module Binaries
3
- PHANTOM_VERSION = "1.9.8"
3
+ PHANTOM_VERSION = "2.1.1"
4
4
  VERSION = PHANTOM_VERSION + ".0"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantomjs-binaries
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.8.0
4
+ version: 2.1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Vaynshtok
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-08 00:00:00.000000000 Z
11
+ date: 2016-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sys-uname
@@ -30,8 +30,8 @@ email:
30
30
  - avaynshtok@gmail.com
31
31
  executables:
32
32
  - phantomjs
33
- - phantomjs-1.9.8-darwin-x86_64
34
- - phantomjs-1.9.8-linux-x86_64
33
+ - phantomjs-2.1.1-darwin-x86_64
34
+ - phantomjs-2.1.1-linux-x86_64
35
35
  extensions: []
36
36
  extra_rdoc_files: []
37
37
  files:
@@ -40,8 +40,8 @@ files:
40
40
  - README.md
41
41
  - Rakefile
42
42
  - bin/phantomjs
43
- - bin/phantomjs-1.9.8-darwin-x86_64
44
- - bin/phantomjs-1.9.8-linux-x86_64
43
+ - bin/phantomjs-2.1.1-darwin-x86_64
44
+ - bin/phantomjs-2.1.1-linux-x86_64
45
45
  - lib/phantomjs-binaries.rb
46
46
  - lib/phantomjs-binaries/version.rb
47
47
  - phantomjs-binaries.gemspec