HISTORY.md in metric_fu-4.1.0 vs HISTORY.md in metric_fu-4.1.1

- old
+ new

@@ -1,16 +1,27 @@ ### Master +### MetricFu 4.1.1 / 2013-04-16 + +* Fixes + * Fix Syck warning in Ruby > 1.9 (Todd A. Jacobs #58, Benjamin Fleischer) + * Cane parser doesn't blow up when no output returned (Guilherme Souza #55) + * Fix typo in readme (Paul Elliott #52) + * Disable Flog and Cane in non-MRI rubies, as they require ripper (Benjamin Fleischer) +* Refactor hotspots and graph code to live in its own metric (Benjamin Fleischer #54, #60) +* Use RedCard gem to determine ruby version and ruby engine +* Fix Gemfile ssl source warning + ### MetricFu 4.1.0 / 2013-03-06 * Fix crash in cane when missing readme (Sathish, pull request #51) * Prevent future cane failures on unexpected violations (Sathish, pull request #51) ### MetricFu 4.0.0 / 2013-03-05 * Adding cane metrics (Sathish, pull request #49) * Not yet included in hotspots - * *Removed ruby 1.9 support* + * *Removed ruby 1.8 support* ### MetricFu 3.0.1 / 2013-03-01 * Fixed typo in Flay generator (Sathish, pull request #47)