<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>abed87c84a3a468a02114432ee74c288e707fb18</id>
      </parent>
    </parents>
    <author>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/41b0c292eb4c872d4654bdc7857004df647d13ce</url>
    <id>41b0c292eb4c872d4654bdc7857004df647d13ce</id>
    <committed-date>2008-06-07T20:59:40-07:00</committed-date>
    <authored-date>2008-06-07T20:59:40-07:00</authored-date>
    <message>Added *_url options to override the standard /writings/, /linkings/, /topics/, /drafts/, and /circa/ urls.</message>
    <tree>82b3537fb35cc0ac06210432b9cc473eee3081d7</tree>
    <committer>
      <name>Chris Schneider</name>
      <email>chris@christopher-schneider.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bc3587c6b81e9d57d941d9d54607a96024cb03e</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/abed87c84a3a468a02114432ee74c288e707fb18</url>
    <id>abed87c84a3a468a02114432ee74c288e707fb18</id>
    <committed-date>2008-06-07T09:32:14-07:00</committed-date>
    <authored-date>2008-06-07T09:32:14-07:00</authored-date>
    <message>ditz bugs update</message>
    <tree>eeeaf1fd02ff618598d39e5009cbfd62308f01d4</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d6f0e02ed3d3e4d445f79d5f0ecb058b10e430a</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/0bc3587c6b81e9d57d941d9d54607a96024cb03e</url>
    <id>0bc3587c6b81e9d57d941d9d54607a96024cb03e</id>
    <committed-date>2008-06-07T09:20:44-07:00</committed-date>
    <authored-date>2008-06-07T01:50:49-07:00</authored-date>
    <message>content filtering / add :comment_filters option / rdiscount support

Filters are just helper methods that take a single text argument
and apply some transformation. The &quot;filter&quot; method can be used to
chain multiple filters together:

    filter text, :markdown, :smartify, :sanitize

This is equivalent to:

    sanitize(smartify(markdown(text)))

The new system is now being used for comments, entry bodies, and
summaries.

The :comment_filters option can be set to an array of filters to apply
to comments.

While here, added support for rdiscount if installed; falls back to
BlueCloth.</message>
    <tree>efb53df3658392181d4a1ceb3a7b6cb22327c78d</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>145d678e2214da69906d8e00ed891891fc7895cb</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/6d6f0e02ed3d3e4d445f79d5f0ecb058b10e430a</url>
    <id>6d6f0e02ed3d3e4d445f79d5f0ecb058b10e430a</id>
    <committed-date>2008-06-07T00:03:26-07:00</committed-date>
    <authored-date>2008-06-06T23:30:10-07:00</authored-date>
    <message>get rid of Comment#body_with_links

Some of the substitution logic has been moved to Comment#body=</message>
    <tree>321a6b79662683179b3906ab8da7f52089c3d29b</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3b1e840ffc3c8a74d6f63d9d29103a5072c64a8</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/145d678e2214da69906d8e00ed891891fc7895cb</url>
    <id>145d678e2214da69906d8e00ed891891fc7895cb</id>
    <committed-date>2008-06-06T23:31:54-07:00</committed-date>
    <authored-date>2008-06-06T22:49:33-07:00</authored-date>
    <message>various akismet tweaks and fixes -- verified working

The :akismet option is now :akismet_key. There are also :akismet_url
and :akismet_always options. The former allows the URL passed to
Akismet to be specified (if different from the :url option). The
latter can be set to enable Akismet checking in development.</message>
    <tree>a984b701213698e0a9e6014fbbd2579640ddc4c8</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a21efaea19be410b1e6e6906d0c69b20d6f03654</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/a3b1e840ffc3c8a74d6f63d9d29103a5072c64a8</url>
    <id>a3b1e840ffc3c8a74d6f63d9d29103a5072c64a8</id>
    <committed-date>2008-06-06T22:15:01-07:00</committed-date>
    <authored-date>2008-06-06T22:07:43-07:00</authored-date>
    <message>add rack submodule</message>
    <tree>a8b06e81d707630bf8cbabe538525aecde508541</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>559addaa02a31fe3db5a9fce9fe0bb6514cb72a2</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/a21efaea19be410b1e6e6906d0c69b20d6f03654</url>
    <id>a21efaea19be410b1e6e6906d0c69b20d6f03654</id>
    <committed-date>2008-06-06T22:15:01-07:00</committed-date>
    <authored-date>2008-06-06T21:49:58-07:00</authored-date>
    <message>remove Wink::VERSION const before reload ...</message>
    <tree>1da815cf9f78b8388d43d94e1332476dad072351</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e527c7853fe866e853cb30fe453cea2fac32e11d</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/559addaa02a31fe3db5a9fce9fe0bb6514cb72a2</url>
    <id>559addaa02a31fe3db5a9fce9fe0bb6514cb72a2</id>
    <committed-date>2008-05-29T14:41:40-07:00</committed-date>
    <authored-date>2008-05-29T14:40:11-07:00</authored-date>
    <message>minor README tweaks and a quick bug update ...</message>
    <tree>ab8fe7d35d1f431b4b1669c59d15918108269430</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ec031ba28f6a97c212cb66067c85e2caaa5ecc0</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/e527c7853fe866e853cb30fe453cea2fac32e11d</url>
    <id>e527c7853fe866e853cb30fe453cea2fac32e11d</id>
    <committed-date>2008-05-29T14:35:57-07:00</committed-date>
    <authored-date>2008-05-27T23:35:16-07:00</authored-date>
    <message>Add Wink::Schema for database creation, migration, etc.

