--- !ruby/object:Gem::Specification name: qunited version: !ruby/object:Gem::Version hash: 21 prerelease: segments: - 0 - 2 - 1 version: 0.2.1 platform: ruby authors: - Aaron Royer autorequire: bindir: bin cert_chain: [] date: 2012-12-16 00:00:00 Z dependencies: [] description: QUnited runs headless QUnit tests as part of your normal build email: - aaronroyer@gmail.com executables: - qunited extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - MIT-LICENSE - README.md - Rakefile - bin/qunited - lib/qunited.rb - lib/qunited/application.rb - lib/qunited/driver.rb - lib/qunited/driver/base.rb - lib/qunited/driver/phantomjs/phantomjs.rb - lib/qunited/driver/phantomjs/support/runner.js - lib/qunited/driver/phantomjs/support/tests_page.html.erb - lib/qunited/driver/rhino/rhino.rb - lib/qunited/driver/rhino/support/env.rhino.js - lib/qunited/driver/rhino/support/js.jar - lib/qunited/driver/rhino/support/runner.js - lib/qunited/driver/support/qunit.js - lib/qunited/driver/support/qunited.js - lib/qunited/rake_task.rb - lib/qunited/results.rb - lib/qunited/runner.rb - lib/qunited/version.rb - qunited.gemspec - test/fixtures/basic_project/app/assets/javascripts/application.js - test/fixtures/basic_project/test/javascripts/test_basics.js - test/fixtures/basic_project/test/javascripts/test_math.js - test/fixtures/dom_project/app/assets/javascripts/application.js - test/fixtures/dom_project/test/javascripts/test_misc.js - test/fixtures/errors_project/app/assets/javascripts/no_error.js - test/fixtures/errors_project/app/assets/javascripts/syntax_error.js - test/fixtures/errors_project/app/assets/javascripts/undefined_error.js - test/fixtures/errors_project/test/javascripts/this_test_has_no_errors_in_it.js - test/fixtures/errors_project/test/javascripts/this_test_has_no_tests.js - test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js - test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js - test/fixtures/failures_project/app/assets/javascripts/application.js - test/fixtures/failures_project/test/javascripts/test_basics.js - test/fixtures/failures_project/test/javascripts/test_math.js - test/test_helper.rb - test/unit/driver_common_tests.rb - test/unit/test_phantomjs_driver.rb - test/unit/test_results.rb - test/unit/test_rhino_driver.rb - test/unit/test_runner.rb homepage: https://github.com/aaronroyer/qunited licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: qunited rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: QUnit tests in your build test_files: - test/fixtures/basic_project/app/assets/javascripts/application.js - test/fixtures/basic_project/test/javascripts/test_basics.js - test/fixtures/basic_project/test/javascripts/test_math.js - test/fixtures/dom_project/app/assets/javascripts/application.js - test/fixtures/dom_project/test/javascripts/test_misc.js - test/fixtures/errors_project/app/assets/javascripts/no_error.js - test/fixtures/errors_project/app/assets/javascripts/syntax_error.js - test/fixtures/errors_project/app/assets/javascripts/undefined_error.js - test/fixtures/errors_project/test/javascripts/this_test_has_no_errors_in_it.js - test/fixtures/errors_project/test/javascripts/this_test_has_no_tests.js - test/fixtures/errors_project/test/javascripts/this_test_has_syntax_error.js - test/fixtures/errors_project/test/javascripts/this_test_has_undefined_error.js - test/fixtures/failures_project/app/assets/javascripts/application.js - test/fixtures/failures_project/test/javascripts/test_basics.js - test/fixtures/failures_project/test/javascripts/test_math.js - test/test_helper.rb - test/unit/driver_common_tests.rb - test/unit/test_phantomjs_driver.rb - test/unit/test_results.rb - test/unit/test_rhino_driver.rb - test/unit/test_runner.rb