<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -145,7 +145,7 @@ module Prawn
         @col_widths = [0] * @data[0].length    
         renderable_data.each do |row|
           row.each_with_index do |cell,i|
-            length = cell.lines.map { |e| 
+            length = cell.to_s.lines.map { |e| 
               @document.font_metrics.string_width(e,@font_size) }.max.to_f +
                 2*@horizontal_padding
             @col_widths[i] = length if length &gt; @col_widths[i]
@@ -174,7 +174,7 @@ module Prawn
             row.each_with_index do |e,i|
               c &lt;&lt; Prawn::Graphics::Cell.new(
                 :document =&gt; @document, 
-                :text     =&gt; e, 
+                :text     =&gt; e.to_s, 
                 :width    =&gt; @col_widths[i],
                 :horizontal_padding =&gt; @horizontal_padding,
                 :vertical_padding =&gt; @vertical_padding,</diff>
      <filename>lib/prawn/document/table.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a22c3b568dd29e29bea254e2d99f89d87809e48a</id>
    </parent>
  </parents>
  <author>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </author>
  <url>http://github.com/sandal/prawn/commit/d335b2a86ebefb68eb7effe6401491fd894e33f8</url>
  <id>d335b2a86ebefb68eb7effe6401491fd894e33f8</id>
  <committed-date>2008-07-23T09:52:59-07:00</committed-date>
  <authored-date>2008-07-23T09:52:59-07:00</authored-date>
  <message>Automatically call to_s on each table cell</message>
  <tree>add2a43ea320345fee57a817fd1214c7e4f76364</tree>
  <committer>
    <name>Gregory Brown</name>
    <email>gregory.t.brown@gmail.com</email>
  </committer>
</commit>
