[ANN] flog 4.1.2 Released

flog version 4.1.2 has been released!

* code: <https://github.com/seattlerb/flog>
* home: <http://ruby.sadi.st/>
* rdoc: <http://seattlerb.rubyforge.org/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:

### 4.1.2 / 2013-09-05

* 2 bug fixes:

  * Don't even record a score if method stack is empty and user used --methods-only.
  * Fixed Flog task's default method. (jasonrobertfox)