<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -39,7 +39,7 @@ context &quot;The PDF::Wrapper class&quot; do
     
     table = PDF::Wrapper::Table.new do |t|
       t.data = (1..50).collect { [1,2] }
-      t.headers = [&quot;col1&quot;, &quot;col2&quot;]
+      t.headers [&quot;col1&quot;, &quot;col2&quot;]
       t.show_headers = nil
     end
 
@@ -57,7 +57,7 @@ context &quot;The PDF::Wrapper class&quot; do
     
     table = PDF::Wrapper::Table.new do |t|
       t.data = (1..50).collect { [1,2] }
-      t.headers = [&quot;col1&quot;, &quot;col2&quot;]
+      t.headers [&quot;col1&quot;, &quot;col2&quot;]
       t.show_headers = :once
     end
 
@@ -77,7 +77,7 @@ context &quot;The PDF::Wrapper class&quot; do
     
     table = PDF::Wrapper::Table.new do |t|
       t.data = (1..50).collect { [1,2] }
-      t.headers = [&quot;col1&quot;, &quot;col2&quot;]
+      t.headers [&quot;col1&quot;, &quot;col2&quot;]
       t.show_headers = :page
     end
 </diff>
      <filename>specs/tables_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4296b8070de27fda40b01965e38742021a3cac4b</id>
    </parent>
  </parents>
  <author>
    <name>James Healy</name>
    <email>jimmy@deefa.com</email>
  </author>
  <url>http://github.com/methodmissing/pdf-wrapper/commit/00d737890daf304d9ee5619f236a7f0648a62dfb</url>
  <id>00d737890daf304d9ee5619f236a7f0648a62dfb</id>
  <committed-date>2008-08-10T06:07:41-07:00</committed-date>
  <authored-date>2008-08-10T06:07:41-07:00</authored-date>
  <message>updated a couple of specs to use non-deprecated methods</message>
  <tree>1d12a6cf69d54e470d41a70a6a1dc0be6b503619</tree>
  <committer>
    <name>James Healy</name>
    <email>jimmy@deefa.com</email>
  </committer>
</commit>
