From: Ryan Davis Date: 2013-04-19T08:11:21+09:00 Subject: [ANN] flog 4.0.0 Released flog version 4.0.0 has been released! * home: * repo: * rdoc: 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.0.0 / 2013-04-18 * 1 major enhancement: * Renamed Flog#methods to #method_scores. (makaroni4) * 4 minor enhancements: * Added accessors for methods, scores. Now available for CIs! (makaroni4) * Refactored calculations down to 2 methods: total_score and totals. (makaroni4) * Refactored to #calculate, #threshold. (makaroni4) * Track stack of nested sclass scopes for parser (pithyless)