--- !ruby/object:Gem::Specification name: ci_reporter version: !ruby/object:Gem::Version prerelease: version: 1.7.1 platform: ruby authors: - Nick Sieger autorequire: bindir: bin cert_chain: [] date: 2012-08-16 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: builder version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.2 requirement: *id001 prerelease: false type: :runtime - !ruby/object:Gem::Dependency name: rubyforge version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.4 requirement: *id002 prerelease: false type: :development - !ruby/object:Gem::Dependency name: hoe version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "2.12" requirement: *id003 prerelease: false type: :development - !ruby/object:Gem::Dependency name: rdoc version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "3.10" requirement: *id004 prerelease: false type: :development description: CI::Reporter is an add-on to Test::Unit, RSpec and Cucumber that allows you to generate XML reports of your test, spec and/or feature runs. The resulting files can be read by a continuous integration system that understands Ant's JUnit report XML format, thus allowing your CI system to track test/spec successes and failures. email: nick@nicksieger.com executables: [] extensions: [] extra_rdoc_files: - History.txt - LICENSE.txt - Manifest.txt - README.rdoc files: - .travis.yml - Gemfile - Gemfile.lock - History.txt - LICENSE.txt - Manifest.txt - README.rdoc - Rakefile - acceptance/cucumber/cucumber_example.feature - acceptance/cucumber/step_definitions/development_steps.rb - acceptance/minitest_example_test.rb - acceptance/rspec_example_spec.rb - acceptance/test_unit_example_test.rb - acceptance/verification_spec.rb - ci_reporter.gemspec - lib/ci/reporter/core.rb - lib/ci/reporter/cucumber.rb - lib/ci/reporter/minitest.rb - lib/ci/reporter/rake/cucumber.rb - lib/ci/reporter/rake/cucumber_loader.rb - lib/ci/reporter/rake/minitest.rb - lib/ci/reporter/rake/minitest_loader.rb - lib/ci/reporter/rake/rspec.rb - lib/ci/reporter/rake/rspec_loader.rb - lib/ci/reporter/rake/test_unit.rb - lib/ci/reporter/rake/test_unit_loader.rb - lib/ci/reporter/rake/utils.rb - lib/ci/reporter/report_manager.rb - lib/ci/reporter/rspec.rb - lib/ci/reporter/test_suite.rb - lib/ci/reporter/test_unit.rb - lib/ci/reporter/version.rb - spec/ci/reporter/cucumber_spec.rb - spec/ci/reporter/output_capture_spec.rb - spec/ci/reporter/rake/rake_tasks_spec.rb - spec/ci/reporter/report_manager_spec.rb - spec/ci/reporter/rspec_spec.rb - spec/ci/reporter/test_suite_spec.rb - spec/ci/reporter/test_unit_spec.rb - spec/spec_helper.rb - stub.rake - tasks/ci_reporter.rake - .gemtest homepage: http://caldersphere.rubyforge.org/ci_reporter licenses: [] post_install_message: rdoc_options: - --main - README.rdoc - -SHN - -f - darkfish require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 2 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: caldersphere rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: CI::Reporter allows you to generate reams of XML for use with continuous integration systems. test_files: - spec/ci/reporter/cucumber_spec.rb - spec/ci/reporter/output_capture_spec.rb - spec/ci/reporter/report_manager_spec.rb - spec/ci/reporter/rspec_spec.rb - spec/ci/reporter/test_suite_spec.rb - spec/ci/reporter/test_unit_spec.rb - spec/ci/reporter/rake/rake_tasks_spec.rb