A welcome entry is created with the initial database schema now.

The top-level Database object will be going away soon. Most methods
have moved to Wink::Schema.</message>
    <tree>114b2549b42a56c5985af9bb1dab4a4efd334b63</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3952515e0231487659336a552c3696ba40f08c8d</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/2ec031ba28f6a97c212cb66067c85e2caaa5ecc0</url>
    <id>2ec031ba28f6a97c212cb66067c85e2caaa5ecc0</id>
    <committed-date>2008-05-29T14:35:02-07:00</committed-date>
    <authored-date>2008-05-27T23:00:10-07:00</authored-date>
    <message>allow block to Entry::new and Entry::create

The Entry instance is passed to the block after all attributes
provided as arguments have been initialized.</message>
    <tree>6d6191cc54fa3bcc4e59bc75a8fd0c595f10fa57</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>585645d01f66be949fb572562607e4855e6df450</id>
      </parent>
    </parents>
    <author>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/3952515e0231487659336a552c3696ba40f08c8d</url>
    <id>3952515e0231487659336a552c3696ba40f08c8d</id>
    <committed-date>2008-05-29T08:25:59-07:00</committed-date>
    <authored-date>2008-05-29T08:25:59-07:00</authored-date>
    <message>Really resolve wink-20</message>
    <tree>e0492cf637420c34783c432d18008b0049c65e92</tree>
    <committer>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8f5be470a63bfd55b0c27075dfc48b3c66e6951</id>
      </parent>
    </parents>
    <author>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/585645d01f66be949fb572562607e4855e6df450</url>
    <id>585645d01f66be949fb572562607e4855e6df450</id>
    <committed-date>2008-05-29T08:19:50-07:00</committed-date>
    <authored-date>2008-05-29T08:19:50-07:00</authored-date>
    <message>Add git-submodule tasks to Rakefile</message>
    <tree>d360cab9d01be24a10d555a65b51d02801564893</tree>
    <committer>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0e94636b2a6c09f2af878509f26b2f4be35a645</id>
      </parent>
    </parents>
    <author>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/a8f5be470a63bfd55b0c27075dfc48b3c66e6951</url>
    <id>a8f5be470a63bfd55b0c27075dfc48b3c66e6951</id>
    <committed-date>2008-05-29T08:03:53-07:00</committed-date>
    <authored-date>2008-05-29T08:03:53-07:00</authored-date>
    <message>Update .gitignore to exclude sqlite3-dbs</message>
    <tree>11bb4828bdeaf2ade2ff0d186efd251f791e03ed</tree>
    <committer>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14779c88ccf8f654a200ee922e472aca97bf4d2b</id>
      </parent>
    </parents>
    <author>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/d0e94636b2a6c09f2af878509f26b2f4be35a645</url>
    <id>d0e94636b2a6c09f2af878509f26b2f4be35a645</id>
    <committed-date>2008-05-29T08:00:10-07:00</committed-date>
    <authored-date>2008-05-29T08:00:10-07:00</authored-date>
    <message>Resolves wink-20</message>
    <tree>bc8740a17118f40a1b42f7a07fa4d0795c0e3130</tree>
    <committer>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7214ff20bcbfbc4aab321997b8377d884d62c69a</id>
      </parent>
    </parents>
    <author>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/14779c88ccf8f654a200ee922e472aca97bf4d2b</url>
    <id>14779c88ccf8f654a200ee922e472aca97bf4d2b</id>
    <committed-date>2008-05-29T07:38:30-07:00</committed-date>
    <authored-date>2008-05-29T07:38:30-07:00</authored-date>
    <message>Make the specs use SQLite3 for now</message>
    <tree>dc74cbb7713a6ae3e4ce55140a206e245dad0e73</tree>
    <committer>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b11c5e11082818f10b4e185179b80f2a643626b3</id>
      </parent>
    </parents>
    <author>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/7214ff20bcbfbc4aab321997b8377d884d62c69a</url>
    <id>7214ff20bcbfbc4aab321997b8377d884d62c69a</id>
    <committed-date>2008-05-29T07:31:56-07:00</committed-date>
    <authored-date>2008-05-29T07:31:56-07:00</authored-date>
    <message>Make sure we require the correct version of DataMapper until Wink works with the latest version</message>
    <tree>f5393b678ee30e182e9148a32e5ca853a7f40120</tree>
    <committer>
      <name>Markus Prinz</name>
      <email>markus.prinz@nuclearsquid.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>741b7d0dbbbeb31dfb6703495aa67fe35997985f</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/b11c5e11082818f10b4e185179b80f2a643626b3</url>
    <id>b11c5e11082818f10b4e185179b80f2a643626b3</id>
    <committed-date>2008-05-27T19:53:34-07:00</committed-date>
    <authored-date>2008-05-27T12:57:39-07:00</authored-date>
    <message>ditz bug update</message>
    <tree>a102d2cc087c2adf20396c3122ff4db52787d417</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f549282707c82c1adc7e259cba7e03a31ddab96</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/741b7d0dbbbeb31dfb6703495aa67fe35997985f</url>
    <id>741b7d0dbbbeb31dfb6703495aa67fe35997985f</id>
    <committed-date>2008-05-27T19:53:26-07:00</committed-date>
    <authored-date>2008-05-27T19:47:50-07:00</authored-date>
    <message>Spec out most of Comment model</message>
    <tree>7164d8d7a0c18aac9f79533a49fffb62a3fa9d37</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9fc704cafe17ddf9f40a7aae0fbe53f6c305403e</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/5f549282707c82c1adc7e259cba7e03a31ddab96</url>
    <id>5f549282707c82c1adc7e259cba7e03a31ddab96</id>
    <committed-date>2008-05-27T19:53:26-07:00</committed-date>
    <authored-date>2008-05-27T18:45:20-07:00</authored-date>
    <message>Spec out Tag model and the Entry#tags association</message>
    <tree>4197130329e39e7d857b6b5652bfcaca279910cd</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a9cb0af39a04417f8eb75d0e0afa09547c6ad3b4</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/9fc704cafe17ddf9f40a7aae0fbe53f6c305403e</url>
    <id>9fc704cafe17ddf9f40a7aae0fbe53f6c305403e</id>
    <committed-date>2008-05-27T17:00:04-07:00</committed-date>
    <authored-date>2008-05-27T16:53:37-07:00</authored-date>
    <message>more Entry specs and simplification</message>
    <tree>24d64d74d0fe89ce3bab179fe0b0cfe53e41da7b</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8e686652f7fa663c62962fc756c9581ba5964e6</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/a9cb0af39a04417f8eb75d0e0afa09547c6ad3b4</url>
    <id>a9cb0af39a04417f8eb75d0e0afa09547c6ad3b4</id>
    <committed-date>2008-05-27T17:00:04-07:00</committed-date>
    <authored-date>2008-05-27T15:47:18-07:00</authored-date>
    <message>use blank? instead of 'nil? || empty?'

