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 CHANGED
@@ -1,3 +1,10 @@
1
+ === 0.3.0 / 2011-04-15
2
+
3
+ * 2 minor enhancements
4
+
5
+ * added kinotan for omission. [Mayu & Co.]
6
+ * added kinotan for error. [Mayu & Co.]
7
+
1
8
  === 0.2.1 / 2011-02-10
2
9
 
3
10
  * 1 minor enhancements
data/Manifest.txt CHANGED
@@ -4,7 +4,9 @@ Manifest.txt
4
4
  README.txt
5
5
  Rakefile
6
6
  data/icons/kinotan/default.png
7
+ data/icons/kinotan/error.png
7
8
  data/icons/kinotan/failure.png
9
+ data/icons/kinotan/omission.png
8
10
  data/icons/kinotan/pass.png
9
11
  data/icons/kinotan/pending.png
10
12
  lib/test/unit/notify.rb
data/README.txt CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  == DESCRIPTION:
6
6
 
7
- Test::Unit::Notify - A test result notify extention for Test::Unit.
7
+ Test::Unit::Notify - A test result notify extension for Test::Unit.
8
8
 
9
9
  == FEATURES/PROBLEMS:
10
10
 
Binary file
Binary file
@@ -25,7 +25,7 @@ module Test
25
25
  end
26
26
 
27
27
  module Notify
28
- VERSION = "0.2.1"
28
+ VERSION = "0.3.0"
29
29
 
30
30
  class << self
31
31
  def enable(auto_runner)
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
- - 2
9
- - 1
10
- version: 0.2.1
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-02-10 00:00:00 +09:00
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
- - 4
45
+ - 8
49
46
  - 0
50
- version: 2.4.0
47
+ version: 2.8.0
51
48
  type: :development
52
49
  version_requirements: *id002
53
- description: Test::Unit::Notify - A test result notify extention for Test::Unit.
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 extention for Test::Unit.
108
+ summary: Test::Unit::Notify - A test result notify extension for Test::Unit.
112
109
  test_files: []
113
110