--- !ruby/object:Gem::Specification name: ci_reporter version: !ruby/object:Gem::Version version: 1.5.3 platform: ruby authors: - Nick Sieger autorequire: bindir: bin cert_chain: [] date: 2009-04-18 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: builder type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.1.2 version: description: CI::Reporter is an add-on to Test::Unit and RSpec that allows you to generate XML reports of your test and/or spec 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 - Manifest.txt - README.txt - LICENSE.txt files: - History.txt - Manifest.txt - README.txt - LICENSE.txt - Rakefile - stub.rake - lib/ci/reporter/core.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/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/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 - tasks/ci_reporter.rake has_rdoc: true homepage: http://caldersphere.rubyforge.org/ci_reporter post_install_message: rdoc_options: - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: caldersphere rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: CI::Reporter allows you to generate reams of XML for use with continuous integration systems. test_files: - 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