[Rubygems-developers] [PATCH] too much clobbering
Grant Hollingworth
grant at antiflux.org
Fri Mar 3 21:00:02 EST 2006
'rake clobber' removes test/data/PostMessage-0.0.1.gem, which is in CVS.
This patch limits the test/data clobbering to [a-z]-*.gem.
-------------- next part --------------
Index: Rakefile
===================================================================
RCS file: /var/cvs/rubygems/rubygems/Rakefile,v
retrieving revision 1.58
diff -u -r1.58 Rakefile
--- Rakefile 24 Feb 2006 00:54:18 -0000 1.58
+++ Rakefile 4 Mar 2006 01:43:22 -0000
@@ -32,7 +32,7 @@
"test/data/one/one-*0.0.1.gem",
"test/temp",
'test/data/gemhome',
- 'test/data/*.gem',
+ 'test/data/[a-z]-*.gem',
'scripts/*.hieraki',
'data__',
'html',
More information about the Rubygems-developers
mailing list