On 11/10/06, Gregory Seidman <gsslist+ruby / anthropohedron.net> wrote: > 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? > Done, and done! New release of turn-0.1.1 -- non dependency encumbered version. I just put it out there, and it should be hitting the mirrors soon-ish. I'm using Ryan Davis' hoe package (totally awesome stuff there), and it makes itself a dependency when you build a gem unless you explicitly say, "Hey, I don't want to depend on you. Go away!" TwP