<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>8f6d50c7a5bddfb4d4b2c814bad30947baa234e9</id>
      </parent>
    </parents>
    <author>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/631d2dbf237c7bc5eb0d80b78550d7568017dc7a</url>
    <id>631d2dbf237c7bc5eb0d80b78550d7568017dc7a</id>
    <committed-date>2008-11-09T17:28:23-08:00</committed-date>
    <authored-date>2008-11-09T17:28:23-08:00</authored-date>
    <message>changed code snippets to actual text from images</message>
    <tree>585775fed5d7cf1d0fe2600a806d056871baf7f7</tree>
    <committer>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3dc7a726eb6d9f8288a74ba10ebb28e94621baa</id>
      </parent>
    </parents>
    <author>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/8f6d50c7a5bddfb4d4b2c814bad30947baa234e9</url>
    <id>8f6d50c7a5bddfb4d4b2c814bad30947baa234e9</id>
    <committed-date>2008-11-06T20:42:18-08:00</committed-date>
    <authored-date>2008-11-06T20:42:18-08:00</authored-date>
    <message>Per ticket [#95], fixing documentation for cell bordersr</message>
    <tree>6431e64d7c6fbbb68356b5b7b8e9959dab322b25</tree>
    <committer>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da1e7eb35c63361335b00d84a12c0ea055b63c5a</id>
      </parent>
    </parents>
    <author>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/f3dc7a726eb6d9f8288a74ba10ebb28e94621baa</url>
    <id>f3dc7a726eb6d9f8288a74ba10ebb28e94621baa</id>
    <committed-date>2008-11-06T19:57:48-08:00</committed-date>
    <authored-date>2008-11-06T19:57:48-08:00</authored-date>
    <message>updated header align example to include a right align [#98]</message>
    <tree>15f673c8921756e456def24b5fca504749c6bfce</tree>
    <committer>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>286077da66c66c64e95380e5dce4f5cf5d6dea2f</id>
      </parent>
    </parents>
    <author>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/da1e7eb35c63361335b00d84a12c0ea055b63c5a</url>
    <id>da1e7eb35c63361335b00d84a12c0ea055b63c5a</id>
    <committed-date>2008-11-06T19:43:51-08:00</committed-date>
    <authored-date>2008-11-06T19:43:51-08:00</authored-date>
    <message>Integrating patch from Brian Kenn
Per ticket #98:
allows proper alignment of table headers</message>
    <tree>5e526839042f3d56f80a55a43dc0dc4448236b43</tree>
    <committer>
      <name>Colin A. Bartlett</name>
      <email>colin@kineticweb.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>827887ea2e1ca845a07af46241c83050440ae35e</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/286077da66c66c64e95380e5dce4f5cf5d6dea2f</url>
    <id>286077da66c66c64e95380e5dce4f5cf5d6dea2f</id>
    <committed-date>2008-10-31T08:47:26-07:00</committed-date>
    <authored-date>2008-10-31T08:47:26-07:00</authored-date>
    <message>A new example showing CMYK colour selection and image embedding</message>
    <tree>ae1c5c166db8065dfa27edf2c19c79534b49efc7</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0c97cc776ab65adc50e317768a6c3cc246cca9ed</id>
      </parent>
    </parents>
    <author>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/827887ea2e1ca845a07af46241c83050440ae35e</url>
    <id>827887ea2e1ca845a07af46241c83050440ae35e</id>
    <committed-date>2008-10-31T08:32:37-07:00</committed-date>
    <authored-date>2008-10-31T08:32:37-07:00</authored-date>
    <message>Set an explicit Decode Array for CMYK jpg images
- see section 4.8.4 of the spec. We're swapping Dmin and Dmax to invert
  colours.</message>
    <tree>0a660c4ca4117d40dc34d905ef10a0fae73443dc</tree>
    <committer>
      <name>James Healy</name>
      <email>jimmy@deefa.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd04282be99807674d796e466e1512ec8f4a81d0</id>
      </parent>
      <parent>
        <id>566de576dbf32915ed07647f982c9e0f10ef494c</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/0c97cc776ab65adc50e317768a6c3cc246cca9ed</url>
    <id>0c97cc776ab65adc50e317768a6c3cc246cca9ed</id>
    <committed-date>2008-10-31T06:01:24-07:00</committed-date>
    <authored-date>2008-10-31T06:01:24-07:00</authored-date>
    <message>Merge branch 'master' of git://github.com/trym/prawn</message>
    <tree>186f34f0ba75e048d96f2414c073e7a67be9831a</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b698eb419eba3a9929437d2881c66adf78b2a69</id>
      </parent>
    </parents>
    <author>
      <name>Trym Skaar</name>
      <email>trym@trym-desktop.(none)</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/566de576dbf32915ed07647f982c9e0f10ef494c</url>
    <id>566de576dbf32915ed07647f982c9e0f10ef494c</id>
    <committed-date>2008-10-31T05:53:56-07:00</committed-date>
    <authored-date>2008-10-31T05:53:56-07:00</authored-date>
    <message>Added missing offset possibility for :vposition, and argument description</message>
    <tree>d4e0f38305c4a4731deb40245e634de1b386ade1</tree>
    <committer>
      <name>Trym Skaar</name>
      <email>trym@trym-desktop.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7a3fb931a003547ef77951d778e043bf275a99c1</id>
      </parent>
    </parents>
    <author>
      <name>Trym Skaar</name>
      <email>trym@trym-desktop.(none)</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/2b698eb419eba3a9929437d2881c66adf78b2a69</url>
    <id>2b698eb419eba3a9929437d2881c66adf78b2a69</id>
    <committed-date>2008-10-31T05:40:01-07:00</committed-date>
    <authored-date>2008-10-31T05:40:01-07:00</authored-date>
    <message>Added examples for image :fit and :position/:vposition</message>
    <tree>7e0c8b97e23eba0b2cc407359292838d80984999</tree>
    <committer>
      <name>Trym Skaar</name>
      <email>trym@trym-desktop.(none)</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>50e53a09409d600d000d1e4f7b45ba9539138fab</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/cd04282be99807674d796e466e1512ec8f4a81d0</url>
    <id>cd04282be99807674d796e466e1512ec8f4a81d0</id>
    <committed-date>2008-10-30T15:14:24-07:00</committed-date>
    <authored-date>2008-10-30T15:14:24-07:00</authored-date>
    <message>Test</message>
    <tree>9a3ba809215a9983b4f5a2a9edfb9b34d369c955</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e020ec959dde98a510d030eea099a40e9819ee0b</id>
      </parent>
    </parents>
    <author>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/7a3fb931a003547ef77951d778e043bf275a99c1</url>
    <id>7a3fb931a003547ef77951d778e043bf275a99c1</id>
    <committed-date>2008-10-29T12:01:49-07:00</committed-date>
    <authored-date>2008-10-29T12:01:49-07:00</authored-date>
    <message>Added simple spec for image()'s :fit argument</message>
    <tree>bf109676c117114144721dec022d28470b4ec31b</tree>
    <committer>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd63dfb9424292cc3dcd97dcce0fb55349ce4dc8</id>
      </parent>
    </parents>
    <author>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/e020ec959dde98a510d030eea099a40e9819ee0b</url>
    <id>e020ec959dde98a510d030eea099a40e9819ee0b</id>
    <committed-date>2008-10-29T12:01:04-07:00</committed-date>
    <authored-date>2008-10-29T12:01:04-07:00</authored-date>
    <message>Added scaled_width and scaled_height to info returned by image() method</message>
    <tree>ff54224c321e1d17ff3ee314ceb4376ca6600771</tree>
    <committer>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc678c367065fc53e12baad242010bd1352c5422</id>
      </parent>
    </parents>
    <author>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/cd63dfb9424292cc3dcd97dcce0fb55349ce4dc8</url>
    <id>cd63dfb9424292cc3dcd97dcce0fb55349ce4dc8</id>
    <committed-date>2008-10-29T11:44:20-07:00</committed-date>
    <authored-date>2008-10-29T11:44:20-07:00</authored-date>
    <message>Added :vposition argument to image()</message>
    <tree>ebfccc1e20eccddd88e94a47373fa3662beb19e6</tree>
    <committer>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>50e53a09409d600d000d1e4f7b45ba9539138fab</id>
      </parent>
    </parents>
    <author>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/dc678c367065fc53e12baad242010bd1352c5422</url>
    <id>dc678c367065fc53e12baad242010bd1352c5422</id>
    <committed-date>2008-10-29T11:14:57-07:00</committed-date>
    <authored-date>2008-10-29T11:14:57-07:00</authored-date>
    <message>Added :fit argument for image()</message>
    <tree>bfa0829f33caa3789f900274454ec5ee6fabb600</tree>
    <committer>
      <name>Trym Skaar</name>
      <email>ts@skalar.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ca21044092ec8078a3f63e8b7333999166da992</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/50e53a09409d600d000d1e4f7b45ba9539138fab</url>
    <id>50e53a09409d600d000d1e4f7b45ba9539138fab</id>
    <committed-date>2008-10-26T10:11:16-07:00</committed-date>
    <authored-date>2008-10-26T10:11:16-07:00</authored-date>
    <message>Add new font features</message>
    <tree>85844d75c18f2732da9040c50dbeff2f46ac381d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0199d0032fa01011bb2d4de974cdad2bf5a14b6d</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/6ca21044092ec8078a3f63e8b7333999166da992</url>
    <id>6ca21044092ec8078a3f63e8b7333999166da992</id>
    <committed-date>2008-10-25T09:57:42-07:00</committed-date>
    <authored-date>2008-10-25T09:57:42-07:00</authored-date>
    <message>fix header / footer docs</message>
    <tree>6f8bbf383a547726472da9b34c6bbc55f652efd0</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>69ba7fa9435f0d803af4ff1fc99df4bde290bf80</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/0199d0032fa01011bb2d4de974cdad2bf5a14b6d</url>
    <id>0199d0032fa01011bb2d4de974cdad2bf5a14b6d</id>
    <committed-date>2008-10-25T09:35:16-07:00</committed-date>
    <authored-date>2008-10-25T09:26:00-07:00</authored-date>
    <message>fix options</message>
    <tree>37685d30e457e941f35d25d0640a4b1340aaa81d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db62a1a371964c8579bdf2e5052b98c6bab6b1b5</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/69ba7fa9435f0d803af4ff1fc99df4bde290bf80</url>
    <id>69ba7fa9435f0d803af4ff1fc99df4bde290bf80</id>
    <committed-date>2008-10-17T12:12:27-07:00</committed-date>
    <authored-date>2008-10-17T11:26:01-07:00</authored-date>
    <message>Paying the documentation dues</message>
    <tree>953db04394e13cc2d3a1a5223ebc6ae46664f07d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>990619b593772285ada577e7881a6a1b67c0104a</id>
      </parent>
    </parents>
    <author>
      <name>esb</name>
      <email>eastsydneyboy@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/db62a1a371964c8579bdf2e5052b98c6bab6b1b5</url>
    <id>db62a1a371964c8579bdf2e5052b98c6bab6b1b5</id>
    <committed-date>2008-10-17T10:02:16-07:00</committed-date>
    <authored-date>2008-10-14T00:04:29-07:00</authored-date>
    <message>Add :skip_encoding and :text_options to verify_options list</message>
    <tree>8b229295d05624070a18e0bd9bfd58123e0baa79</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b00af090620839aacc4e43b4466592c98378c5d8</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/990619b593772285ada577e7881a6a1b67c0104a</url>
    <id>990619b593772285ada577e7881a6a1b67c0104a</id>
    <committed-date>2008-10-13T09:36:27-07:00</committed-date>
    <authored-date>2008-10-13T09:36:27-07:00</authored-date>
    <message>That was fun</message>
    <tree>7336c978d2cd8de224fd638dfaa6960f07fdbf71</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b78b9673fc05c69325ad9b4b65211f45f2b56156</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/b00af090620839aacc4e43b4466592c98378c5d8</url>
    <id>b00af090620839aacc4e43b4466592c98378c5d8</id>
    <committed-date>2008-10-13T09:31:58-07:00</committed-date>
    <authored-date>2008-10-13T09:31:58-07:00</authored-date>
    <message>Loosen a bit</message>
    <tree>fd48ef62ce64964c06e819857c09810b8fe0eab2</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6097f60168fa3e4e6e92537eb3f6d26601bdfdd1</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/b78b9673fc05c69325ad9b4b65211f45f2b56156</url>
    <id>b78b9673fc05c69325ad9b4b65211f45f2b56156</id>
    <committed-date>2008-10-13T09:24:44-07:00</committed-date>
    <authored-date>2008-10-13T09:24:44-07:00</authored-date>
    <message>Images now returns info object and accepts IO objects</message>
    <tree>4845e65cb0c3d738af595b194e009dac079bc83d</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70e1abf14fad0c6c80394ac64c25887f9d23fc33</id>
      </parent>
    </parents>
    <author>
      <name>esb</name>
      <email>eastsydneyboy@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/6097f60168fa3e4e6e92537eb3f6d26601bdfdd1</url>
    <id>6097f60168fa3e4e6e92537eb3f6d26601bdfdd1</id>
    <committed-date>2008-10-13T08:01:01-07:00</committed-date>
    <authored-date>2008-10-12T22:41:36-07:00</authored-date>
    <message>(cherry picked from commit 38c5caf16a9fe15525a4faccc8a83004841c356b)</message>
    <tree>4dded789b3b8191c3f3921730ff331b2ef8f803b</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9c93d704bacb9c5183b4635e19410950dacb558</id>
      </parent>
    </parents>
    <author>
      <name>esb</name>
      <email>eastsydneyboy@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/70e1abf14fad0c6c80394ac64c25887f9d23fc33</url>
    <id>70e1abf14fad0c6c80394ac64c25887f9d23fc33</id>
    <committed-date>2008-10-13T08:00:22-07:00</committed-date>
    <authored-date>2008-10-12T22:38:59-07:00</authored-date>
    <message>(cherry picked from commit 8ee8990507196aa0aa707c74900f45763781e5e9)</message>
    <tree>2209cd56e123de3637bdf8c4128052ae22065132</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3abb5fc0a05a7618d405f5fb3f4f5b3d7f5e2af4</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/c9c93d704bacb9c5183b4635e19410950dacb558</url>
    <id>c9c93d704bacb9c5183b4635e19410950dacb558</id>
    <committed-date>2008-10-09T12:17:09-07:00</committed-date>
    <authored-date>2008-10-09T12:17:09-07:00</authored-date>
    <message>Small cleanup</message>
    <tree>fc5085e8bfdb26375edfc5729c33426bb115f2dc</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>69e47e834f844e33dbd7c8a4f61305fd9ad8566b</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/3abb5fc0a05a7618d405f5fb3f4f5b3d7f5e2af4</url>
    <id>3abb5fc0a05a7618d405f5fb3f4f5b3d7f5e2af4</id>
    <committed-date>2008-10-01T21:56:28-07:00</committed-date>
    <authored-date>2008-10-01T21:56:28-07:00</authored-date>
    <message>Fix rogue issue by breaking a fix.  Will revisit [#73 state:open]</message>
    <tree>2068c30b1c21d2f24d79165ce0e0243c7317bbc9</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>92e3a736a4d8b3216afbd6a2100e4a24fca2a11f</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/69e47e834f844e33dbd7c8a4f61305fd9ad8566b</url>
    <id>69e47e834f844e33dbd7c8a4f61305fd9ad8566b</id>
    <committed-date>2008-09-22T00:47:05-07:00</committed-date>
    <authored-date>2008-09-22T00:47:05-07:00</authored-date>
    <message>Update old bug report</message>
    <tree>8ce584006ca4fc6d955423a98c6152d3d49d75f3</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>998a5c3fad40c9e0a79e1468e3a83815ed948a74</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/92e3a736a4d8b3216afbd6a2100e4a24fca2a11f</url>
    <id>92e3a736a4d8b3216afbd6a2100e4a24fca2a11f</id>
    <committed-date>2008-09-22T00:44:26-07:00</committed-date>
    <authored-date>2008-09-22T00:44:26-07:00</authored-date>
    <message>Move bug to resolved</message>
    <tree>1daf1113f5a241b35135e6974b1a3c91357c3ac5</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e94d25828021732f7872934cb91430ef798cd86</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/998a5c3fad40c9e0a79e1468e3a83815ed948a74</url>
    <id>998a5c3fad40c9e0a79e1468e3a83815ed948a74</id>
    <committed-date>2008-09-22T00:35:53-07:00</committed-date>
    <authored-date>2008-09-22T00:35:53-07:00</authored-date>
    <message>Fix canvas y positioning [#88 state:resolved]</message>
    <tree>76842d1bb4bdf3312039a49a5d4b6305b36ed87f</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18552b548626e176f233e0d003929eab6f4a0374</id>
      </parent>
    </parents>
    <author>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </author>
    <url>http://github.com/sandal/prawn/commit/7e94d25828021732f7872934cb91430ef798cd86</url>
    <id>7e94d25828021732f7872934cb91430ef798cd86</id>
    <committed-date>2008-09-21T16:56:51-07:00</committed-date>
    <authored-date>2008-09-21T16:56:51-07:00</authored-date>
    <message>Improvements to verify_options inspired by djanowski's validate_options gem</message>
    <tree>fb5d1d8415fa915b261e244e5fd556b7b6b51da7</tree>
    <committer>
      <name>Gregory Brown</name>
      <email>gregory.t.brown@gmail.com</email>
    </committer>
  </commit>
</commits>