I'm not sure where we're getting our current implementation of
Object#blank? (DataMapper?, Sinatra?) so I've added specs to check
our expectations.</message>
    <tree>cfa2f9e07bf2fa33c5a48f916cb013e1f100405f</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bdf4695f7c0b40d324fdbe6539228f5663d4847b</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/f8e686652f7fa663c62962fc756c9581ba5964e6</url>
    <id>f8e686652f7fa663c62962fc756c9581ba5964e6</id>
    <committed-date>2008-05-27T17:00:04-07:00</committed-date>
    <authored-date>2008-05-27T15:39:24-07:00</authored-date>
    <message>Use Entry#published everywhere instead of publish</message>
    <tree>3ee2e54dcfedf4cd30752efe1d7a3c39b19ccc38</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>863507170d4b6ff0d98eb7a3828ca9878e08a8b8</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/bdf4695f7c0b40d324fdbe6539228f5663d4847b</url>
    <id>bdf4695f7c0b40d324fdbe6539228f5663d4847b</id>
    <committed-date>2008-05-27T17:00:04-07:00</committed-date>
    <authored-date>2008-05-27T14:40:18-07:00</authored-date>
    <message>s/Weblog/Wink/g on entire codebase</message>
    <tree>f03613ca68de9b74210a12c3bda5f464139b7583</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38e6428625b46e75647d5cc259c4e054866e3f79</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/863507170d4b6ff0d98eb7a3828ca9878e08a8b8</url>
    <id>863507170d4b6ff0d98eb7a3828ca9878e08a8b8</id>
    <committed-date>2008-05-27T16:58:53-07:00</committed-date>
    <authored-date>2008-05-27T12:55:38-07:00</authored-date>
    <message>use hanna for rdoc; add ChangeLog</message>
    <tree>3ef410a064c60ed90d0ccb249b26659fbb867b2d</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f055c984c0fe4652882700d775387ea609565ddf</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/38e6428625b46e75647d5cc259c4e054866e3f79</url>
    <id>38e6428625b46e75647d5cc259c4e054866e3f79</id>
    <committed-date>2008-05-27T16:58:53-07:00</committed-date>
    <authored-date>2008-05-27T12:18:41-07:00</authored-date>
    <message>Allow option access directly on the Wink module

