# -*- encoding: utf-8 -*- # stub: ci_reporter 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "ci_reporter".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nick Sieger".freeze] s.date = "2007-05-30" s.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.".freeze s.email = "nick@nicksieger.com".freeze s.files = ["History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "lib/ci/reporter/core.rb".freeze, "lib/ci/reporter/rake/rspec.rb".freeze, "lib/ci/reporter/rake/rspec_loader.rb".freeze, "lib/ci/reporter/rake/test_unit.rb".freeze, "lib/ci/reporter/rake/test_unit_loader.rb".freeze, "lib/ci/reporter/report_manager.rb".freeze, "lib/ci/reporter/rspec.rb".freeze, "lib/ci/reporter/test_suite.rb".freeze, "lib/ci/reporter/test_unit.rb".freeze, "spec/ci/reporter/output_capture_spec.rb".freeze, "spec/ci/reporter/report_manager_spec.rb".freeze, "spec/ci/reporter/rspec_spec.rb".freeze, "spec/ci/reporter/test_suite_spec.rb".freeze, "spec/ci/reporter/test_unit_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/ci_reporter.rake".freeze] s.homepage = "http://caldersphere.rubyforge.org/ci_reporter".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "CI::Reporter allows you to generate reams of XML for use with continuous integration systems.".freeze s.test_files = ["spec/ci/reporter/output_capture_spec.rb".freeze, "spec/ci/reporter/report_manager_spec.rb".freeze, "spec/ci/reporter/rspec_spec.rb".freeze, "spec/ci/reporter/test_suite_spec.rb".freeze, "spec/ci/reporter/test_unit_spec.rb".freeze] end