[ANN] flay 1.3.0 Released

flay version 1.3.0 has been released!

* <http://ruby.sadi.st/>
* <http://rubyforge.org/projects/seattlerb>

Flay analyzes code for structural similarities. Differences in literal
values, variable, class, method names, whitespace, programming style,
braces vs do/end, etc are all ignored. Making this totally rad.

Changes:

### 1.3.0 / 2009-06-23

* 5 minor enhancements:

  * Added --summary to display flay scores per file.
  * Added --verbose to display processing progress.
  * Protect against syntax errors in bad code and continue flaying.
  * Removed fuzzy matching. Never got it to feel right. Slow. Broken on 1.9
  * Renamed --verbose to --diff.