test-unit-ext 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,83 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: test-unit-ext
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Kouhei Sutou
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-02-21 00:00:00 +09:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: "TestUnitExt provides some useful features:"
17
+ email:
18
+ - kou@cozmixng.org
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - NEWS.en
27
+ - NEWS.ja
28
+ - README.en
29
+ - README.ja
30
+ - Rakefile
31
+ - html/index.html
32
+ - html/news.html
33
+ - html/news.html.en
34
+ - html/news.html.ja
35
+ - html/readme.html
36
+ - html/readme.html.en
37
+ - html/readme.html.ja
38
+ - lib/test-unit-ext.rb
39
+ - lib/test-unit-ext/always-show-result.rb
40
+ - lib/test-unit-ext/backtrace-filter.rb
41
+ - lib/test-unit-ext/color.rb
42
+ - lib/test-unit-ext/colorized-runner.rb
43
+ - lib/test-unit-ext/diff.rb
44
+ - lib/test-unit-ext/long-display-for-emacs.rb
45
+ - lib/test-unit-ext/metadata.rb
46
+ - lib/test-unit-ext/priority.rb
47
+ - lib/test-unit-ext/version.rb
48
+ - misc/rd2html.rb
49
+ - test/run-test.rb
50
+ - test/test_color.rb
51
+ - test/test_diff.rb
52
+ - test/test_metadata.rb
53
+ has_rdoc: true
54
+ homepage: http://test-unit-ext.rubyforge.org/
55
+ post_install_message:
56
+ rdoc_options:
57
+ - --main
58
+ - README.txt
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ version:
73
+ requirements: []
74
+
75
+ rubyforge_project: test-unit-ext
76
+ rubygems_version: 1.0.1
77
+ signing_key:
78
+ specification_version: 2
79
+ summary: TestUnitExt extends the standard Test::Unit.
80
+ test_files:
81
+ - test/test_diff.rb
82
+ - test/test_metadata.rb
83
+ - test/test_color.rb