flog version 3.0.0.b1 has been released!
* rdoc: <http://seattlerb.rubyforge.org/flog>
* home: <http://ruby.sadi.st/>
* repo: <https://github.com/seattlerb/flog>
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:
### 3.0.0.b1 / 2012-07-26
* 4 minor enhancements:
* Added --18 and --19 flags to specify parser. Defaults to hybrid.
* Explicitly use Ruby18Parser to remove deprecation warnings.
* Modified processor to deal with cleaner sexps from RP 3.x.
* Use File.binread (File.read in 1.8) to bypass encoding errors
* 2 bug fixes:
* Cleaned up some 1.9 warnings.
* Fixed failing tests against ruby_parser 3