test_notifier 0.3.3 → 0.3.4
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/README.rdoc
CHANGED
|
@@ -60,6 +60,7 @@ The available notifiers are <tt>:growl</tt>, <tt>:kdialog</tt>, <tt>:knotify</tt
|
|
|
60
60
|
* Szymon (jeznet) Jeż - http://github.com/jeznet
|
|
61
61
|
* Steve Halasz - http://github.com/woodchuck
|
|
62
62
|
* Khaja Minhajuddin - http://minhajuddin.com/
|
|
63
|
+
* Steve Sloan - http://github.com/CodeMonkeySteve
|
|
63
64
|
|
|
64
65
|
== License
|
|
65
66
|
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: test_notifier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 21
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.3.4
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Nando Vieira
|
|
@@ -15,15 +14,11 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-
|
|
17
|
+
date: 2010-09-09 00:00:00 -03:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
22
|
-
description:
|
|
23
|
-
Display system notifications (dbus, growl and snarl) after
|
|
24
|
-
running tests. It works on Mac OS X, Linux and Windows. Powerful when used
|
|
25
|
-
with Autotest ZenTest gem for Rails apps.
|
|
26
|
-
|
|
21
|
+
description: " Display system notifications (dbus, growl and snarl) after\n running tests. It works on Mac OS X, Linux and Windows. Powerful when used\n with Autotest ZenTest gem for Rails apps.\n"
|
|
27
22
|
email: fnando.vieira@gmail.com
|
|
28
23
|
executables: []
|
|
29
24
|
|
|
@@ -73,7 +68,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
68
|
requirements:
|
|
74
69
|
- - ">="
|
|
75
70
|
- !ruby/object:Gem::Version
|
|
76
|
-
hash: 3
|
|
77
71
|
segments:
|
|
78
72
|
- 0
|
|
79
73
|
version: "0"
|
|
@@ -82,7 +76,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
76
|
requirements:
|
|
83
77
|
- - ">="
|
|
84
78
|
- !ruby/object:Gem::Version
|
|
85
|
-
hash: 3
|
|
86
79
|
segments:
|
|
87
80
|
- 0
|
|
88
81
|
version: "0"
|