<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>2df088830816ec3fd0182ffd736df8849067581d</id>
      </parent>
      <parent>
        <id>b583b2729ca5fbeee1fbd37e48002f2d094ae308</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/0e5cd5c3fabfc8b1b0299ced24c9a28a732cd44a</url>
    <id>0e5cd5c3fabfc8b1b0299ced24c9a28a732cd44a</id>
    <committed-date>2009-01-25T07:50:12-08:00</committed-date>
    <authored-date>2009-01-25T07:50:12-08:00</authored-date>
    <message>Moving 'inheritance' branch from jcoglan's to tobie's repo.</message>
    <tree>e434e65afe9ba804a21164305806e7b5d5384eeb</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d54c75319969784e7e921ac27a5ef4cb45f50df</id>
      </parent>
      <parent>
        <id>acc475df6619ac2b1716aac143e6033ef191cae2</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/2df088830816ec3fd0182ffd736df8849067581d</url>
    <id>2df088830816ec3fd0182ffd736df8849067581d</id>
    <committed-date>2009-01-25T07:40:19-08:00</committed-date>
    <authored-date>2009-01-25T07:40:19-08:00</authored-date>
    <message>Merge branch 'jcoglan/templates' into master.</message>
    <tree>1210d7a925b0c93582361e680c26fba3568cd64f</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91ca5da8b674c3b248361bbafa9f95c82649e115</id>
      </parent>
    </parents>
    <author>
      <name>Andrew Dupont</name>
      <email>prototype@andrewdupont.net</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/5d54c75319969784e7e921ac27a5ef4cb45f50df</url>
    <id>5d54c75319969784e7e921ac27a5ef4cb45f50df</id>
    <committed-date>2009-01-12T06:41:48-08:00</committed-date>
    <authored-date>2009-01-12T06:41:48-08:00</authored-date>
    <message>Fix issue where `auto_link` would throw an exception for certain types of objects.</message>
    <tree>ffc7c7958dca49b3a602bde0e1e34699fc9c5d94</tree>
    <committer>
      <name>Andrew Dupont</name>
      <email>prototype@andrewdupont.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>209c1bf39242e536c20bd4e971864d0c7163d884</id>
      </parent>
    </parents>
    <author>
      <name>tobie</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/91ca5da8b674c3b248361bbafa9f95c82649e115</url>
    <id>91ca5da8b674c3b248361bbafa9f95c82649e115</id>
    <committed-date>2009-01-07T06:27:55-08:00</committed-date>
    <authored-date>2009-01-07T06:27:55-08:00</authored-date>
    <message>Updated website.</message>
    <tree>bc9f10129010bd866795a80c48f3abbda257e949</tree>
    <committer>
      <name>tobie</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d7ebbb7e0de9c90d4ccb826448f0bb991a9073c</id>
      </parent>
    </parents>
    <author>
      <name>sgruhier</name>
      <email>sgruhier@mac.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/209c1bf39242e536c20bd4e971864d0c7163d884</url>
    <id>209c1bf39242e536c20bd4e971864d0c7163d884</id>
    <committed-date>2009-01-04T04:45:30-08:00</committed-date>
    <authored-date>2009-01-02T03:58:43-08:00</authored-date>
    <message>fix options[:templates] to use correct assets directory instead of default one

Signed-off-by: Tobie Langel &lt;tobie.langel@gmail.com&gt;</message>
    <tree>cdea1d627ef1880a7abd821599fd60809fb38153</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dd1fee10b1500b190fb9362642986ff4cc46a79e</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/9d7ebbb7e0de9c90d4ccb826448f0bb991a9073c</url>
    <id>9d7ebbb7e0de9c90d4ccb826448f0bb991a9073c</id>
    <committed-date>2009-01-04T04:44:54-08:00</committed-date>
    <authored-date>2008-12-01T05:59:19-08:00</authored-date>
    <message>Allow a 'directory' option instead of explicitly listing source files in the commandline tool.

