phantomjs-binaries 1.8.0

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.
data/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "casperjs",
3
+ "description": "Navigation scripting & testing utility for PhantomJS",
4
+ "version": "1.0.0",
5
+ "keywords": [
6
+ "phantomjs",
7
+ "javascript"
8
+ ],
9
+ "maintainers": [
10
+ {
11
+ "name": "Nicolas Perriault",
12
+ "email": "nperriault@gmail.com",
13
+ "web": "http://www.akei.com"
14
+ }
15
+ ],
16
+ "dependencies": {
17
+ "http://www.phantomjs.org/": "1.7"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/n1k0/casperjs/issues"
21
+ },
22
+ "repositories": [
23
+ {
24
+ "type": "git",
25
+ "url": "git://github.com/n1k0/casperjs.git"
26
+ }
27
+ ],
28
+ "licenses": [
29
+ {
30
+ "name": "MIT",
31
+ "url": "http://www.opensource.org/licenses/mit-license.php"
32
+ }
33
+ ],
34
+ "homepage": "http://casperjs.org"
35
+ }
@@ -0,0 +1,24 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "phantomjs-binaries/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "phantomjs-binaries"
7
+ s.version = Phantomjs::Binaries::VERSION
8
+ s.authors = ["Anton Vaynshtok"]
9
+ s.email = ["avaynshtok@gmail.com"]
10
+ s.homepage = ""
11
+ s.summary = %q{phantom.js binaries wrapped as a ruby gem}
12
+ s.description = %q{This package prevents you from having to install phantom.js independently outside your app.}
13
+
14
+ s.rubyforge_project = "phantomjs-binaries"
15
+
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+
21
+ # specify any dependencies here; for example:
22
+ # s.add_development_dependency "rspec"
23
+ s.add_runtime_dependency "sys-uname", "0.9.0"
24
+ end
metadata ADDED
@@ -0,0 +1,95 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: phantomjs-binaries
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.8.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Anton Vaynshtok
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-01-10 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: sys-uname
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - '='
20
+ - !ruby/object:Gem::Version
21
+ version: 0.9.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - '='
28
+ - !ruby/object:Gem::Version
29
+ version: 0.9.0
30
+ description: This package prevents you from having to install phantom.js independently
31
+ outside your app.
32
+ email:
33
+ - avaynshtok@gmail.com
34
+ executables:
35
+ - bootstrap.js
36
+ - casperjs
37
+ - phantomjs
38
+ - phantomjs-1.8.0-darwin-x86_64
39
+ - phantomjs-1.8.0-linux-x86_64
40
+ - usage.txt
41
+ extensions: []
42
+ extra_rdoc_files: []
43
+ files:
44
+ - Gemfile
45
+ - Gemfile.lock
46
+ - Rakefile
47
+ - bin/bootstrap.js
48
+ - bin/casperjs
49
+ - bin/phantomjs
50
+ - bin/phantomjs-1.8.0-darwin-x86_64
51
+ - bin/phantomjs-1.8.0-linux-x86_64
52
+ - bin/usage.txt
53
+ - lib/phantomjs-binaries.rb
54
+ - lib/phantomjs-binaries/version.rb
55
+ - modules/casper.js
56
+ - modules/cli.js
57
+ - modules/clientutils.js
58
+ - modules/colorizer.js
59
+ - modules/events.js
60
+ - modules/http.js
61
+ - modules/mouse.js
62
+ - modules/pagestack.js
63
+ - modules/querystring.js
64
+ - modules/tester.js
65
+ - modules/utils.js
66
+ - modules/vendors/coffee-script.js
67
+ - modules/xunit.js
68
+ - package.json
69
+ - phantomjs-binaries.gemspec
70
+ homepage: ''
71
+ licenses: []
72
+ post_install_message:
73
+ rdoc_options: []
74
+ require_paths:
75
+ - lib
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ none: false
78
+ requirements:
79
+ - - ! '>='
80
+ - !ruby/object:Gem::Version
81
+ version: '0'
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - ! '>='
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project: phantomjs-binaries
90
+ rubygems_version: 1.8.23
91
+ signing_key:
92
+ specification_version: 3
93
+ summary: phantom.js binaries wrapped as a ruby gem
94
+ test_files: []
95
+ has_rdoc: