Simple Ruby Script for Source Code Reviews
      Early today I wrote a simple script to help me get up and running quickly for source code reviews.  You can check it out at http://github.com/medelibero/CodeReviewTools.  It is nothing too special but it will save me a little bit of time.  The only dependency for the script is the spreadsheet gem which can be found at http://rubyforge.org/projects/spreadsheet/.  The nice thing about this is that it doesn't require OLE so you can run this on OSX and Windows and maybe even linux (I didn't try that OS).  
    Well I hope this is helpful for someone else, which is probably why I am posting it here :).    
    
