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
Rollback somethings.
carlosbrando (author)
Wed Jun 18 12:05:28 -0700 2008
commit  b81fac549b27e8395de1cdc7047242a9fc5fa88b
tree    0250285efe91472527ca18c8e57a7353b247076e
parent  3c09009dc42831f332b718a075c0f3cc4bc20698
...
1
2
 
 
3
4
5
...
 
 
1
2
3
4
5
0
@@ -1,5 +1,5 @@
0
-#! /opt/ruby-enterprise-1.8.6-20080507/bin/ruby
0
-#
0
+#!/usr/bin/env ruby
0
+#
0
 # Created on 2008-5-11.
0
 # Copyright (c) 2008. All rights reserved.
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-#! /opt/ruby-enterprise-1.8.6-20080507/bin/ruby
0
+#!/usr/bin/env ruby
0
 #
0
 # Created on 2008-5-11.
0
 # Copyright (c) 2008. All rights reserved.
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ require 'fileutils'
0
 include FileUtils
0
 
0
 require 'rubygems'
0
-%w[rake hoe newgem rubigen zentest].each do |req_gem|
0
+%w[rake hoe newgem rubigen ZenTest].each do |req_gem|
0
   begin
0
     require req_gem
0
   rescue LoadError

Comments

    No one has commented yet.