turn 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/turn.rb +2 -2
  2. metadata +19 -10
data/lib/turn.rb CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  require 'test/unit/ui/console/testrunner'
4
4
  begin
5
- require 'facets/more/ansicode'
5
+ require 'facets/ansicode'
6
6
  rescue LoadError
7
7
  begin
8
8
  require 'rubygems'
9
- require 'facets/more/ansicode'
9
+ require 'facets/ansicode'
10
10
  rescue LoadError
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: turn
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2006-11-26 00:00:00 -07:00
6
+ version: 0.3.0
7
+ date: 2007-12-11 00:00:00 -07:00
8
8
  summary: Test::Unit Reporter (New) -- new output format for Test::Unit
9
9
  require_paths:
10
10
  - lib
11
11
  email: tim.pease@gmail.com
12
12
  homepage:
13
- rubyforge_project: codeforpeople.com
13
+ rubyforge_project: codeforpeople
14
14
  description: "TURN is a new way to view Test::Unit results. With longer running tests, it can be very frustrating to see a failure (....F...) and then have to wait till all the tests finish before you can see what the exact failure was. TURN displays each test on a separate line with failures being displayed immediately instead of at the end of the tests. If you have the 'facets' gem installed, then TURN output will be displayed in wonderful technicolor (but only if your terminal supports ANSI color codes). Well, the only colors are green and red, but that is still color. Sample output: TestMyClass test_alt PASS test_alt_eq PASS test_bad FAIL ./test/test_my_class.rb:64:in `test_bad' <false> is not true. test_foo PASS test_foo_eq PASS TestYourClass test_method_a PASS test_method_b PASS test_method_c PASS ============================================================================ pass: 7, fail: 1, error: 0 total: 15 tests with 42 assertions in 0.018 seconds ============================================================================"
15
15
  autorequire:
16
16
  default_executable:
@@ -34,15 +34,24 @@ files:
34
34
  - lib/turn.rb
35
35
  test_files: []
36
36
 
37
- rdoc_options: []
38
-
39
- extra_rdoc_files: []
40
-
37
+ rdoc_options:
38
+ - --main
39
+ - README.txt
40
+ extra_rdoc_files:
41
+ - README.txt
41
42
  executables:
42
43
  - turn
43
44
  extensions: []
44
45
 
45
46
  requirements: []
46
47
 
47
- dependencies: []
48
-
48
+ dependencies:
49
+ - !ruby/object:Gem::Dependency
50
+ name: hoe
51
+ version_requirement:
52
+ version_requirements: !ruby/object:Gem::Version::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: 1.3.0
57
+ version: