<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{flogger}
-  s.version = &quot;0.2.5&quot;
+  s.version = &quot;0.2.6&quot;
   s.date = %q{2008-09-11}
   s.authors = [&quot;Simplificator GmbH&quot;]
   s.email = %q{info@simplificator.com}</diff>
      <filename>flogger.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 module Flogger
   module InstanceMethods
-    ERROR_MESSAGE_PREFIX = 'Error when flogging your files:'
+    ERROR_MESSAGE_PREFIX = 'Error when flogging your files. %i methods exceeded threshold:'
     ERROR_MESSAGE = &quot;%s has a flog score of %.2f (exceeding treshold of %.2f by %.2f)&quot;
     
     # 
@@ -54,7 +54,7 @@ module Flogger
     #
     def build_flog_message(failures, options)
       max = failures.inject(0) {|memo, item| memo = [memo, item.first.length].max}
-      message = [ERROR_MESSAGE_PREFIX]
+      message = [ERROR_MESSAGE_PREFIX % failures.size]
       failures.each do |item|
         limit = treshold_for_key(item.first, options)
         message &lt;&lt;  ERROR_MESSAGE % [item.first.ljust(max + 2, ' '), item.last, limit, (item.last - limit)]</diff>
      <filename>lib/flogger/assertions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e9fa89ace9732c8e6866cebf146b35c2f19a8736</id>
    </parent>
  </parents>
  <author>
    <name>pascalbetz</name>
    <email>pascal.betz@simplificator.com</email>
  </author>
  <url>http://github.com/simplificator/flogger/commit/b6c55b5d85955501c2ee5dc20bd4edf79f254177</url>
  <id>b6c55b5d85955501c2ee5dc20bd4edf79f254177</id>
  <committed-date>2008-09-11T03:56:27-07:00</committed-date>
  <authored-date>2008-09-11T03:56:27-07:00</authored-date>
  <message>changed formatting of error message. bumped spec version so a new gem is built</message>
  <tree>d17d1538b2c3d949bbc2e671726f9e54118b0d16</tree>
  <committer>
    <name>pascalbetz</name>
    <email>pascal.betz@simplificator.com</email>
  </committer>
</commit>
