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
Version 0.0.6
carlosbrando (author)
Sun May 11 19:49:28 -0700 2008
commit  ba6f6ba6689362043b37a91435c98e6f06c889ae
tree    146958c376e05a1c4abb26cc39adc2c9ac61954f
parent  59b639b12beb0452d9878c985c8e844a50aa21af
...
1
2
3
4
5
 
 
6
 
 
7
...
1
2
3
 
 
4
5
6
7
8
9
0
@@ -1,7 +1,9 @@
0
 
0
 For more information on autotest_notification, see http://github.com/carlosbrando/autotest-notification/
0
 
0
-NOTE: Change this information in PostInstall.txt
0
-You can also delete it if you don't want it.
0
+To turn on the notifier you need to run the following command:
0
+ an-install
0
 
0
+To turn off:
0
+ an-uninstall
0
 
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = %q{autotest-notification}
0
- s.version = "0.0.5"
0
+ s.version = "0.0.6"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=
0
 
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module AutotestNotification #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 0
0
- TINY = 5
0
+ TINY = 6
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
33
34
35
36
 
37
38
39
...
33
34
35
 
36
37
38
39
0
@@ -33,7 +33,7 @@
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">0.0.3</a>
0
+ <a href="http://rubyforge.org/projects/autotest_notification" class="numbers">0.0.6</a>
0
     </div>
0
     <h1>&#x2192; &#8216;autotest_notification&#8217;</h1>
0
 

Comments

    No one has commented yet.