Signed-off-by: Tobie Langel &lt;tobie.langel@gmail.com&gt;</message>
    <tree>bf0bc709b2273e18b42bcb2b693759cdd5ae1247</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae7839f0fd87c45022115e669881d02ee0916ad4</id>
      </parent>
    </parents>
    <author>
      <name>Andrew Dupont</name>
      <email>prototype@andrewdupont.net</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/dd1fee10b1500b190fb9362642986ff4cc46a79e</url>
    <id>dd1fee10b1500b190fb9362642986ff4cc46a79e</id>
    <committed-date>2008-12-23T11:13:40-08:00</committed-date>
    <authored-date>2008-12-23T11:13:40-08:00</authored-date>
    <message>Make &quot;?&quot; a valid type in argument descriptions.</message>
    <tree>b1b884b6028932e034768a48fd4465d22435a9ad</tree>
    <committer>
      <name>Andrew Dupont</name>
      <email>prototype@andrewdupont.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b422e08a5a21e81855fb7d46b7ae5e768839fd15</id>
      </parent>
    </parents>
    <author>
      <name>Andrew Dupont</name>
      <email>prototype@andrewdupont.net</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/ae7839f0fd87c45022115e669881d02ee0916ad4</url>
    <id>ae7839f0fd87c45022115e669881d02ee0916ad4</id>
    <committed-date>2008-12-21T14:09:40-08:00</committed-date>
    <authored-date>2008-12-21T14:09:40-08:00</authored-date>
    <message>Implemented nested arguments in EBNF syntax. [#8 state:resolved]</message>
    <tree>58d946f5060acf5518702ce19eebba703e7e579f</tree>
    <committer>
      <name>Andrew Dupont</name>
      <email>prototype@andrewdupont.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>84669ff6e7e7137487f0545c7b3c3fac930324ef</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/acc475df6619ac2b1716aac143e6033ef191cae2</url>
    <id>acc475df6619ac2b1716aac143e6033ef191cae2</id>
    <committed-date>2008-12-04T03:35:57-08:00</committed-date>
    <authored-date>2008-12-04T03:35:57-08:00</authored-date>
    <message>Moving Html::Helpers into the templates directory, so users can edit/add helpers to go with their custom templates.</message>
    <tree>5219c485fa7b30b9b691c454430c8eb50da29889</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f0d7501b5d621bb27efe8091f59b61857d9e15a</id>
      </parent>
    </parents>
    <author>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/b422e08a5a21e81855fb7d46b7ae5e768839fd15</url>
    <id>b422e08a5a21e81855fb7d46b7ae5e768839fd15</id>
    <committed-date>2008-11-24T14:33:07-08:00</committed-date>
    <authored-date>2008-11-24T14:33:07-08:00</authored-date>
    <message>Minor fix in ebnf_expression_nodes.rb</message>
    <tree>e05a601a8bdf84a5d3de65ffa95036f361210a86</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b799321006d8c2cb099a0941786e7eb9a995d63f</id>
      </parent>
      <parent>
        <id>84669ff6e7e7137487f0545c7b3c3fac930324ef</id>
      </parent>
    </parents>
    <author>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/3f0d7501b5d621bb27efe8091f59b61857d9e15a</url>
    <id>3f0d7501b5d621bb27efe8091f59b61857d9e15a</id>
    <committed-date>2008-11-24T14:31:31-08:00</committed-date>
    <authored-date>2008-11-24T14:31:31-08:00</authored-date>
    <message>Merge branch 'templates' of git://github.com/jcoglan/pdoc</message>
    <tree>aaeb19980e6e2420c8f310f136159535285a3155</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac07c6fa0470c57dfe9f5c95aaea150479c71c7e</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/84669ff6e7e7137487f0545c7b3c3fac930324ef</url>
    <id>84669ff6e7e7137487f0545c7b3c3fac930324ef</id>
    <committed-date>2008-11-24T13:18:03-08:00</committed-date>
    <authored-date>2008-11-24T13:18:03-08:00</authored-date>
    <message>Factoring the syntax for instance methods and properties into one rule. Requires a few extra methods in node objects, but cleans up recognition and printing of such objects.</message>
    <tree>48cf3042d2e4e30858434b222c14a39295a94c7f</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b44c39f06937cb6344c1fc6ab3d4e91399cc893</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/ac07c6fa0470c57dfe9f5c95aaea150479c71c7e</url>
    <id>ac07c6fa0470c57dfe9f5c95aaea150479c71c7e</id>
    <committed-date>2008-11-24T07:16:57-08:00</committed-date>
    <authored-date>2008-11-24T07:16:57-08:00</authored-date>
    <message>Broke some tests a couple of commits back, now fixed.</message>
    <tree>2fd6c4909abbab940d2afa4668915acc2f65cc49</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e1daa15e7882061a65b49261c786613c6b705ee</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/0b44c39f06937cb6344c1fc6ab3d4e91399cc893</url>
    <id>0b44c39f06937cb6344c1fc6ab3d4e91399cc893</id>
    <committed-date>2008-11-24T06:33:09-08:00</committed-date>
    <authored-date>2008-11-24T06:33:09-08:00</authored-date>
    <message>Making the return values in EBNF expressions links to the relevant type.</message>
    <tree>204ce91e118450451097a05675ccaaf27b953c8c</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>448b6b993464b83d91c88227402a83180b837d14</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/3e1daa15e7882061a65b49261c786613c6b705ee</url>
    <id>3e1daa15e7882061a65b49261c786613c6b705ee</id>
    <committed-date>2008-11-24T05:57:59-08:00</committed-date>
    <authored-date>2008-11-24T05:57:59-08:00</authored-date>
    <message>Adding cross-referenced argument info to HTML templates.</message>
    <tree>c96dbcc0078863167c87c9445a20ee262132b977</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>107f89291daa347ee1adbd3a7ce82c362ab4f150</id>
      </parent>
    </parents>
    <author>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/b799321006d8c2cb099a0941786e7eb9a995d63f</url>
    <id>b799321006d8c2cb099a0941786e7eb9a995d63f</id>
    <committed-date>2008-11-24T03:19:42-08:00</committed-date>
    <authored-date>2008-11-24T03:19:42-08:00</authored-date>
    <message>Use Int#floor instead of Int#round in progress indicator.</message>
    <tree>9a8dc4f2466b352df0592a4dbdda1bd3929b5831</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>51e2e5191db577b3f4ff6edfda732f2227989ca5</id>
      </parent>
    </parents>
    <author>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/107f89291daa347ee1adbd3a7ce82c362ab4f150</url>
    <id>107f89291daa347ee1adbd3a7ce82c362ab4f150</id>
    <committed-date>2008-11-24T03:10:32-08:00</committed-date>
    <authored-date>2008-11-24T03:10:32-08:00</authored-date>
    <message>Add parsing progress indicator.</message>
    <tree>e49225b75bc63965a311e69fa1168223bbc8bed5</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8cc33ba073896e4ccf1a529d4dc93651f034d05a</id>
      </parent>
      <parent>
        <id>448b6b993464b83d91c88227402a83180b837d14</id>
      </parent>
    </parents>
    <author>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/51e2e5191db577b3f4ff6edfda732f2227989ca5</url>
    <id>51e2e5191db577b3f4ff6edfda732f2227989ca5</id>
    <committed-date>2008-11-22T08:49:36-08:00</committed-date>
    <authored-date>2008-11-22T08:49:36-08:00</authored-date>
    <message>Merge branch 'templates' of git://github.com/jcoglan/pdoc</message>
    <tree>5909e85d8181c0e5d95f6e986eac108586665ed9</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0318532b820757dcc71ee1359d83cc48f48c8b49</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/8cc33ba073896e4ccf1a529d4dc93651f034d05a</url>
    <id>8cc33ba073896e4ccf1a529d4dc93651f034d05a</id>
    <committed-date>2008-11-18T16:21:35-08:00</committed-date>
    <authored-date>2008-11-18T16:14:32-08:00</authored-date>
    <message>PDoc::Runner and commandline tool can take multiple input files.</message>
    <tree>e7eeb1c4cf4f5875d884dfd3b5260f8e2d8cea5b</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d58fcd9051649e3a81877a92f7bf7194c3465110</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/448b6b993464b83d91c88227402a83180b837d14</url>
    <id>448b6b993464b83d91c88227402a83180b837d14</id>
    <committed-date>2008-11-18T12:34:26-08:00</committed-date>
    <authored-date>2008-11-18T12:34:26-08:00</authored-date>
    <message>Closing .section comments for stuff I just added.</message>
    <tree>1835dfec69a900f354ff9695f740396b40c7fae8</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb957df7fe7a274cad7176fa57627fdbd96d46b2</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/d58fcd9051649e3a81877a92f7bf7194c3465110</url>
    <id>d58fcd9051649e3a81877a92f7bf7194c3465110</id>
    <committed-date>2008-11-18T12:26:57-08:00</committed-date>
    <authored-date>2008-11-18T12:26:57-08:00</authored-date>
    <message>Adding related utility information to templates.</message>
    <tree>3a3eda48f9ed10745a5daacca528ffddd0686305</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0318532b820757dcc71ee1359d83cc48f48c8b49</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/cb957df7fe7a274cad7176fa57627fdbd96d46b2</url>
    <id>cb957df7fe7a274cad7176fa57627fdbd96d46b2</id>
    <committed-date>2008-11-18T12:15:12-08:00</committed-date>
    <authored-date>2008-11-18T12:15:12-08:00</authored-date>
    <message>Adding alias information to short_description.erb</message>
    <tree>8d2b066f524cb63725fdb48119762c30c7f5eaad</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82b27bfb0ff2f9c3b91fc0106fcf06f2d1911d7e</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/b583b2729ca5fbeee1fbd37e48002f2d094ae308</url>
    <id>b583b2729ca5fbeee1fbd37e48002f2d094ae308</id>
    <committed-date>2008-11-18T08:52:12-08:00</committed-date>
    <authored-date>2008-11-18T06:02:59-08:00</authored-date>
    <message>Updates to templates. Mixins now list classes that include them, and classes list all their descendants.</message>
    <tree>02309f4e0c616a573c47a9dbd27f654402194216</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fdd81983b42313887c4cb88b75d56d0a53b56e5c</id>
      </parent>
    </parents>
    <author>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/0318532b820757dcc71ee1359d83cc48f48c8b49</url>
    <id>0318532b820757dcc71ee1359d83cc48f48c8b49</id>
    <committed-date>2008-11-18T07:43:26-08:00</committed-date>
    <authored-date>2008-11-18T07:43:26-08:00</authored-date>
    <message>Add rdoc to website.</message>
    <tree>d78f94d57d802891050b9991d96b936c44cf63d6</tree>
    <committer>
      <name>Tobie Langel</name>
      <email>tobie.langel@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fdd81983b42313887c4cb88b75d56d0a53b56e5c</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/82b27bfb0ff2f9c3b91fc0106fcf06f2d1911d7e</url>
    <id>82b27bfb0ff2f9c3b91fc0106fcf06f2d1911d7e</id>
    <committed-date>2008-11-18T06:02:17-08:00</committed-date>
    <authored-date>2008-11-18T06:02:17-08:00</authored-date>
    <message>New methods for modelling class relationships. Documentation::Klass#subklasses is now #child_klasses; #subklasses returns all the descendant classes, not just children.</message>
    <tree>cef8fd065f9b8a017ec837a87684b66716a72cfc</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60ece596be77289a75ff193a5cfb6376e05d56cf</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/fdd81983b42313887c4cb88b75d56d0a53b56e5c</url>
    <id>fdd81983b42313887c4cb88b75d56d0a53b56e5c</id>
    <committed-date>2008-11-17T12:56:47-08:00</committed-date>
    <authored-date>2008-11-17T12:56:47-08:00</authored-date>
    <message>Adding support for specifying your own set of templates for use with Generators::Html::Website.</message>
    <tree>b7c5fd4b35ed780238ac9798234b5a6a15259120</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7696efb9560d77e94a80397b65e818a82b7d1458</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/60ece596be77289a75ff193a5cfb6376e05d56cf</url>
    <id>60ece596be77289a75ff193a5cfb6376e05d56cf</id>
    <committed-date>2008-11-17T06:38:17-08:00</committed-date>
    <authored-date>2008-11-17T06:38:17-08:00</authored-date>
    <message>Automate file list generation in gemspec.</message>
    <tree>d4e7e6623c081549ca329db61d58264e524dfecb</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>111349952e2476281f595cbd4cf59144d268b223</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/7696efb9560d77e94a80397b65e818a82b7d1458</url>
    <id>7696efb9560d77e94a80397b65e818a82b7d1458</id>
    <committed-date>2008-11-17T06:16:15-08:00</committed-date>
    <authored-date>2008-11-17T06:16:15-08:00</authored-date>
    <message>PDoc::Runner should take an option hash to initialize it -- will take a pointer to template files etc. in the future. Makes mapping commandline options a little easier.</message>
    <tree>7854c914bbc16a8073974ac8cf9ab14d3ab4c90e</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33da2b65ce55d519f76046cea53ec62ac0c72587</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/111349952e2476281f595cbd4cf59144d268b223</url>
    <id>111349952e2476281f595cbd4cf59144d268b223</id>
    <committed-date>2008-11-17T05:54:25-08:00</committed-date>
    <authored-date>2008-11-17T05:53:48-08:00</authored-date>
    <message>Adding executable for commandline use, with a command for copying a set of templates out of the gem and into a local dir so user can modify them.</message>
    <tree>be2f3e9fd2451aa2c5eaa99906718f11651596e5</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e38074386be38e81e68e37348510c4bfa894332a</id>
      </parent>
    </parents>
    <author>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </author>
    <url>http://github.com/tobie/pdoc/commit/33da2b65ce55d519f76046cea53ec62ac0c72587</url>
    <id>33da2b65ce55d519f76046cea53ec62ac0c72587</id>
    <committed-date>2008-11-17T05:16:35-08:00</committed-date>
    <authored-date>2008-11-17T03:56:21-08:00</authored-date>
    <message>Adding gemspec file.</message>
    <tree>797228daf7c87f82ab2c2836fb5f3339f77203c7</tree>
    <committer>
      <name>James Coglan</name>
      <email>jcoglan@googlemail.com</email>
    </committer>
  </commit>
</commits>
