public
Rubygem
Description: This gem set the autotest (ZenTest) to send messages to software as Growl, LibNotify, and Snarl, displaying a window with the results.
Homepage: http://www.nomedojogo.com/
Clone URL: git://github.com/carlosbrando/autotest-notification.git
Added missing files
carlosbrando (author)
Thu Oct 09 11:49:02 -0700 2008
commit  f5b63fe4294deb332d276f63563f4f01fa1a6c01
tree    4cefac812aaeb3f1d04264e1bdaf4c3d387ea528
parent  7578d78d41dbe054594ebfc63b39263a2e92d470
...
 
1
2
3
...
13
14
15
 
16
17
18
...
38
39
40
41
 
 
 
42
43
44
...
1
2
3
4
...
14
15
16
17
18
19
20
...
40
41
42
 
43
44
45
46
47
48
0
@@ -1,3 +1,4 @@
0
+autotest-notification.gemspec
0
 History.txt
0
 License.txt
0
 Manifest.txt
0
@@ -13,6 +14,7 @@ lib/autotest_notification/windows.rb
0
 lib/autotest_notification/cygwin.rb
0
 lib/autotest_notification/mac.rb
0
 lib/autotest_notification/doom.rb
0
+lib/autotest_notification/buuf.rb
0
 script/console
0
 script/destroy
0
 script/generate
0
@@ -38,7 +40,9 @@ bin/playsound
0
 images/pass.png
0
 images/fail.png
0
 images/pending.png
0
-autotest-notification.gemspec
0
+images/buuf/fail.png
0
+images/buuf/pass.png
0
+images/buuf/pending.png
0
 images/doom/doom_0.png
0
 images/doom/doom_1.png
0
 images/doom/doom_2.png
...
10
11
12
13
14
15
16
 
 
 
17
18
19
...
10
11
12
 
 
 
 
13
14
15
16
17
18
0
@@ -10,10 +10,9 @@ class TestAutotestNotification < Test::Unit::TestCase
0
     @total = 0
0
     @failures = 0
0
     
0
- AutotestNotification.const_set :DOOM_EDITION, false
0
- AutotestNotification.const_set :SPEAKING, false
0
- AutotestNotification.const_set :STICKY, false
0
- AutotestNotification.const_set :BUUF, false
0
+ %w( DOOM_EDITION SPEAKING STICKY BUUF ).each do |c|
0
+ AutotestNotification.const_set(c.to_sym, false) unless AutotestNotification.const_defined?(c.to_sym)
0
+ end
0
   end
0
   
0
   def test_notify_when_os_is_cygwin
...
33
34
35
36
 
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
90
91
92
93
94
95
96
97
98
 
 
 
99
100
101
102
 
103
104
105
106
107
108
 
 
109
110
111
112
 
113
114
115
116
117
 
118
119
120
121
122
123
124
125
126
127
128
129
130
131
 
 
 
 
132
133
 
134
135
136
...
33
34
35
 
36
37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
 
 
 
 
 
 
 
 
 
58
59
60
61
 
 
 
62
63
 
 
 
 
 
64
65
66
 
 
 
67
68
 
 
 
 
69
70
71
72
 
 
 
 
 
 
 
 
 
 
 
73
74
75
76
77
 
78
79
80
81
0
@@ -33,104 +33,49 @@
0
     <h1>autotest_notification</h1>
0
     <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/autotest_notification"; return false'>
0
       <p>Get Version</p>
0
- <a href="http://rubyforge.org/projects/autotest_notification" class="numbers">1.4.0</a>
0
+ <a href="http://rubyforge.org/projects/autotest_notification" class="numbers">1.5.0</a>
0
     </div>
