Flay 2.0.1 Released

flay version 2.0.1 has been released!

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:

2.0.1 / 2012-12-18

  • 2 bug fixes:

    • Avoid redefined warning for File::RUBY19. (svendahlstrand)
    • Relaxed the ruby_parser dependency.