phantomjs-binaries 1.8.1.4 → 1.9.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 709d93ef1341342889c0a7f4f1818b831f5424f7
|
|
4
|
+
data.tar.gz: 638277b9846f86cfcc58dcce43dbaac84efd4dad
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: b75c1fd20ba7027fc9688d2173547e5afeecda90954f8bfd91c4b8170494ad4f8f7695863765967ca4653a2997fe44dd4accf9eaffa19422844588cf0459b58b
|
|
7
|
+
data.tar.gz: 6dc7b87fb86052e6233a9bc629169286e0be4812688239fb04c1886d965db6c62e0c6a0de19eb005ab9cfcff49da93fb736365ec3af855b29ff9ff172129f260
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,40 +1,37 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phantomjs-binaries
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
version: 1.8.1.4
|
|
4
|
+
version: 1.9.2.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Anton Vaynshtok
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
11
|
+
date: 2013-11-12 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
|
|
14
|
+
name: sys-uname
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 0.9.0
|
|
20
|
-
none: false
|
|
21
|
-
name: sys-uname
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
|
-
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
23
|
requirements:
|
|
26
24
|
- - '='
|
|
27
25
|
- !ruby/object:Gem::Version
|
|
28
26
|
version: 0.9.0
|
|
29
|
-
none: false
|
|
30
27
|
description: This package prevents you from having to install phantom.js independently
|
|
31
28
|
outside your app.
|
|
32
29
|
email:
|
|
33
30
|
- avaynshtok@gmail.com
|
|
34
31
|
executables:
|
|
35
32
|
- phantomjs
|
|
36
|
-
- phantomjs-1.
|
|
37
|
-
- phantomjs-1.
|
|
33
|
+
- phantomjs-1.9.2-darwin-x86_64
|
|
34
|
+
- phantomjs-1.9.2-linux-x86_64
|
|
38
35
|
extensions: []
|
|
39
36
|
extra_rdoc_files: []
|
|
40
37
|
files:
|
|
@@ -42,34 +39,33 @@ files:
|
|
|
42
39
|
- Gemfile.lock
|
|
43
40
|
- Rakefile
|
|
44
41
|
- bin/phantomjs
|
|
45
|
-
- bin/phantomjs-1.
|
|
46
|
-
- bin/phantomjs-1.
|
|
42
|
+
- bin/phantomjs-1.9.2-darwin-x86_64
|
|
43
|
+
- bin/phantomjs-1.9.2-linux-x86_64
|
|
47
44
|
- lib/phantomjs-binaries.rb
|
|
48
45
|
- lib/phantomjs-binaries/version.rb
|
|
49
46
|
- phantomjs-binaries.gemspec
|
|
50
47
|
homepage: https://github.com/avaynshtok/phantomjs-binaries
|
|
51
48
|
licenses: []
|
|
49
|
+
metadata: {}
|
|
52
50
|
post_install_message:
|
|
53
51
|
rdoc_options: []
|
|
54
52
|
require_paths:
|
|
55
53
|
- lib
|
|
56
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
57
55
|
requirements:
|
|
58
|
-
- -
|
|
56
|
+
- - '>='
|
|
59
57
|
- !ruby/object:Gem::Version
|
|
60
58
|
version: '0'
|
|
61
|
-
none: false
|
|
62
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
60
|
requirements:
|
|
64
|
-
- -
|
|
61
|
+
- - '>='
|
|
65
62
|
- !ruby/object:Gem::Version
|
|
66
63
|
version: '0'
|
|
67
|
-
none: false
|
|
68
64
|
requirements: []
|
|
69
65
|
rubyforge_project: phantomjs-binaries
|
|
70
|
-
rubygems_version:
|
|
66
|
+
rubygems_version: 2.0.3
|
|
71
67
|
signing_key:
|
|
72
|
-
specification_version:
|
|
68
|
+
specification_version: 4
|
|
73
69
|
summary: phantom.js binaries wrapped as a ruby gem
|
|
74
70
|
test_files: []
|
|
75
71
|
has_rdoc:
|