'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.
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',
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to