flog version 2.5.0 has been released!
* <http://ruby.sadi.st/>
* <http://rubyforge.org/projects/seattlerb>
Flog reports the most tortured code in an easy to read pain
report. The higher the score, the more pain the code is in.
Changes:
### 2.5.0 / 2010-09-01
* 1 major enhancement:
* Added plugin system. Define a module under Flog to extend it.
* 3 minor enhancements:
* Added special case penalty for wtf to_proc: blah(&b = proc {...}) (benjaminb)
* Improved tests and test coverage.
* Unfactored & refactored report code. Much cleaner and more maintainable now.
* 2 bug fixes:
* Fixed API change for FlogTask (andreacampi)
* Fixed bad edgecase handler for block_pass (benjaminb)