
5 Feb
2024
5 Feb
'24
7:59 p.m.
flay version 2.13.2 has been released! * home: <http://ruby.sadi.st/> * code: <https://github.com/seattlerb/flay> * rdoc: <http://docs.seattlerb.org/flay/> 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.13.2 / 2024-02-05 * 1 bug fix: * Pass dirs to Flay.run in FlayTask. (adam12)