flay version 2.0.1 has been released!
- repo: https://github.com/seattlerb/flay
- home: http://ruby.sadi.st/
- rdoc: http://seattlerb.rubyforge.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.0.1 / 2012-12-18
-
2 bug fixes:
- Avoid redefined warning for File::RUBY19. (svendahlstrand)
- Relaxed the ruby_parser dependency.