Wink delegates missing methods to the underlying options OpenStruct.
While here, spec out most of the Wink module.</message>
    <tree>e018f20fbb2f1c3db115e8ec3198e2ab17edb906</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d08333e8bd91e7228c66c170535ed5688e5ab15f</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/f055c984c0fe4652882700d775387ea609565ddf</url>
    <id>f055c984c0fe4652882700d775387ea609565ddf</id>
    <committed-date>2008-05-27T16:58:53-07:00</committed-date>
    <authored-date>2008-05-27T08:03:49-07:00</authored-date>
    <message>Misc model cleanup / more spec work

Added publishing related specs for Entry and spec out core
extensions after cleaning up a bit.

Added :id properties to all models in preparation for
DM 0.9, moved indexes into property definitions where possible,
and removed superfluous method definitions.</message>
    <tree>690b472b8ebeb56eaeb7007abc7c7229ffd469d2</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>53fcd0f95dee81b938f7301f83891ad1e7eca4b9</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/d08333e8bd91e7228c66c170535ed5688e5ab15f</url>
    <id>d08333e8bd91e7228c66c170535ed5688e5ab15f</id>
    <committed-date>2008-05-27T16:57:14-07:00</committed-date>
    <authored-date>2008-05-27T08:04:36-07:00</authored-date>
    <message>Better Date#inspect, DateTime#inspect, and DateTime#iso8601</message>
    <tree>bbc2dc445fbe32b5521a9cf8d3a5bd8ab5716564</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2e289509f04229a8bba5d0952a09bcbd761d9f5</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/53fcd0f95dee81b938f7301f83891ad1e7eca4b9</url>
    <id>53fcd0f95dee81b938f7301f83891ad1e7eca4b9</id>
    <committed-date>2008-05-27T12:24:19-07:00</committed-date>
    <authored-date>2008-05-27T12:19:16-07:00</authored-date>
    <message>Add spec rake task: runs tests w/ specrb</message>
    <tree>d9460a06fcd52a356c91f8c927cf312a2f30c2bd</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>80f08b9e8104bd4d1d2bb6d9e686d41994b84124</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/f2e289509f04229a8bba5d0952a09bcbd761d9f5</url>
    <id>f2e289509f04229a8bba5d0952a09bcbd761d9f5</id>
    <committed-date>2008-05-27T07:58:33-07:00</committed-date>
    <authored-date>2008-05-27T05:21:28-07:00</authored-date>
    <message>Add autotest config -- simplistic but should work for now</message>
    <tree>3e4298d382096c005505ba082e6b62f87ecd2243</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0983d1151166dd897802bd3160ad004d5e0027e0</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/cschneid/wink/commit/80f08b9e8104bd4d1d2bb6d9e686d41994b84124</url>
    <id>80f08b9e8104bd4d1d2bb6d9e686d41994b84124</id>
    <committed-date>2008-05-27T05:01:14-07:00</committed-date>
    <authored-date>2008-05-27T05:01:14-07:00</authored-date>
    <message>Re-enable validators on models now that reloading is fixed.</message>
    <tree>b9324b694c145130e3f177bd572c043f8e1e4dbf</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
</commits>
