sayso-js-test-driver-rails 0.4.3

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.
Binary file
metadata ADDED
@@ -0,0 +1,129 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sayso-js-test-driver-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.4.3
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - SaySo
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-01-10 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: json
16
+ requirement: &70313749163460 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70313749163460
25
+ - !ruby/object:Gem::Dependency
26
+ name: rake
27
+ requirement: &70313749163000 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *70313749163000
36
+ - !ruby/object:Gem::Dependency
37
+ name: mocha
38
+ requirement: &70313749162580 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ type: :development
45
+ prerelease: false
46
+ version_requirements: *70313749162580
47
+ description: Use ruby to configure JsTestDriver, capture browsers and run tests.
48
+ email:
49
+ - sayso@truvolabs.com
50
+ executables: []
51
+ extensions: []
52
+ extra_rdoc_files: []
53
+ files:
54
+ - .gitignore
55
+ - .gitmodules
56
+ - Gemfile
57
+ - Gemfile.lock
58
+ - LICENSE
59
+ - README.markdown
60
+ - Rakefile
61
+ - js-test-driver-rails.gemspec
62
+ - lib/js_test_driver.rb
63
+ - lib/js_test_driver/config.rb
64
+ - lib/js_test_driver/html_fixture.rb
65
+ - lib/js_test_driver/runner.rb
66
+ - lib/js_test_driver/tasks.rb
67
+ - lib/js_test_driver/version.rb
68
+ - test/fixtures/a.html
69
+ - test/fixtures/b.html
70
+ - test/fixtures/baz/a.html
71
+ - test/fixtures/c.html
72
+ - test/fixtures/foo/a.html
73
+ - test/fixtures/foo/bar/a.html
74
+ - test/fixtures/hello.txt
75
+ - test/integration/sample_test.rb
76
+ - test/sample/config/js_test_driver.rb
77
+ - test/sample/lib/calculator.js
78
+ - test/sample/specs/calculator_spec.js
79
+ - test/sample/specs/spec_helper.js
80
+ - test/test_helper.rb
81
+ - test/unit/config_test.rb
82
+ - test/unit/html_fixture_test.rb
83
+ - test/unit/runner_test.rb
84
+ - vendor/JasmineAdapter.js
85
+ - vendor/VERSIONS
86
+ - vendor/coverage.jar
87
+ - vendor/jasmine.js
88
+ - vendor/js_test_driver.jar
89
+ homepage: http://github.com/sayso/js-test-driver-rails
90
+ licenses: []
91
+ post_install_message:
92
+ rdoc_options: []
93
+ require_paths:
94
+ - lib
95
+ required_ruby_version: !ruby/object:Gem::Requirement
96
+ none: false
97
+ requirements:
98
+ - - ! '>='
99
+ - !ruby/object:Gem::Version
100
+ version: '0'
101
+ required_rubygems_version: !ruby/object:Gem::Requirement
102
+ none: false
103
+ requirements:
104
+ - - ! '>='
105
+ - !ruby/object:Gem::Version
106
+ version: '0'
107
+ requirements: []
108
+ rubyforge_project: js-test-driver-rails
109
+ rubygems_version: 1.8.10
110
+ signing_key:
111
+ specification_version: 3
112
+ summary: A wrapper for JsTestDriver for use with ruby/rails projects
113
+ test_files:
114
+ - test/fixtures/a.html
115
+ - test/fixtures/b.html
116
+ - test/fixtures/baz/a.html
117
+ - test/fixtures/c.html
118
+ - test/fixtures/foo/a.html
119
+ - test/fixtures/foo/bar/a.html
120
+ - test/fixtures/hello.txt
121
+ - test/integration/sample_test.rb
122
+ - test/sample/config/js_test_driver.rb
123
+ - test/sample/lib/calculator.js
124
+ - test/sample/specs/calculator_spec.js
125
+ - test/sample/specs/spec_helper.js
126
+ - test/test_helper.rb
127
+ - test/unit/config_test.rb
128
+ - test/unit/html_fixture_test.rb
129
+ - test/unit/runner_test.rb