From: Gregory Seidman Date: 2006-11-11T09:29:06+09:00 Subject: Re: [ANN] turn 0.1.0 Released On Sat, Nov 11, 2006 at 08:05:42AM +0900, Tim Pease wrote: } turn version 0.1.0 has been released! } Test::Unit Reporter New -- a new output format for Test::Unit [...] } By doing this } } require 'turn' } } And, if the 'facets' gem is installed (and your terminal supports ANSI color } codes) all this will be printed out in glorious and amazing technicolor! [...] This is way cool and remarkably timely. Coincidentally, a coworker was complaining about the way rails tests were reported about five minutes before I read this announcement. My only issue with it is its dependency on both the hoe and rubyforge gems. Are these really necessary, or are they accidental artifacts? It seems to work just fine if I remove them and remove the dependency on hoe in the spec file. Could you remove the dependencies, please? --Greg