<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>cca72f343055c1e514159006aaf6a5c485e53692</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/63300008ad3cda14c529d356242413f91af68b50</url>
    <id>63300008ad3cda14c529d356242413f91af68b50</id>
    <committed-date>2008-07-16T15:14:13-07:00</committed-date>
    <authored-date>2008-07-16T15:14:13-07:00</authored-date>
    <message>Fix empty string issue on tables.  I might want to investigate how this code handles nils.  [#36 state:resolved]</message>
    <tree>44acc04063061097f99c0ab7778a5b6c7c28318a</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>10a88748e633e236f20928517cedee7c4c23b0d1</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/cca72f343055c1e514159006aaf6a5c485e53692</url>
    <id>cca72f343055c1e514159006aaf6a5c485e53692</id>
    <committed-date>2008-07-02T14:32:25-07:00</committed-date>
    <authored-date>2008-07-02T14:32:25-07:00</authored-date>
    <message>Low level support for multiple page layouts / sizes.  Ineffecient, and needing tests, and probably needs a higher level interface</message>
    <tree>d393d5abda80bf5f1d8ab03647b88182bb5e801d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ec96caabe19f19bcfc7710c5c7893615602d4b7</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/10a88748e633e236f20928517cedee7c4c23b0d1</url>
    <id>10a88748e633e236f20928517cedee7c4c23b0d1</id>
    <committed-date>2008-07-02T08:57:37-07:00</committed-date>
    <authored-date>2008-07-02T08:57:37-07:00</authored-date>
    <message>Remove IO#read monkey patch.  Wow, datatypes.rb is evil</message>
    <tree>de9d1a82bdf2985ea924cdc3f0b4a7a9ac405596</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6922291b307b218f9f22c79912b1daca1bfccbe1</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/4ec96caabe19f19bcfc7710c5c7893615602d4b7</url>
    <id>4ec96caabe19f19bcfc7710c5c7893615602d4b7</id>
    <committed-date>2008-07-02T07:11:42-07:00</committed-date>
    <authored-date>2008-07-02T07:11:42-07:00</authored-date>
    <message>Store font for testing Shift-JIS in the repository</message>
    <tree>74be057a0c3ca947d303f84b94e2f078ce5b51a1</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24791d9ce26c6946c5319dfb3de66da072d9a2a6</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/6922291b307b218f9f22c79912b1daca1bfccbe1</url>
    <id>6922291b307b218f9f22c79912b1daca1bfccbe1</id>
    <committed-date>2008-07-02T06:56:25-07:00</committed-date>
    <authored-date>2008-07-02T06:43:08-07:00</authored-date>
    <message>on M17N aware VMs, raise an error if the user attempts to render a utf8 incompatible string to the page</message>
    <tree>8861ffc78ac44380662fb25b5f6ba0c851062d03</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91783080131914e519c4e0f1f76fac931e1bbab6</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/24791d9ce26c6946c5319dfb3de66da072d9a2a6</url>
    <id>24791d9ce26c6946c5319dfb3de66da072d9a2a6</id>
    <committed-date>2008-07-02T06:56:16-07:00</committed-date>
    <authored-date>2008-07-02T06:54:05-07:00</authored-date>
    <message>Ensure correct output encoding when rendering
- when rendering to a string, the output string should be marked as
  binary encoded, and not human readable text
- when rendering to file, open the output stream as binary so it is
  compatible with the rendered binary string</message>
    <tree>5b22cb0b886fe8c0a99cb518b839c2ab4550c953</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa633b6e63bc692a1f5edea7519f25786e8bda77</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/91783080131914e519c4e0f1f76fac931e1bbab6</url>
    <id>91783080131914e519c4e0f1f76fac931e1bbab6</id>
    <committed-date>2008-07-02T06:40:43-07:00</committed-date>
    <authored-date>2008-07-02T06:38:24-07:00</authored-date>
    <message>added an example of rendered Shift-JIS encoded text</message>
    <tree>6b197760efa8b77ffa25f1e7610d8f87dc5b1b6b</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eec1dc3021fac4d875e11bbafb9834c401c8851c</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/aa633b6e63bc692a1f5edea7519f25786e8bda77</url>
    <id>aa633b6e63bc692a1f5edea7519f25786e8bda77</id>
    <committed-date>2008-07-02T06:40:37-07:00</committed-date>
    <authored-date>2008-07-02T06:35:46-07:00</authored-date>
    <message>add content type tags to all source files (1.9 compat)</message>
    <tree>6f81c38bc9214c2b82caa725b58e45704cb95c77</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>451da0ab5ef7501b52e0d32bb80235fdefb43449</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/eec1dc3021fac4d875e11bbafb9834c401c8851c</url>
    <id>eec1dc3021fac4d875e11bbafb9834c401c8851c</id>
    <committed-date>2008-06-26T16:31:06-07:00</committed-date>
    <authored-date>2008-06-26T16:31:06-07:00</authored-date>
    <message>Clean up example</message>
    <tree>1df6aae8e70f7e2b509d3ae72f7f9f7791d20ca8</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81bf90f6cd86ecdaa25879f2973c255d4188793c</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/451da0ab5ef7501b52e0d32bb80235fdefb43449</url>
    <id>451da0ab5ef7501b52e0d32bb80235fdefb43449</id>
    <committed-date>2008-06-26T16:27:42-07:00</committed-date>
    <authored-date>2008-06-26T16:27:42-07:00</authored-date>
    <message>Grapics API docs [#26]</message>
    <tree>22338333fc79c8b32fa3a2fdd74c541acfe2da4c</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf20d22cde2e892bd578a81620eacdc683e57d69</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/81bf90f6cd86ecdaa25879f2973c255d4188793c</url>
    <id>81bf90f6cd86ecdaa25879f2973c255d4188793c</id>
    <committed-date>2008-06-26T16:20:39-07:00</committed-date>
    <authored-date>2008-06-26T16:20:39-07:00</authored-date>
    <message>Text API docs -- nodoc font_metrics [#26]</message>
    <tree>cdc4b1fecfca52b2a79b9f9d98d7c9b5f6d62071</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4af5a3de3ace36547c74b700da6f77e556ae821d</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/bf20d22cde2e892bd578a81620eacdc683e57d69</url>
    <id>bf20d22cde2e892bd578a81620eacdc683e57d69</id>
    <committed-date>2008-06-26T16:19:38-07:00</committed-date>
    <authored-date>2008-06-26T16:19:38-07:00</authored-date>
    <message>Text API docs [#26]</message>
    <tree>41dc9678cf7a46db697326a06b5b924c35a5fd17</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac6f92198b789d69e3623bc5a2fb2db0809134eb</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/4af5a3de3ace36547c74b700da6f77e556ae821d</url>
    <id>4af5a3de3ace36547c74b700da6f77e556ae821d</id>
    <committed-date>2008-06-26T16:16:37-07:00</committed-date>
    <authored-date>2008-06-26T16:16:37-07:00</authored-date>
    <message>Bounding Box API docs [#26]</message>
    <tree>1ba33bd7d514a471c2163aaceb72527ed4cce995</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d41b8861009dfc81a9ff9f34337380447789efe</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/ac6f92198b789d69e3623bc5a2fb2db0809134eb</url>
    <id>ac6f92198b789d69e3623bc5a2fb2db0809134eb</id>
    <committed-date>2008-06-26T16:09:02-07:00</committed-date>
    <authored-date>2008-06-26T16:09:02-07:00</authored-date>
    <message>fix typo [#26]</message>
    <tree>93b0a3be2fc74de33d887103d04486c84769006d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ff7cd9e6260894c9e2d131bd7c5b1b44f694816</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/7d41b8861009dfc81a9ff9f34337380447789efe</url>
    <id>7d41b8861009dfc81a9ff9f34337380447789efe</id>
    <committed-date>2008-06-26T16:08:12-07:00</committed-date>
    <authored-date>2008-06-26T16:08:12-07:00</authored-date>
    <message>Cell API docs [#26]</message>
    <tree>5ed8e9a6df2fd651669852f54cd8bf355e107c2e</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3b1bb4da23d28bebd646d2b4d63ff8d2f287247</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/1ff7cd9e6260894c9e2d131bd7c5b1b44f694816</url>
    <id>1ff7cd9e6260894c9e2d131bd7c5b1b44f694816</id>
    <committed-date>2008-06-26T15:46:47-07:00</committed-date>
    <authored-date>2008-06-26T15:46:47-07:00</authored-date>
    <message>Table API documentation [#26]</message>
    <tree>7e1a52bf15d19ad5e606599e77ad6bbb8b35775d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37e7b434c021a8f36485095ac9d50fa4c2a42954</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/c3b1bb4da23d28bebd646d2b4d63ff8d2f287247</url>
    <id>c3b1bb4da23d28bebd646d2b4d63ff8d2f287247</id>
    <committed-date>2008-06-26T14:43:04-07:00</committed-date>
    <authored-date>2008-06-26T14:43:04-07:00</authored-date>
    <message>Less efficient but more readable, only makes a minimal impact on benchmarks</message>
    <tree>848c496f6b2146a3308d1a705e5401b016fb17e1</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9440fb8736bd02943b462a2b310395497d2c81f6</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/37e7b434c021a8f36485095ac9d50fa4c2a42954</url>
    <id>37e7b434c021a8f36485095ac9d50fa4c2a42954</id>
    <committed-date>2008-06-26T14:37:50-07:00</committed-date>
    <authored-date>2008-06-26T14:37:50-07:00</authored-date>
    <message>Refactoring to make this look less like bad C++</message>
    <tree>56dd838152448d243987b793ab73ddffcfe4ea25</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>21d711571b3d87953e5f2ce6b1ca71a2ad58d788</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/9440fb8736bd02943b462a2b310395497d2c81f6</url>
    <id>9440fb8736bd02943b462a2b310395497d2c81f6</id>
    <committed-date>2008-06-26T14:18:29-07:00</committed-date>
    <authored-date>2008-06-26T14:18:29-07:00</authored-date>
    <message>Move table shortcut into table file</message>
    <tree>67117137c6aacb3f94208c149e64edaddd9511ec</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>efe778afb9d4af4296c26b360f3361a228a8c1a8</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/21d711571b3d87953e5f2ce6b1ca71a2ad58d788</url>
    <id>21d711571b3d87953e5f2ce6b1ca71a2ad58d788</id>
    <committed-date>2008-06-26T14:16:02-07:00</committed-date>
    <authored-date>2008-06-26T14:16:02-07:00</authored-date>
    <message>Begin work on API docs (Document) [#26 state:open]</message>
    <tree>f6ff01a090cace839a5819d8113b4418db71b81f</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b3c43b25fc2035c4ce03cac7103de9e1c3966b86</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/efe778afb9d4af4296c26b360f3361a228a8c1a8</url>
    <id>efe778afb9d4af4296c26b360f3361a228a8c1a8</id>
    <committed-date>2008-06-26T09:00:39-07:00</committed-date>
    <authored-date>2008-06-26T09:00:39-07:00</authored-date>
    <message>Adding Ruport Formatter POC</message>
    <tree>f406b630803b0347c7ff1ba9e2b8c1ef3181238f</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>46bc42b2dd0bc7f780164a05d3b5d6aba62ed622</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/b3c43b25fc2035c4ce03cac7103de9e1c3966b86</url>
    <id>b3c43b25fc2035c4ce03cac7103de9e1c3966b86</id>
    <committed-date>2008-06-26T09:00:04-07:00</committed-date>
    <authored-date>2008-06-26T09:00:04-07:00</authored-date>
    <message>Fix cycling issues with colors so that they reset on each page</message>
    <tree>ba312a9e250b42b4b57439aa65df5830f6f5d51b</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bcbfdbdf4d0c8301bccc42015a1aa3182731d3d9</id>
      </parent>
      <parent>
        <id>299f429a325ebfc807d0c6fd30b251e80d788990</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/46bc42b2dd0bc7f780164a05d3b5d6aba62ed622</url>
    <id>46bc42b2dd0bc7f780164a05d3b5d6aba62ed622</id>
    <committed-date>2008-06-26T08:45:52-07:00</committed-date>
    <authored-date>2008-06-26T08:45:52-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:sandal/prawn</message>
    <tree>a77096b109eeb71359324720037b66a01b267071</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22803aca721fac1cc238f00fbe5a94687d050cb3</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/bcbfdbdf4d0c8301bccc42015a1aa3182731d3d9</url>
    <id>bcbfdbdf4d0c8301bccc42015a1aa3182731d3d9</id>
    <committed-date>2008-06-26T08:00:46-07:00</committed-date>
    <authored-date>2008-06-26T08:00:46-07:00</authored-date>
    <message>Add PDF::Writer style to prawn</message>
    <tree>eda6024ba92575287ae05ff226cedb9d19f666e0</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97789a459cbd4f8121d339c60dadb4d88f7cbc37</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/22803aca721fac1cc238f00fbe5a94687d050cb3</url>
    <id>22803aca721fac1cc238f00fbe5a94687d050cb3</id>
    <committed-date>2008-06-25T16:20:35-07:00</committed-date>
    <authored-date>2008-06-25T16:20:35-07:00</authored-date>
    <message>Shot in the dark</message>
    <tree>fbaa0c40208aa088cf87f3ac6a3b277fc8b615ad</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22803aca721fac1cc238f00fbe5a94687d050cb3</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/299f429a325ebfc807d0c6fd30b251e80d788990</url>
    <id>299f429a325ebfc807d0c6fd30b251e80d788990</id>
    <committed-date>2008-06-25T15:57:04-07:00</committed-date>
    <authored-date>2008-06-25T15:57:04-07:00</authored-date>
    <message>make examples identical</message>
    <tree>3194c74a1a41925a15f7d03fb57543c92e2844c5</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eb367ff4b5d0817aae7e61464bd8854e9b40d7f7</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/97789a459cbd4f8121d339c60dadb4d88f7cbc37</url>
    <id>97789a459cbd4f8121d339c60dadb4d88f7cbc37</id>
    <committed-date>2008-06-25T15:42:45-07:00</committed-date>
    <authored-date>2008-06-25T15:42:45-07:00</authored-date>
    <message>Hack to do color cycling</message>
    <tree>7cacd65c12c7a1e9584cf71b46e203f13d9ca8ec</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>549af3d8ff53045dec9c1f18d905e6fa7c21bebc</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/eb367ff4b5d0817aae7e61464bd8854e9b40d7f7</url>
    <id>eb367ff4b5d0817aae7e61464bd8854e9b40d7f7</id>
    <committed-date>2008-06-25T13:29:15-07:00</committed-date>
    <authored-date>2008-06-25T13:29:15-07:00</authored-date>
    <message>Using JEG2's trick of stealing from Rails</message>
    <tree>e1d338b275c9bc594dcb495639ea6319bd701781</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6fe8a0e5af06b51430a64dbcbe9c5095cf5ccb6d</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/549af3d8ff53045dec9c1f18d905e6fa7c21bebc</url>
    <id>549af3d8ff53045dec9c1f18d905e6fa7c21bebc</id>
    <committed-date>2008-06-25T12:29:16-07:00</committed-date>
    <authored-date>2008-06-25T12:29:16-07:00</authored-date>
    <message>Give better access to margin_box</message>
    <tree>04e62cb773574086e0181f2460664eb96e1daa75</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d96c2d5d87cf5c0f3d590be21251ab6689ba2229</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/6fe8a0e5af06b51430a64dbcbe9c5095cf5ccb6d</url>
    <id>6fe8a0e5af06b51430a64dbcbe9c5095cf5ccb6d</id>
    <committed-date>2008-06-25T12:22:58-07:00</committed-date>
    <authored-date>2008-06-25T12:22:58-07:00</authored-date>
    <message>Expand and cleanup bounding box tests, add some new sugar for bounding boxes</message>
    <tree>1bdbe03b95b5e22e96a65882e7f22d1ea1bf9389</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
</commits>
