test-unit-notify 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +7 -0
- data/Manifest.txt +2 -0
- data/README.txt +1 -1
- data/data/icons/kinotan/error.png +0 -0
- data/data/icons/kinotan/omission.png +0 -0
- data/lib/test/unit/notify.rb +1 -1
- metadata +10 -13
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/README.txt
CHANGED
|
Binary file
|
|
Binary file
|
data/lib/test/unit/notify.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: test-unit-notify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 21
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
version: 0.
|
|
7
|
+
- 3
|
|
8
|
+
- 0
|
|
9
|
+
version: 0.3.0
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Kouhei Sutou
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2011-
|
|
17
|
+
date: 2011-04-15 00:00:00 +09:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,7 +25,6 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 15
|
|
30
28
|
segments:
|
|
31
29
|
- 2
|
|
32
30
|
- 1
|
|
@@ -42,15 +40,14 @@ dependencies:
|
|
|
42
40
|
requirements:
|
|
43
41
|
- - ">="
|
|
44
42
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash: 31
|
|
46
43
|
segments:
|
|
47
44
|
- 2
|
|
48
|
-
-
|
|
45
|
+
- 8
|
|
49
46
|
- 0
|
|
50
|
-
version: 2.
|
|
47
|
+
version: 2.8.0
|
|
51
48
|
type: :development
|
|
52
49
|
version_requirements: *id002
|
|
53
|
-
description: Test::Unit::Notify - A test result notify
|
|
50
|
+
description: Test::Unit::Notify - A test result notify extension for Test::Unit.
|
|
54
51
|
email:
|
|
55
52
|
- kou@clear-code.com
|
|
56
53
|
executables: []
|
|
@@ -68,7 +65,9 @@ files:
|
|
|
68
65
|
- README.txt
|
|
69
66
|
- Rakefile
|
|
70
67
|
- data/icons/kinotan/default.png
|
|
68
|
+
- data/icons/kinotan/error.png
|
|
71
69
|
- data/icons/kinotan/failure.png
|
|
70
|
+
- data/icons/kinotan/omission.png
|
|
72
71
|
- data/icons/kinotan/pass.png
|
|
73
72
|
- data/icons/kinotan/pending.png
|
|
74
73
|
- lib/test/unit/notify.rb
|
|
@@ -89,7 +88,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
89
88
|
requirements:
|
|
90
89
|
- - ">="
|
|
91
90
|
- !ruby/object:Gem::Version
|
|
92
|
-
hash: 3
|
|
93
91
|
segments:
|
|
94
92
|
- 0
|
|
95
93
|
version: "0"
|
|
@@ -98,7 +96,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
98
96
|
requirements:
|
|
99
97
|
- - ">="
|
|
100
98
|
- !ruby/object:Gem::Version
|
|
101
|
-
hash: 3
|
|
102
99
|
segments:
|
|
103
100
|
- 0
|
|
104
101
|
version: "0"
|
|
@@ -108,6 +105,6 @@ rubyforge_project: test-unit
|
|
|
108
105
|
rubygems_version: 1.3.7
|
|
109
106
|
signing_key:
|
|
110
107
|
specification_version: 3
|
|
111
|
-
summary: Test::Unit::Notify - A test result notify
|
|
108
|
+
summary: Test::Unit::Notify - A test result notify extension for Test::Unit.
|
|
112
109
|
test_files: []
|
|
113
110
|
|