=== 0.0.3 2010-04-26 * Added checks for spacing around commas * Added checks for spacing around open/closed parenthesis/brackets === 0.0.2 2010-04-23 * Renamed project from ruby_style_checker to Tailor * Added check for lines > 80 characters === 0.0.1 2010-04-22 * Initial release! * Command-line executable takes a directory and checks all files, recursively. * Checks for: * Indentation * Hard-tabs in indentation * Name cases * Snake case class & module names * Camel case method names * Extra whitespace * At the end of lines * On empty lines * After commas