# -*- encoding: utf-8 -*- # stub: turn 0.6.2 ruby lib Gem::Specification.new do |s| s.name = "turn".freeze s.version = "0.6.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tim Pease".freeze] s.date = "2009-11-07" s.description = "TURN is a new way to view Test::Unit results. With longer running tests, it\ncan be very frustrating to see a failure (....F...) and then have to wait till\nall the tests finish before you can see what the exact failure was. TURN\ndisplays each test on a separate line with failures being displayed\nimmediately instead of at the end of the tests.\n \nIf you have the 'facets' gem installed, then TURN output will be displayed in\nwonderful technicolor (but only if your terminal supports ANSI color codes).\nWell, the only colors are green and red, but that is still color.".freeze s.email = "tim.pease@gmail.com".freeze s.executables = ["turn".freeze] s.extra_rdoc_files = ["History.txt".freeze, "README.txt".freeze, "Release.txt".freeze, "bin/turn".freeze] s.files = [".meta/package".freeze, ".meta/ruby".freeze, ".meta/version".freeze, "History.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "Release.txt".freeze, "bin/turn".freeze, "lib/turn.rb".freeze, "lib/turn/colorize.rb".freeze, "lib/turn/command.rb".freeze, "lib/turn/components/case.rb".freeze, "lib/turn/components/method.rb".freeze, "lib/turn/components/suite.rb".freeze, "lib/turn/controller.rb".freeze, "lib/turn/reporter.rb".freeze, "lib/turn/reporters/dot_reporter.rb".freeze, "lib/turn/reporters/marshal_reporter.rb".freeze, "lib/turn/reporters/outline_reporter.rb".freeze, "lib/turn/reporters/progress_reporter.rb".freeze, "lib/turn/runners/crossrunner.rb".freeze, "lib/turn/runners/isorunner.rb".freeze, "lib/turn/runners/loadrunner.rb".freeze, "lib/turn/runners/solorunner.rb".freeze, "lib/turn/runners/testrunner.rb".freeze, "test/test_example.rb".freeze, "test/test_sample.rb".freeze] s.homepage = "http://gemcutter.org/gems/turn".freeze s.rdoc_options = ["--main".freeze, "README.txt".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Test::Unit Reporter (New) -- new output format for Test::Unit".freeze s.test_files = ["test/test_example.rb".freeze, "test/test_sample.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) end