# -*- encoding: utf-8 -*- # stub: ci_reporter 1.8.4 ruby lib Gem::Specification.new do |s| s.name = "ci_reporter".freeze s.version = "1.8.4".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 = "2013-01-25" s.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.".freeze s.email = "nick@nicksieger.com".freeze s.extra_rdoc_files = ["History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze] s.files = [".gemtest".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "History.txt".freeze, "LICENSE.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "acceptance/cucumber/cucumber_example.feature".freeze, "acceptance/cucumber/step_definitions/development_steps.rb".freeze, "acceptance/minitest_example_test.rb".freeze, "acceptance/rspec_example_spec.rb".freeze, "acceptance/spinach/Gemfile".freeze, "acceptance/spinach/Gemfile.lock".freeze, "acceptance/spinach/features/spinach_example.feature".freeze, "acceptance/spinach/features/steps/example_steps.rb".freeze, "acceptance/test_unit_example_test.rb".freeze, "acceptance/verification_spec.rb".freeze, "ci_reporter.gemspec".freeze, "lib/ci/reporter/core.rb".freeze, "lib/ci/reporter/cucumber.rb".freeze, "lib/ci/reporter/minitest.rb".freeze, "lib/ci/reporter/rake/cucumber.rb".freeze, "lib/ci/reporter/rake/cucumber_loader.rb".freeze, "lib/ci/reporter/rake/minitest.rb".freeze, "lib/ci/reporter/rake/minitest_loader.rb".freeze, "lib/ci/reporter/rake/rspec.rb".freeze, "lib/ci/reporter/rake/rspec_loader.rb".freeze, "lib/ci/reporter/rake/spinach.rb".freeze, "lib/ci/reporter/rake/spinach_loader.rb".freeze, "lib/ci/reporter/rake/test_unit.rb".freeze, "lib/ci/reporter/rake/test_unit_loader.rb".freeze, "lib/ci/reporter/rake/utils.rb".freeze, "lib/ci/reporter/report_manager.rb".freeze, "lib/ci/reporter/rspec.rb".freeze, "lib/ci/reporter/spinach.rb".freeze, "lib/ci/reporter/test_suite.rb".freeze, "lib/ci/reporter/test_unit.rb".freeze, "lib/ci/reporter/version.rb".freeze, "spec/ci/reporter/cucumber_spec.rb".freeze, "spec/ci/reporter/output_capture_spec.rb".freeze, "spec/ci/reporter/rake/rake_tasks_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, "stub.rake".freeze, "tasks/ci_reporter.rake".freeze] s.homepage = "http://caldersphere.rubyforge.org/ci_reporter".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "-SHN".freeze, "-f".freeze, "darkfish".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/cucumber_spec.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/ci/reporter/rake/rake_tasks_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.1.2".freeze]) s.add_development_dependency(%q.freeze, [">= 2.0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_development_dependency(%q.freeze, ["> 2.0.0".freeze]) s.add_development_dependency(%q.freeze, ["> 2.4.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2.0".freeze]) s.add_development_dependency(%q.freeze, ["< 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.10".freeze]) end