<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -157,7 +157,10 @@ module Rcov
     def aggregate_data(aggregated_data, delta)
       delta.each_pair do |file, cov_arr|
         dest = (aggregated_data[file] ||= Array.new(cov_arr.size, 0))
-        cov_arr.each_with_index{|x,i| dest[i] += x.to_i}
+        cov_arr.each_with_index do |x,i| 
+          dest[i] ||= 0
+          dest[i] += x.to_i
+        end
       end
     end
 </diff>
      <filename>lib/rcov/code_coverage_analyzer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,8 +3,8 @@
 # See LICENSE for licensing information.
 
 module Rcov
-  VERSION = &quot;0.9.5&quot;
-  RELEASE_DATE = &quot;2009-10-16&quot;
+  VERSION = &quot;0.9.6&quot;
+  RELEASE_DATE = &quot;2009-10-23&quot;
   RCOVRT_ABI = [2,0,0]
   UPSTREAM_URL = &quot;http://github.com/relevance/rcov&quot;
 end</diff>
      <filename>lib/rcov/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,7 @@ PKG_FILES = [&quot;bin/rcov&quot;, &quot;lib/rcov.rb&quot;, &quot;lib/rcov/lowlevel.rb&quot;, &quot;lib/rcov/versio
 
 Gem::Specification.new do |s|
   s.name = %q{rcov}
-  s.version = &quot;0.9.5&quot;
+  s.version = &quot;0.9.6&quot;
 
   s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Relevance&quot;, &quot;Chad Humphries (spicycode)&quot;, &quot;Aaron Bedra (abedra)&quot;, &quot;Jay McGaffigan&quot;, &quot;Mauricio Fernandez&quot;]</diff>
      <filename>rcov-java.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -25,7 +25,7 @@ PKG_FILES = [&quot;bin/rcov&quot;, &quot;lib/rcov.rb&quot;, &quot;lib/rcov/lowlevel.rb&quot;, &quot;lib/rcov/versio
 
 Gem::Specification.new do |s|
   s.name = %q{rcov}
-  s.version = &quot;0.9.5&quot;
+  s.version = &quot;0.9.6&quot;
 
   s.required_rubygems_version = nil if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Relevance&quot;, &quot;Chad Humphries (spicycode)&quot;, &quot;Aaron Bedra (abedra)&quot;, &quot;Jay McGaffigan&quot;, &quot;Mauricio Fernandez&quot;]</diff>
      <filename>rcov.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5da8e3c98e5ff6fc89135551d21aa9639cc953bf</id>
    </parent>
  </parents>
  <author>
    <name>Aaron Bedra</name>
    <email>aaron@aaronbedra.com</email>
  </author>
  <url>http://github.com/relevance/rcov/commit/4c18ed51d642a91ea0dd67516b919e50c76f5c0e</url>
  <id>4c18ed51d642a91ea0dd67516b919e50c76f5c0e</id>
  <committed-date>2009-10-23T07:31:03-07:00</committed-date>
  <authored-date>2009-10-23T07:31:03-07:00</authored-date>
  <message>resolves gh issue #30 (from @kkaempf)</message>
  <tree>f28d73d61deba66eb80c4da373b3c1e28d58b0bf</tree>
  <committer>
    <name>Aaron Bedra</name>
    <email>aaron@aaronbedra.com</email>
  </committer>
</commit>
