[ANN] flay 1.1.0 Released

flay version 1.1.0 has been released!

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

Flay analyzes ruby 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.1.0 / 2009-01-20

* 8 minor enhancement:

   * Added -v verbose mode to print out N-way diff of the detected code.
   * Added identical node scoring and reporting.
   * Added the start of copy/paste+edit detection, not even close yet
   * Added more tests.
   * Added rcov tasks
   * Added the start of copy/paste+edit detection
   * Clarified output a bit
   * Refactored process_sexps to make doing other languages/systems easier.

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