Sha256: e20ac66bdb551141cf2da3957724c8ecf16d23a67202abc695a2f951eb9eb4c0
Contents?: true
Size: 1.85 KB
Versions: 0
Compression: gzip
Compressed size: 761 Bytes
Stored size: 761 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.0 specification_version: 1 name: ci_reporter version: !ruby/object:Gem::Version version: "1.0" date: 2007-02-14 00:00:00 -06: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 - Rakefile - lib/ci/reporter/core.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/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 - spec/spec_helper.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 - tasks/ci_reporter.rake test_files: - 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: []