Sha256: a91a1ee5d9a3ee1992d42432cf5c95dc1a6cd6e823bb36d12014f93834f94ca1
Contents?: true
Size: 1.94 KB
Versions: 0
Compression: gzip
Compressed size: 777 Bytes
Stored size: 777 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.2 specification_version: 1 name: ci_reporter version: !ruby/object:Gem::Version version: 1.3.1 date: 2007-05-30 00:00:00 -05:00 summary: CI::Reporter allows you to generate reams of XML for use with continuous integration systems. require_paths: - lib email: nick@nicksieger.com homepage: http://caldersphere.rubyforge.org/ci_reporter rubyforge_project: caldersphere 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. autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Nick Sieger files: - History.txt - Manifest.txt - README.txt - LICENSE.txt - Rakefile - 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 - 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/spec_helper.rb - tasks/ci_reporter.rake test_files: - 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 rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []