<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>6a8b8fac0ee6b5b97a96994b468c304580305361</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/436f1f760f248afa8503e3bff7f9925e258f82e3</url>
    <id>436f1f760f248afa8503e3bff7f9925e258f82e3</id>
    <committed-date>2009-10-01T13:23:01-07:00</committed-date>
    <authored-date>2009-10-01T13:23:01-07:00</authored-date>
    <message>bump gemspec</message>
    <tree>a985605e6f75b59d07ca0f9eb3153f767ccff17e</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>068bfed57d951dc6719794b0224fb34e3582e0f5</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/6a8b8fac0ee6b5b97a96994b468c304580305361</url>
    <id>6a8b8fac0ee6b5b97a96994b468c304580305361</id>
    <committed-date>2009-10-01T13:22:28-07:00</committed-date>
    <authored-date>2009-10-01T13:22:28-07:00</authored-date>
    <message>add Model.&lt;state_name&gt; and Model.&lt;state_name&gt;_not named scopes which take string args to state scopes</message>
    <tree>3ae4c43527b9a82d7c557450d6543f34427e44c9</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8dadf029205e32dd333e49b379d7d2c31a0e676</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/068bfed57d951dc6719794b0224fb34e3582e0f5</url>
    <id>068bfed57d951dc6719794b0224fb34e3582e0f5</id>
    <committed-date>2009-09-23T20:57:54-07:00</committed-date>
    <authored-date>2009-09-23T20:57:54-07:00</authored-date>
    <message>bump gemspec</message>
    <tree>1e291aec87722a644c8311102c3da196f2dba6c1</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8c46695f1e94a70fc7190e204b723b7fce235d7</id>
      </parent>
    </parents>
    <author>
      <name>Ryan McGeary</name>
      <email>ryanongit@mcgeary.org</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/a8dadf029205e32dd333e49b379d7d2c31a0e676</url>
    <id>a8dadf029205e32dd333e49b379d7d2c31a0e676</id>
    <committed-date>2009-09-23T19:58:11-07:00</committed-date>
    <authored-date>2009-09-23T19:58:11-07:00</authored-date>
    <message>Allow AR objects to survive an `include Pacecar` if the table doesn't exist yet

* Problem exposes itself when an AR object includes Pacecar, and also has an
Observer tied to it (loading the model early).  Upon an initial db:migrate, by
loading the model early, Pacecar would raise an error that the table doesn't
exist when defining the order scopes.
* The `column_names` method in Pacecar::Helpers::ClassMethods was inaccessible
because AR::Base already defines it.</message>
    <tree>cf7f3e269c7bdc8ca8f95a296fb8724c537b4899</tree>
    <committer>
      <name>Ryan McGeary</name>
      <email>ryanongit@mcgeary.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ffa87f966274fa1010a330287d630a96f6a0218f</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/c8c46695f1e94a70fc7190e204b723b7fce235d7</url>
    <id>c8c46695f1e94a70fc7190e204b723b7fce235d7</id>
    <committed-date>2009-08-13T15:21:21-07:00</committed-date>
    <authored-date>2009-08-13T15:21:21-07:00</authored-date>
    <message>ignore test.db</message>
    <tree>b0f2dca63848c6ac4d6866dc251d2c9a455319b8</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3bdeaa3ea74a79f503d5baf5a91e9e9952d619c5</id>
      </parent>
    </parents>
    <author>
      <name>Chad Pytel</name>
      <email>cpytel@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/ffa87f966274fa1010a330287d630a96f6a0218f</url>
    <id>ffa87f966274fa1010a330287d630a96f6a0218f</id>
    <committed-date>2009-07-30T10:50:34-07:00</committed-date>
    <authored-date>2009-07-30T10:50:34-07:00</authored-date>
    <message>bump the gem version</message>
    <tree>c9f90f54441f59fbb5607962fb9795d07aaaa0fb</tree>
    <committer>
      <name>Chad Pytel</name>
      <email>cpytel@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>573f3d45c4551611ac8a0ce583666bc9f83ab809</id>
      </parent>
    </parents>
    <author>
      <name>Chad Pytel</name>
      <email>cpytel@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/3bdeaa3ea74a79f503d5baf5a91e9e9952d619c5</url>
    <id>3bdeaa3ea74a79f503d5baf5a91e9e9952d619c5</id>
    <committed-date>2009-07-30T10:48:18-07:00</committed-date>
    <authored-date>2009-07-30T10:48:18-07:00</authored-date>
    <message>make datetime methods also in effect for date columns, explicitly test
each date and datetime column</message>
    <tree>e041541982fab375ec9bd37529a141048ee74507</tree>
    <committer>
      <name>Chad Pytel</name>
      <email>cpytel@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8037440432f48e43bb4d482f669d2500dca9682a</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/573f3d45c4551611ac8a0ce583666bc9f83ab809</url>
    <id>573f3d45c4551611ac8a0ce583666bc9f83ab809</id>
    <committed-date>2009-04-17T14:11:20-07:00</committed-date>
    <authored-date>2009-04-17T14:11:20-07:00</authored-date>
    <message>bump</message>
    <tree>fa46bc37394815a96f00c6837e7416a10344247b</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8f1f29e4ee5edda4d984d66c6ea6fe68b2690fc</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/8037440432f48e43bb4d482f669d2500dca9682a</url>
    <id>8037440432f48e43bb4d482f669d2500dca9682a</id>
    <committed-date>2009-04-17T14:10:25-07:00</committed-date>
    <authored-date>2009-04-17T14:10:25-07:00</authored-date>
    <message>add files to gemspec</message>
    <tree>eba7fd1841a61cc84a6accc414eb66fc1dd6818c</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>101f140110ef8b006168383b53d0d3d8489df715</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/f8f1f29e4ee5edda4d984d66c6ea6fe68b2690fc</url>
    <id>f8f1f29e4ee5edda4d984d66c6ea6fe68b2690fc</id>
    <committed-date>2009-04-17T13:51:00-07:00</committed-date>
    <authored-date>2009-04-17T13:51:00-07:00</authored-date>
    <message>bump the gemspec</message>
    <tree>0a67e661170d742bdc63765e9443059ce26e8c3e</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e6b01902c5b313612c6324f1865e2c94bd8450cf</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/101f140110ef8b006168383b53d0d3d8489df715</url>
    <id>101f140110ef8b006168383b53d0d3d8489df715</id>
    <committed-date>2009-04-17T13:50:42-07:00</committed-date>
    <authored-date>2009-04-17T13:50:42-07:00</authored-date>
    <message>add recent association record scopes</message>
    <tree>ff05f5bef233291ff673411a56dff0f965c31043</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e628a1dc9b4074b067904ea58aad8245a8f0b788</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/e6b01902c5b313612c6324f1865e2c94bd8450cf</url>
    <id>e6b01902c5b313612c6324f1865e2c94bd8450cf</id>
    <committed-date>2009-04-08T17:04:14-07:00</committed-date>
    <authored-date>2009-04-08T17:04:14-07:00</authored-date>
    <message>new version number</message>
    <tree>1e1f82dbcaf2d67d96a530a53c7980e1ff6aace2</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa1d7ebd55fa4d432787c2e3ac0d8b818fbde90e</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/e628a1dc9b4074b067904ea58aad8245a8f0b788</url>
    <id>e628a1dc9b4074b067904ea58aad8245a8f0b788</id>
    <committed-date>2009-04-08T17:03:50-07:00</committed-date>
    <authored-date>2009-04-08T17:03:50-07:00</authored-date>
    <message>add balance methods to boolean module</message>
    <tree>94ac563ec808fdfa70cde72d10fcc7067fc38600</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88d67ca10c9d1d3e7f8a26d8e0691c911fa1963b</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/fa1d7ebd55fa4d432787c2e3ac0d8b818fbde90e</url>
    <id>fa1d7ebd55fa4d432787c2e3ac0d8b818fbde90e</id>
    <committed-date>2009-04-08T16:51:23-07:00</committed-date>
    <authored-date>2009-04-08T16:51:23-07:00</authored-date>
    <message>freeze constants</message>
    <tree>7921941d1bcd2432160973b927937b0612a299fa</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b45d84129bec0071ca9e506620317f2043d70170</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/88d67ca10c9d1d3e7f8a26d8e0691c911fa1963b</url>
    <id>88d67ca10c9d1d3e7f8a26d8e0691c911fa1963b</id>
    <committed-date>2009-03-23T11:48:10-07:00</committed-date>
    <authored-date>2009-03-23T11:48:10-07:00</authored-date>
    <message>maybe today</message>
    <tree>fa05134216626edefe712cdb5f6748f1cb7f420e</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f48c5c72888dd85c928fea63da22ef263d0375d</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/b45d84129bec0071ca9e506620317f2043d70170</url>
    <id>b45d84129bec0071ca9e506620317f2043d70170</id>
    <committed-date>2009-03-23T08:22:47-07:00</committed-date>
    <authored-date>2009-03-23T08:22:47-07:00</authored-date>
    <message>this is absurd</message>
    <tree>607db89993330c2f17d6174cdecebf035e589900</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>16785dce8b5e5d78ab32f9ff0b881c9c7e88accd</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/3f48c5c72888dd85c928fea63da22ef263d0375d</url>
    <id>3f48c5c72888dd85c928fea63da22ef263d0375d</id>
    <committed-date>2009-03-22T10:04:17-07:00</committed-date>
    <authored-date>2009-03-22T10:04:17-07:00</authored-date>
    <message>doc update</message>
    <tree>5372caaf0bb2015cae42fe3f35adcc7c55280042</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c436c77d017ba4005ef78f499faaa523a591b46f</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/16785dce8b5e5d78ab32f9ff0b881c9c7e88accd</url>
    <id>16785dce8b5e5d78ab32f9ff0b881c9c7e88accd</id>
    <committed-date>2009-03-22T09:49:17-07:00</committed-date>
    <authored-date>2009-03-22T09:49:17-07:00</authored-date>
    <message>touch</message>
    <tree>794bb4b50268a81e1865bbcd09989db123a5f928</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d21f4737c9a8ca811cd96115126bc575764a33ee</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/c436c77d017ba4005ef78f499faaa523a591b46f</url>
    <id>c436c77d017ba4005ef78f499faaa523a591b46f</id>
    <committed-date>2009-03-21T14:39:28-07:00</committed-date>
    <authored-date>2009-03-21T14:39:28-07:00</authored-date>
    <message>bump</message>
    <tree>bcc7dc1700ac874b9e46f6beef016058c14ce7e1</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d03b8c2c22fa4f2cd36d3225f49a4977d72ee14</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/d21f4737c9a8ca811cd96115126bc575764a33ee</url>
    <id>d21f4737c9a8ca811cd96115126bc575764a33ee</id>
    <committed-date>2009-03-21T07:50:03-07:00</committed-date>
    <authored-date>2009-03-21T07:50:03-07:00</authored-date>
    <message>bump gemspec</message>
    <tree>794bb4b50268a81e1865bbcd09989db123a5f928</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd30323360935eeea69d92e8b871ff0a1aff9f4d</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/1d03b8c2c22fa4f2cd36d3225f49a4977d72ee14</url>
    <id>1d03b8c2c22fa4f2cd36d3225f49a4977d72ee14</id>
    <committed-date>2009-03-20T19:29:57-07:00</committed-date>
    <authored-date>2009-03-20T19:29:57-07:00</authored-date>
    <message>doc touch</message>
    <tree>ffe078a7b88130e5a9e140bfdacdd88e5e36b8fe</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6936533b83a7d051b030c897ae463c9e70f678a3</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/fd30323360935eeea69d92e8b871ff0a1aff9f4d</url>
    <id>fd30323360935eeea69d92e8b871ff0a1aff9f4d</id>
    <committed-date>2009-03-20T16:50:13-07:00</committed-date>
    <authored-date>2009-03-20T16:50:13-07:00</authored-date>
    <message>bump gemspec</message>
    <tree>e5f94c2a165ade15dc150a957221486042b0360f</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a026c1de5ee2e38f1771c1af5a5a8e112a9d7ec</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/6936533b83a7d051b030c897ae463c9e70f678a3</url>
    <id>6936533b83a7d051b030c897ae463c9e70f678a3</id>
    <committed-date>2009-03-20T16:50:02-07:00</committed-date>
    <authored-date>2009-03-20T16:50:02-07:00</authored-date>
    <message>update README for new query methods</message>
    <tree>8248ebb27d7e5a6fab2c94da98b543191f52547e</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bcf493d6616d63cb2bfca6465b5ebaec82e9cc5f</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/6a026c1de5ee2e38f1771c1af5a5a8e112a9d7ec</url>
    <id>6a026c1de5ee2e38f1771c1af5a5a8e112a9d7ec</id>
    <committed-date>2009-03-20T16:37:27-07:00</committed-date>
    <authored-date>2009-03-20T16:37:27-07:00</authored-date>
    <message>add query methods for state</message>
    <tree>efae5c1f09e3f608a4036b5f4faf004cc61fbf5f</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f18d8bb847240803d365c5adffed172559c7c03c</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/bcf493d6616d63cb2bfca6465b5ebaec82e9cc5f</url>
    <id>bcf493d6616d63cb2bfca6465b5ebaec82e9cc5f</id>
    <committed-date>2009-03-20T16:26:57-07:00</committed-date>
    <authored-date>2009-03-20T16:26:57-07:00</authored-date>
    <message>rename scopes_polymorph to has_polymorph</message>
    <tree>e812dcf8c21a88f7db03d9cf0b795c6657516c36</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a77cfb644c080cb85347d67c0e42ee0d967b2b1</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/f18d8bb847240803d365c5adffed172559c7c03c</url>
    <id>f18d8bb847240803d365c5adffed172559c7c03c</id>
    <committed-date>2009-03-20T16:26:24-07:00</committed-date>
    <authored-date>2009-03-20T16:26:24-07:00</authored-date>
    <message>rename scopes_ranking to has_ranking</message>
    <tree>27e69e11a4943edb38da0f8635d9d3203ea5ca07</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96c5a91acc1e72b819acf5cd7902d4eaa46b5aa9</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/5a77cfb644c080cb85347d67c0e42ee0d967b2b1</url>
    <id>5a77cfb644c080cb85347d67c0e42ee0d967b2b1</id>
    <committed-date>2009-03-20T16:25:45-07:00</committed-date>
    <authored-date>2009-03-20T16:25:45-07:00</authored-date>
    <message>rename scopes_state to has_state</message>
    <tree>b36dab8af1417738307bd86086a11c59596c4d9a</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5422fe914ddcf28b99a620034f635a90f6458d9</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/96c5a91acc1e72b819acf5cd7902d4eaa46b5aa9</url>
    <id>96c5a91acc1e72b819acf5cd7902d4eaa46b5aa9</id>
    <committed-date>2009-03-20T16:02:08-07:00</committed-date>
    <authored-date>2009-03-20T16:02:08-07:00</authored-date>
    <message>do not include by default</message>
    <tree>f73ff343ee8cd74954e109623d1c66bb1a627c13</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b8ac06bac196ab05fc8e4b3e76438d489051780</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/c5422fe914ddcf28b99a620034f635a90f6458d9</url>
    <id>c5422fe914ddcf28b99a620034f635a90f6458d9</id>
    <committed-date>2008-10-23T09:31:52-07:00</committed-date>
    <authored-date>2008-10-23T09:31:52-07:00</authored-date>
    <message>bump the gemspec</message>
    <tree>9850f17a1a389702fe4dc385b79277a836b966b8</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b59e897361cc4a3df93bb154b895625718a747c</id>
      </parent>
    </parents>
    <author>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </author>
    <url>http://github.com/thoughtbot/pacecar/commit/1b8ac06bac196ab05fc8e4b3e76438d489051780</url>
    <id>1b8ac06bac196ab05fc8e4b3e76438d489051780</id>
    <committed-date>2008-10-23T09:31:29-07:00</committed-date>
    <authored-date>2008-10-23T09:31:29-07:00</authored-date>
    <message>dont protect</message>
    <tree>9405917b00aac23e2ccb878e658664dbd6a736a4</tree>
    <committer>
      <name>Matt Jankowski</name>
      <email>mjankowski@thoughtbot.com</email>
    </committer>
  </commit>
</commits>
