phantomjs-binaries 1.9.2.4 → 1.9.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/bin/phantomjs-1.9.8-darwin-x86_64 +0 -0
- data/bin/{phantomjs-1.9.2-linux-x86_64 → phantomjs-1.9.8-linux-x86_64} +0 -0
- data/lib/phantomjs-binaries/version.rb +2 -2
- data/phantomjs-binaries.gemspec +2 -0
- metadata +12 -10
- data/bin/phantomjs-1.9.2-darwin-x86_64 +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecf0943df21325dd329d67f9313eb3505ee6fd4a
|
4
|
+
data.tar.gz: da1e2ac0ce73c8019431dd78f5378b9d74bfe438
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0b1fac3014493ce63aa2e8b6464e37f5e9d92c6e422e4c70ca9b6cf83cc1e0a1b5c32cfcb7441e3c0de03ba599bcabc8fe9b948a3c132656867af0688b8e070
|
7
|
+
data.tar.gz: 3d814265e7da7d170691d2734c268a24c1b91a8a0dcef956c3328deb85aed7441e48a7867f1d3ea34f9c06f613560e73c1efa6bca8a93154f20cc33b0b32d3b0
|
data/README.md
ADDED
Binary file
|
Binary file
|
data/phantomjs-binaries.gemspec
CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |s|
|
|
13
13
|
|
14
14
|
s.rubyforge_project = "phantomjs-binaries"
|
15
15
|
|
16
|
+
s.license = 'MIT'
|
17
|
+
|
16
18
|
s.files = `git ls-files`.split("\n")
|
17
19
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
18
20
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
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.
|
4
|
+
version: 1.9.8.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:
|
11
|
+
date: 2015-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sys-uname
|
@@ -30,22 +30,24 @@ email:
|
|
30
30
|
- avaynshtok@gmail.com
|
31
31
|
executables:
|
32
32
|
- phantomjs
|
33
|
-
- phantomjs-1.9.
|
34
|
-
- phantomjs-1.9.
|
33
|
+
- phantomjs-1.9.8-darwin-x86_64
|
34
|
+
- phantomjs-1.9.8-linux-x86_64
|
35
35
|
extensions: []
|
36
36
|
extra_rdoc_files: []
|
37
37
|
files:
|
38
38
|
- Gemfile
|
39
39
|
- Gemfile.lock
|
40
|
+
- README.md
|
40
41
|
- Rakefile
|
41
42
|
- bin/phantomjs
|
42
|
-
- bin/phantomjs-1.9.
|
43
|
-
- bin/phantomjs-1.9.
|
43
|
+
- bin/phantomjs-1.9.8-darwin-x86_64
|
44
|
+
- bin/phantomjs-1.9.8-linux-x86_64
|
44
45
|
- lib/phantomjs-binaries.rb
|
45
46
|
- lib/phantomjs-binaries/version.rb
|
46
47
|
- phantomjs-binaries.gemspec
|
47
48
|
homepage: https://github.com/avaynshtok/phantomjs-binaries
|
48
|
-
licenses:
|
49
|
+
licenses:
|
50
|
+
- MIT
|
49
51
|
metadata: {}
|
50
52
|
post_install_message:
|
51
53
|
rdoc_options: []
|
@@ -53,17 +55,17 @@ require_paths:
|
|
53
55
|
- lib
|
54
56
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
57
|
requirements:
|
56
|
-
- -
|
58
|
+
- - ">="
|
57
59
|
- !ruby/object:Gem::Version
|
58
60
|
version: '0'
|
59
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
62
|
requirements:
|
61
|
-
- -
|
63
|
+
- - ">="
|
62
64
|
- !ruby/object:Gem::Version
|
63
65
|
version: '0'
|
64
66
|
requirements: []
|
65
67
|
rubyforge_project: phantomjs-binaries
|
66
|
-
rubygems_version: 2.
|
68
|
+
rubygems_version: 2.4.3
|
67
69
|
signing_key:
|
68
70
|
specification_version: 4
|
69
71
|
summary: phantom.js binaries wrapped as a ruby gem
|
Binary file
|