Flog v3.1.0 Release Notes

Release Date: 2012-11-16 // over 11 years ago
    • 4 minor enhancements:

      • --quiet option is now false by default, and changed to silence parse warnings.
      • Added max_score and max_method. (aselder)
      • FlogTask can now take a method to use to figure out score, allowing for total or max_score.
      • Switched to capturing RubyParser::SyntaxError (RP 3.0 change).
    • 🛠 2 bug fixes:

      • Avoid redefined warning for File::RUBY19. (svendahlstrand)
      • Fixed flog to default to RubyParser if not specified. Allows cleaner programmatic access.