[ANN] flay 1.2.1 Released

flay version 1.2.1 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.2.1 / 2009-03-16

* 3 minor enhancements:

   * Added gauntlet_flay.rb
   * Cached value of plugins loaded.
   * Refactored and separated analysis phase from process phase

* 1 bug fix:

   * Added bin dir to default dirs list in FlayTask

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