0
- <h1>&#x2192; &#8216;autotest_notification&#8217;</h1>
0
-
0
-
0
- <h2>What</h2>
0
-
0
-
0
- <h2>Installing</h2>
0
-
0
-
0
- <p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">autotest_notification</span></pre></p>
0
-
0
-
0
- <h2>The basics</h2>
0
-
0
-
0
- <h2>Demonstration of usage</h2>
0
-
0
-
0
- <h2>Forum</h2>
0
-
0
-
0
- <p><a href="http://groups.google.com/group/autotest_notification">http://groups.google.com/group/autotest_notification</a></p>
0
-
0
-
0
- <p><span class="caps">TODO</span> &#8211; create Google Group &#8211; autotest_notification</p>
0
-
0
-
0
- <h2>How to submit patches</h2>
0
-
0
-
0
- <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
0
-
0
-
0
- <p><span class="caps">TODO</span> &#8211; pick <span class="caps">SVN</span> or Git instructions</p>
0
-
0
-
0
- <p>The trunk repository is <code>svn://rubyforge.org/var/svn/autotest_notification/trunk</code> for anonymous access.</p>
0
-
0
-
0
- <p><span class="caps">OOOORRRR</span></p>
0
-
0
-
0
- <p>You can fetch the source from either:</p>
0
-
0
-
0
- <ul>
0
- <li>rubyforge: <span class="caps">MISSING IN ACTION</span></li>
0
- </ul>
0
-
0
-
0
- <p><span class="caps">TODO</span> &#8211; You can not created a RubyForge project, OR have not run <code>rubyforge config</code>
0
+ <h1>&amp;#x2192; &#8216;autotest_notification&#8217;</h1>
0
+<h2>What</h2>
0
+<h2>Installing</h2>
0
+<p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">autotest_notification</span></pre></p>
0
+<h2>The basics</h2>
0
+<h2>Demonstration of usage</h2>
0
+<h2>Forum</h2>
0
+<p><a href="http://groups.google.com/group/autotest_notification">http://groups.google.com/group/autotest_notification</a></p>
0
+<p><span class="caps">TODO</span> &#8211; create Google Group &#8211; autotest_notification</p>
0
+<h2>How to submit patches</h2>
0
+<p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
0
+<p><span class="caps">TODO</span> &#8211; pick <span class="caps">SVN</span> or Git instructions</p>
0
+<p>The trunk repository is <code>svn://rubyforge.org/var/svn/autotest_notification/trunk</code> for anonymous access.</p>
0
+<p><span class="caps">OOOORRRR</span></p>
0
+<p>You can fetch the source from either:</p>
0
+<ul>
0
+ <li>rubyforge: <span class="caps">MISSING</span> IN <span class="caps">ACTION</span></li>
0
+</ul>
0
+<p><span class="caps">TODO</span> &#8211; You can not created a RubyForge project, OR have not run <code>rubyforge config</code><br />
0
 yet to refresh your local rubyforge data with this projects&#8217; id information.</p>
0
-
0
-
0
- <p>When you do this, this message will magically disappear!</p>
0
-
0
-
0
- <p>Or you can hack website/index.txt and make it all go away!!</p>
0
-
0
-
0
- <ul>
0
+<p>When you do this, this message will magically disappear!</p>
0
+<p>Or you can hack website/index.txt and make it all go away!!</p>
0
+<ul>
0
   <li>github: <a href="http://github.com/GITHUB_USERNAME/autotest_notification/tree/master">http://github.com/GITHUB_USERNAME/autotest_notification/tree/master</a></li>
0
- </ul>
0
-
0
-
0
+</ul>
0
 <pre>git clone git://github.com/GITHUB_USERNAME/autotest_notification.git</pre>
0
-
0
- <p><span class="caps">TODO</span> &#8211; add &#8220;github_username: username&#8221; to ~/.rubyforge/user-config.yml and newgem will reuse it for future projects.</p>
0
-
0
-
0
- <ul>
0
+<p><span class="caps">TODO</span> &#8211; add &#8220;github_username: username&#8221; to ~/.rubyforge/user-config.yml and newgem will reuse it for future projects.</p>
0
+<ul>
0
   <li>gitorious: <a href="git://gitorious.org/autotest_notification/mainline.git">git://gitorious.org/autotest_notification/mainline.git</a></li>
0
- </ul>
0
-
0
-
0
+</ul>
0
 <pre>git clone git://gitorious.org/autotest_notification/mainline.git</pre>
0
-
0
- <h3>Build and test instructions</h3>
0
-
0
-
0
+<h3>Build and test instructions</h3>
0
 <pre>cd autotest_notification
0
 rake test
0
 rake install_gem</pre>
0
-
0
- <h2>License</h2>
0
-
0
-
0
- <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
0
-
0
-
0
- <h2>Contact</h2>
0
-
0
-
0
- <p>Comments are welcome. Send an email to <a href="mailto:eduardobrando@gmail.com">Carlos Brando</a> via the <a href="http://groups.google.com/group/autotest_notification">forum</a></p>
0
+<h2>License</h2>
0
+<p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
0
+<h2>Contact</h2>
0
+<p>Comments are welcome. Send an email to <a href="mailto:eduardobrando@gmail.com">Carlos Brando</a> via the <a href="http://groups.google.com/group/autotest_notification">forum</a></p>
0
     <p class="coda">
0
- <a href="FIXME email">FIXME full name</a>, 15th June 2008<br>
0
+ <a href="FIXME email">FIXME full name</a>, 5th October 2008<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>

Comments

    No one has commented yet.