<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>4acf602ea5e12946bb6a75de5ae8bb859ea4fdf1</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/b11e67bb541f1ea6d651add92104de119403bcfa</url>
    <id>b11e67bb541f1ea6d651add92104de119403bcfa</id>
    <committed-date>2008-06-21T20:59:13-07:00</committed-date>
    <authored-date>2008-06-21T20:59:13-07:00</authored-date>
    <message>Updated version to 1.0.0</message>
    <tree>f5f272ef74c8f8ef980ed83609e2910f158b9c4d</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aab168fdb48a14adc8896e78f252e0130c4c3eed</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/4acf602ea5e12946bb6a75de5ae8bb859ea4fdf1</url>
    <id>4acf602ea5e12946bb6a75de5ae8bb859ea4fdf1</id>
    <committed-date>2008-06-21T20:38:21-07:00</committed-date>
    <authored-date>2008-06-21T20:38:21-07:00</authored-date>
    <message>Added TextMate language grammars.
- Added --ignore-interactive command-line option (ignores '!!!' special directive)
- Fixed that 'rake test:doctest' was not using new command line standards</message>
    <tree>0b2571536e9a89365c22c8fbd2a06420b242a10b</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95b4fa6924e63dbcb80405e3cb9b131902d414db</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/aab168fdb48a14adc8896e78f252e0130c4c3eed</url>
    <id>aab168fdb48a14adc8896e78f252e0130c4c3eed</id>
    <committed-date>2008-06-20T19:02:48-07:00</committed-date>
    <authored-date>2008-06-20T19:02:48-07:00</authored-date>
    <message>Fixed that in some cases, tests were being evaluated more than once. Added  variable to documenation. Improved trace output when --trace option is given.</message>
    <tree>90048b9e2f8722d5f7a6e3b04f5fc4c30b9a42be</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>850d6e3246d575b0d61f381759eb0060bc56121c</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/95b4fa6924e63dbcb80405e3cb9b131902d414db</url>
    <id>95b4fa6924e63dbcb80405e3cb9b131902d414db</id>
    <committed-date>2008-06-20T13:25:47-07:00</committed-date>
    <authored-date>2008-06-20T13:25:47-07:00</authored-date>
    <message>Made it possible for doctest_require directive to be passed nil so that it can be used as a pre-eval hack if necessary.  Updated the special_directives.doctest file to include this special use case.</message>
    <tree>59697e9094385f147c31b8267b986dc3a58db146</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ca6c9e2a63fbaa288a101e725c798ba4b8c77e6</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/850d6e3246d575b0d61f381759eb0060bc56121c</url>
    <id>850d6e3246d575b0d61f381759eb0060bc56121c</id>
    <committed-date>2008-06-20T12:58:13-07:00</committed-date>
    <authored-date>2008-06-20T12:58:13-07:00</authored-date>
    <message>Fixed bug where =begin/=end blocks did not have their line numbers calculated properly.</message>
    <tree>39444c402fe1f93e8856e2e6841649c0f49bc8d4</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4df41bf69b78fde356808c016695f21494ca4c1a</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/8ca6c9e2a63fbaa288a101e725c798ba4b8c77e6</url>
    <id>8ca6c9e2a63fbaa288a101e725c798ba4b8c77e6</id>
    <committed-date>2008-06-20T12:42:26-07:00</committed-date>
    <authored-date>2008-06-20T12:42:26-07:00</authored-date>
    <message>Added 'doctest_require' SpecialDirective so that files can be required before the ruby source is eval'ed</message>
    <tree>fc8057d0015ca53b3fea5a8943dc57f21b414943</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70b9513dddd7e13d3c1be458d1b4d5d4f84e66bc</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/4df41bf69b78fde356808c016695f21494ca4c1a</url>
    <id>4df41bf69b78fde356808c016695f21494ca4c1a</id>
    <committed-date>2008-06-20T12:30:11-07:00</committed-date>
    <authored-date>2008-06-20T12:30:11-07:00</authored-date>
    <message>Added new doctest file to document Special Directives</message>
    <tree>d83ba622ce425bb10bdf5d627d006f89e8ac1625</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b89e3bcfab81d1138a3fefa2e927e858f704c192</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/70b9513dddd7e13d3c1be458d1b4d5d4f84e66bc</url>
    <id>70b9513dddd7e13d3c1be458d1b4d5d4f84e66bc</id>
    <committed-date>2008-06-20T12:03:37-07:00</committed-date>
    <authored-date>2008-06-20T12:03:37-07:00</authored-date>
    <message>Added better html output support.  Fixed that &lt; is now correctly escaped as &amp;lt;. Color output in html.</message>
    <tree>34fa3c6a4d1d2f8919405a49d1225852aefbdb78</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b051908eb26420935df278c312e5e615d511da7b</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/b89e3bcfab81d1138a3fefa2e927e858f704c192</url>
    <id>b89e3bcfab81d1138a3fefa2e927e858f704c192</id>
    <committed-date>2008-06-20T10:39:47-07:00</committed-date>
    <authored-date>2008-06-20T10:39:47-07:00</authored-date>
    <message>Attempt to evaluate even non-literals in matches? comparison.  Also fixed the comparison count.</message>
    <tree>b19ab00bdb81d6c06321d4b9e712ed49c3b23205</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5422f6e409d3e4842c7fb440f4241da046b0c766</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/b051908eb26420935df278c312e5e615d511da7b</url>
    <id>b051908eb26420935df278c312e5e615d511da7b</id>
    <committed-date>2008-06-20T10:29:20-07:00</committed-date>
    <authored-date>2008-06-20T10:29:20-07:00</authored-date>
    <message>Added TOPLEVEL_BINDING to result eval comparison</message>
    <tree>203cae8be61fbbe51abbf81a16e4d78a6431bc12</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8ce6088192ded2aae70678c8b9e1a4757e2eb4ad</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/5422f6e409d3e4842c7fb440f4241da046b0c766</url>
    <id>5422f6e409d3e4842c7fb440f4241da046b0c766</id>
    <committed-date>2008-06-19T15:54:13-07:00</committed-date>
    <authored-date>2008-06-19T15:54:13-07:00</authored-date>
    <message>Added summary of tests, failures, errors at end of Runner#run</message>
    <tree>8e245fdf22f418c4cf67bee999b6c2913b5313cc</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ef6f0a4f5516684dab4071bbf1fe2127268674c</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/8ce6088192ded2aae70678c8b9e1a4757e2eb4ad</url>
    <id>8ce6088192ded2aae70678c8b9e1a4757e2eb4ad</id>
    <committed-date>2008-06-19T15:28:59-07:00</committed-date>
    <authored-date>2008-06-19T15:28:59-07:00</authored-date>
    <message>Fixed that multi-line exception messages were not properly aligned in runner output.</message>
    <tree>8654dcfa354c069e775ce4b46e003e4b458fd160</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4761636a6722cca48e44761ca51494f6e1c5208</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/1ef6f0a4f5516684dab4071bbf1fe2127268674c</url>
    <id>1ef6f0a4f5516684dab4071bbf1fe2127268674c</id>
    <committed-date>2008-06-19T15:24:33-07:00</committed-date>
    <authored-date>2008-06-19T15:24:33-07:00</authored-date>
    <message>Fixed that the filename was not being passed in to ruby's eval for .rb files, and thus the __FILE__ constant was not set.</message>
    <tree>b039c9079b4c6317baeaf9cb3a2c702542140ecf</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa2d3ed3b7e35be584cd5e029a3a5ec214ee4f49</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/a4761636a6722cca48e44761ca51494f6e1c5208</url>
    <id>a4761636a6722cca48e44761ca51494f6e1c5208</id>
    <committed-date>2008-06-19T13:42:22-07:00</committed-date>
    <authored-date>2008-06-19T13:42:22-07:00</authored-date>
    <message>Fixed that regexp captures were not working inside rails</message>
    <tree>b5085707d4fd5d004557e07c7df267401a456f08</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c659c3336c469d5c73744b97dbf84756e190dfe</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/aa2d3ed3b7e35be584cd5e029a3a5ec214ee4f49</url>
    <id>aa2d3ed3b7e35be584cd5e029a3a5ec214ee4f49</id>
    <committed-date>2008-06-19T09:59:12-07:00</committed-date>
    <authored-date>2008-06-19T09:59:12-07:00</authored-date>
    <message>Fixed that README should instruct to use rake manifest:refresh</message>
    <tree>6a4851b12cece0cd4dc4bf785518fb43ea27354a</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f9e65a438ea543c3ec1d03af221dc3bec49f6ea1</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/4c659c3336c469d5c73744b97dbf84756e190dfe</url>
    <id>4c659c3336c469d5c73744b97dbf84756e190dfe</id>
    <committed-date>2008-06-19T09:57:51-07:00</committed-date>
    <authored-date>2008-06-19T09:57:51-07:00</authored-date>
    <message>Fixed that README.txt gave faulty example of continued line</message>
    <tree>fc116f38c5d2e809765f57516703e7a1c2fbe4fe</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d7ac987e689ca7d790b16edbdc1580bf9f29261d</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/f9e65a438ea543c3ec1d03af221dc3bec49f6ea1</url>
    <id>f9e65a438ea543c3ec1d03af221dc3bec49f6ea1</id>
    <committed-date>2008-06-19T09:45:31-07:00</committed-date>
    <authored-date>2008-06-19T09:45:31-07:00</authored-date>
    <message>Rearranged test directory.  Improved README for 0.5 release.</message>
    <tree>92bf3c42fa4975b8c9105415fe2ab947b8c53cf9</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87a86b2b1ef355d040c08661c6c069b0f26de407</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/d7ac987e689ca7d790b16edbdc1580bf9f29261d</url>
    <id>d7ac987e689ca7d790b16edbdc1580bf9f29261d</id>
    <committed-date>2008-06-19T09:33:41-07:00</committed-date>
    <authored-date>2008-06-19T09:33:41-07:00</authored-date>
    <message>Added ability to enter irb session using \!\!\!</message>
    <tree>d91f362e8d2932314db635d4a52154e00127ac25</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f02a331373a82fe769361bc5c71378f47383de1</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/87a86b2b1ef355d040c08661c6c069b0f26de407</url>
    <id>87a86b2b1ef355d040c08661c6c069b0f26de407</id>
    <committed-date>2008-06-19T09:16:01-07:00</committed-date>
    <authored-date>2008-06-19T09:16:01-07:00</authored-date>
    <message>Fixed that ?&gt; lines were not being considered as part of a statement. Simple.doctest now passes tests.</message>
    <tree>3446f69552cd536eabd4216dfe438ec293b6f6bc</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>12022f13929a3d025f351690e68c51007aad0d6c</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/2f02a331373a82fe769361bc5c71378f47383de1</url>
    <id>2f02a331373a82fe769361bc5c71378f47383de1</id>
    <committed-date>2008-06-19T08:48:48-07:00</committed-date>
    <authored-date>2008-06-19T08:48:48-07:00</authored-date>
    <message>Fixed that command line was not working. Updated manifest.</message>
    <tree>58f611542b5a8f55e788d5b3ab09c6b68e36a3eb</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba85abd2017523ad70ac8ec001325c7c52c34daa</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/12022f13929a3d025f351690e68c51007aad0d6c</url>
    <id>12022f13929a3d025f351690e68c51007aad0d6c</id>
    <committed-date>2008-06-19T08:46:49-07:00</committed-date>
    <authored-date>2008-06-19T08:46:49-07:00</authored-date>
    <message>Removed inline_doctest.rb</message>
    <tree>ea63c750a27718856f919c920a61754e6ef45dbe</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1b28c8aebe89bbbffae73923faa5fb49dcd8ff7</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/ba85abd2017523ad70ac8ec001325c7c52c34daa</url>
    <id>ba85abd2017523ad70ac8ec001325c7c52c34daa</id>
    <committed-date>2008-06-19T08:41:16-07:00</committed-date>
    <authored-date>2008-06-19T08:41:16-07:00</authored-date>
    <message>Show better error messages (including ansi coloring) on failure and error</message>
    <tree>a9f28d2a94019f166193772e22ce2e16ab266d30</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d493d49459d200e070723215aba5f6e7fbe39e2</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/c1b28c8aebe89bbbffae73923faa5fb49dcd8ff7</url>
    <id>c1b28c8aebe89bbbffae73923faa5fb49dcd8ff7</id>
    <committed-date>2008-06-19T06:22:08-07:00</committed-date>
    <authored-date>2008-06-19T06:22:08-07:00</authored-date>
    <message>Testing is working! Runner tests pass.</message>
    <tree>7ead562e5e41e4ef92818a10d5ee700b1a77f2d0</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52dcbd5d9ebab34cc5b6d59737d42abff4c71653</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/5d493d49459d200e070723215aba5f6e7fbe39e2</url>
    <id>5d493d49459d200e070723215aba5f6e7fbe39e2</id>
    <committed-date>2008-06-18T20:55:11-07:00</committed-date>
    <authored-date>2008-06-18T20:55:11-07:00</authored-date>
    <message>Changed to 0.5 and added flux warning</message>
    <tree>36d3f226f7bb2c8bd8d84fb409299c6236695629</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>483d451c94b69182468ec9ac4b9caec19b498727</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/52dcbd5d9ebab34cc5b6d59737d42abff4c71653</url>
    <id>52dcbd5d9ebab34cc5b6d59737d42abff4c71653</id>
    <committed-date>2008-06-18T20:53:24-07:00</committed-date>
    <authored-date>2008-06-18T20:53:24-07:00</authored-date>
    <message>Added result comparison in CodeBlock#run</message>
    <tree>a73f8f11a6d65c14e7aaa8ca8d4f632ce9055ee7</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5661052c8695deb1aebe3b930a8d8b4d6177cfca</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/483d451c94b69182468ec9ac4b9caec19b498727</url>
    <id>483d451c94b69182468ec9ac4b9caec19b498727</id>
    <committed-date>2008-06-18T20:43:36-07:00</committed-date>
    <authored-date>2008-06-18T20:43:36-07:00</authored-date>
    <message>Added matches? method to Result</message>
    <tree>6b9dc23eab4098e19a2079adc07b0f08d262aa2e</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34a5f560e054a8f37a7c170c7c9b5b867edb779b</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/5661052c8695deb1aebe3b930a8d8b4d6177cfca</url>
    <id>5661052c8695deb1aebe3b930a8d8b4d6177cfca</id>
    <committed-date>2008-06-18T20:37:47-07:00</committed-date>
    <authored-date>2008-06-18T20:37:47-07:00</authored-date>
    <message>Reworking of entire codebase</message>
    <tree>9399047cf2f1a45d066082e5e7caef224016ef78</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a12f4b076a1d9c133683a6b7bddf5bf4159d888</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/34a5f560e054a8f37a7c170c7c9b5b867edb779b</url>
    <id>34a5f560e054a8f37a7c170c7c9b5b867edb779b</id>
    <committed-date>2008-06-17T15:38:49-07:00</committed-date>
    <authored-date>2008-06-17T15:38:49-07:00</authored-date>
    <message>Changed 'doctest' to 'rubydoctest' in README</message>
    <tree>41ae3bd365c035ca53c25e96885f08a6879d8b6e</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9b558597893669f21f76466e6c4cfb57d5c3e42d</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/1a12f4b076a1d9c133683a6b7bddf5bf4159d888</url>
    <id>1a12f4b076a1d9c133683a6b7bddf5bf4159d888</id>
    <committed-date>2008-06-17T15:37:57-07:00</committed-date>
    <authored-date>2008-06-17T15:37:57-07:00</authored-date>
    <message>Added a little explanation to README.txt for what this fork is about.
- Removed the markdown file, since it's not compatible with the 'hoe' gem
- Removed reference to 'yaml' since we don't need that any more.</message>
    <tree>50e3adae3932142dd5ae70f9d0c0cf82bbc1a1d7</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>427ff90e534c9c039710f138fb5b93d929597f43</id>
      </parent>
    </parents>
    <author>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </author>
    <url>http://github.com/tablatom/rubydoctest/commit/9b558597893669f21f76466e6c4cfb57d5c3e42d</url>
    <id>9b558597893669f21f76466e6c4cfb57d5c3e42d</id>
    <committed-date>2008-06-17T15:20:24-07:00</committed-date>
    <authored-date>2008-06-17T15:20:24-07:00</authored-date>
    <message>Added ability to doctest .rb files in comments. Updated version to 0.3.0.</message>
    <tree>2c94f64561ca24388533960b8aac4c3bfa444751</tree>
    <committer>
      <name>Duane Johnson</name>
      <email>duane.johnson@gmail.com</email>
    </committer>
  </commit>
</commits>
