Flay 2.5.0 Released

flay version 2.5.0 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.5.0 / 2014-05-29

  • 6 minor enhancements:

    • Added Flay::Item and Flay::Location to encapsulate analysis.
    • Added --only nodetype filter flag.
    • Flay#analyze now returns a nice data structure you can walk over.
    • Flay#report is now much more dumb. :slight_smile:
    • Flay#report now takes an optional IO object.
    • Removed unused prune arg in Flay#report.