rcov 0.8.1 fixes Safari 3 colorization
Happy Thanksgiving everyone! I hope you enjoyed time with your family and friends.
Well one new thing that you can be thankful for is rcov 0.8.1. This new version of rcov fixes the colorization problem with Safari 3, which by the way now affects Ruby programmers on 10.4.11, not just those of us on Leopard 10.5.0 - 10.5.1. Note that the WebKit team is hard at work fixing the old underlying problem. It does pay to report bugs.
Anyways, enjoy the new rcov and your turkey leftovers. The easiest way to get it if you already have rcov is to do:
sudo gem update rcov
or if you don't already have it:
sudo gem install rcov
Related posts: