<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>44347090a6f9c65e2a889dc89e011d7625efa4b6</id>
      </parent>
    </parents>
    <author>
      <name>Adam French</name>
      <email>adam@wieck.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/6a5e60ed59026cf4edd0b398526fdb5614580f53</url>
    <id>6a5e60ed59026cf4edd0b398526fdb5614580f53</id>
    <committed-date>2008-05-20T19:17:32-07:00</committed-date>
    <authored-date>2008-05-20T19:17:32-07:00</authored-date>
    <message>find by range</message>
    <tree>b43fbecde07e7ddd643e98ed1082fbc9c15b0ea6</tree>
    <committer>
      <name>Adam French</name>
      <email>adam@wieck.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>15d458efa3dbc8130066bf75cf13b2f37b607374</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/44347090a6f9c65e2a889dc89e011d7625efa4b6</url>
    <id>44347090a6f9c65e2a889dc89e011d7625efa4b6</id>
    <committed-date>2008-05-20T16:49:08-07:00</committed-date>
    <authored-date>2008-05-20T16:36:12-07:00</authored-date>
    <message>Renamed supports_autoincrement? as supports_serial?</message>
    <tree>fc06e12b8f1a1241a702b1c8f648f1c451b2d0dc</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1d2c684dd017f8d97efa5ce2fb2e987b8e7b29d</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/15d458efa3dbc8130066bf75cf13b2f37b607374</url>
    <id>15d458efa3dbc8130066bf75cf13b2f37b607374</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-20T15:58:39-07:00</authored-date>
    <message>Reorganized methods in source

* Removed some duplication methods
* Added TODO notes above methods that need to be moved into dm-more
  packages</message>
    <tree>c666cffcb49ef8da411153e99975334572584751</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59dec80ff461a604df1e18601e710df04839a71c</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/e1d2c684dd017f8d97efa5ce2fb2e987b8e7b29d</url>
    <id>e1d2c684dd017f8d97efa5ce2fb2e987b8e7b29d</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-20T11:53:29-07:00</authored-date>
    <message>Added specs for DOA#delete

* Refactored variable names within the DOA methods to match what the
  variables really are
* Shortend a few variables when it is obvious what they are
* Added missing specs for other DOA methods</message>
    <tree>aabc1ac057fed2403d8f9535970b4d0d5db3b1b1</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>763195a8d42a64bfe31c818da95255daf74ca043</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/59dec80ff461a604df1e18601e710df04839a71c</url>
    <id>59dec80ff461a604df1e18601e710df04839a71c</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-20T10:32:27-07:00</authored-date>
    <message>Updated create statement to use DEFAULT VALUES for supporting adapters

* Insert statement generated when no properties specified (which can
  happen when you want all the defaults to be created) was compatible
  only with MySQL, but failed on PostgreSQL and SQLite3.  Updated
  INSERT statement to use DEFAULT VALUES in this scenario.</message>
    <tree>827198e703b0892578a898f8f3951201f738afd4</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>13f330597425e41f47055673eb40bd2f73cb5626</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/763195a8d42a64bfe31c818da95255daf74ca043</url>
    <id>763195a8d42a64bfe31c818da95255daf74ca043</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-19T01:33:17-07:00</authored-date>
    <message>Simplified specs</message>
    <tree>71ebf981c981efc8ee18132721ae9af78340c859</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>98e51390282ab09b8b7493091c7230848f065b18</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/13f330597425e41f47055673eb40bd2f73cb5626</url>
    <id>13f330597425e41f47055673eb40bd2f73cb5626</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-19T01:31:50-07:00</authored-date>
    <message>Added specs for DOA#update</message>
    <tree>61f2b6c4a9c65265a60a32e97ae8f35fdfdb32a4</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>175df06c769935ea73c9e51ea76df13655810bf0</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/98e51390282ab09b8b7493091c7230848f065b18</url>
    <id>98e51390282ab09b8b7493091c7230848f065b18</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-19T01:05:48-07:00</authored-date>
    <message>Added specs for DOA#read</message>
    <tree>7944c051726a49d44f2f0dc0342935f366deb259</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71f35ef8fa2e33b434e2a3f54e2030460a14770a</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/175df06c769935ea73c9e51ea76df13655810bf0</url>
    <id>175df06c769935ea73c9e51ea76df13655810bf0</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-18T21:41:08-07:00</authored-date>
    <message>Removed require statement that is no longer needed</message>
    <tree>8dd6acf31e3663fc650290aa9d8ff94a655d2e3e</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2986b90711d3026d901deff5395ce342552294be</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/71f35ef8fa2e33b434e2a3f54e2030460a14770a</url>
    <id>71f35ef8fa2e33b434e2a3f54e2030460a14770a</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-18T21:30:43-07:00</authored-date>
    <message>Moved docs into the sections for the RUD methods</message>
    <tree>53c0f381487517841524a174b16d8ceb9640c70f</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a734f904bdd4ee136dd5e7b6f2065b7123fd3d1d</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/2986b90711d3026d901deff5395ce342552294be</url>
    <id>2986b90711d3026d901deff5395ce342552294be</id>
    <committed-date>2008-05-20T16:49:07-07:00</committed-date>
    <authored-date>2008-05-18T16:26:42-07:00</authored-date>
    <message>Updated all script to run integration specs for each adapter</message>
    <tree>fec5bfddceb8d1fa241197ae728bba84b8c832f6</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8692435d5c5911c6992f1dc2f1d905d4986704d3</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/a734f904bdd4ee136dd5e7b6f2065b7123fd3d1d</url>
    <id>a734f904bdd4ee136dd5e7b6f2065b7123fd3d1d</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-18T12:18:07-07:00</authored-date>
    <message>Fixed profiler to run when no data in the database

* Updated rake clean to remove more temp files</message>
    <tree>781cb49b9892f1abdb4f117c9ab662c9d1138400</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e75b28481db291693532722f130b9e9f059e617c</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/8692435d5c5911c6992f1dc2f1d905d4986704d3</url>
    <id>8692435d5c5911c6992f1dc2f1d905d4986704d3</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-18T12:09:04-07:00</authored-date>
    <message>Simplified storage modifier methods to use self.execute()</message>
    <tree>8f3c005dce14dbe78d060fb8d3e0654147c8aa2d</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03775ed66548ceba37b815ad5c85df673be447e7</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/e75b28481db291693532722f130b9e9f059e617c</url>
    <id>e75b28481db291693532722f130b9e9f059e617c</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-18T08:42:50-07:00</authored-date>
    <message>Added specs for DataObjectsAdapter#create

* Removed specs for private methods
* Reorganized specs to match order of methods defined</message>
    <tree>5491cc60aa38a828115811544be4f96c841ad508</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d391fb3c535e5e3fe6bf4c21feff15bed61df8e</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/03775ed66548ceba37b815ad5c85df673be447e7</url>
    <id>03775ed66548ceba37b815ad5c85df673be447e7</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-16T23:59:42-07:00</authored-date>
    <message>Updated adapter to not use repository.name

* repository.name should always be identical to the adapter's name
  attribute.  in a way passing in repository as an argument into any
  adapter method is redundant.  after evaluating the code it should
  be possible to remove repository from every adapter method and have
  identical functionality.
* Removed Query#repository to discourage usage</message>
    <tree>a31ead83fe9d363fbfd32c41f84a42e82c3d6aa1</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>53c485b7e4c0c2abad59e4d564d29ca6b6ebdcf1</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/5d391fb3c535e5e3fe6bf4c21feff15bed61df8e</url>
    <id>5d391fb3c535e5e3fe6bf4c21feff15bed61df8e</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-16T19:56:50-07:00</authored-date>
    <message>Updated MySQL adapter to escape table and column names properly</message>
    <tree>fb6be5bced350a29a53e4e6cf7d7a27bc1bc1a7a</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>66ed129df77a5721c8d428c4d01c4b78412a2ada</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/53c485b7e4c0c2abad59e4d564d29ca6b6ebdcf1</url>
    <id>53c485b7e4c0c2abad59e4d564d29ca6b6ebdcf1</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-16T19:39:00-07:00</authored-date>
    <message>MySQL tables created with the same charset/collation as the connection</message>
    <tree>f8672e96f3d96250921a7891ec83452beeae2a37</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bfa03b0418e09549aa6ad7b50fc74a0cf8e1bbd5</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/66ed129df77a5721c8d428c4d01c4b78412a2ada</url>
    <id>66ed129df77a5721c8d428c4d01c4b78412a2ada</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-16T16:59:24-07:00</authored-date>
    <message>Updated Adapter#read_set_with_sql to be private</message>
    <tree>9a7b94432dd4603396ee938cc09b7c115fb03c47</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>747b72e58dea7f1bc141ff8bf27005c859ccfb7c</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/bfa03b0418e09549aa6ad7b50fc74a0cf8e1bbd5</url>
    <id>bfa03b0418e09549aa6ad7b50fc74a0cf8e1bbd5</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-16T13:13:19-07:00</authored-date>
    <message>Missed quoting column</message>
    <tree>ef077338b64767817548a89196bb9c82e2e791b5</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5adc574451dacffd50884b692621becabb1e8c89</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/747b72e58dea7f1bc141ff8bf27005c859ccfb7c</url>
    <id>747b72e58dea7f1bc141ff8bf27005c859ccfb7c</id>
    <committed-date>2008-05-20T16:49:06-07:00</committed-date>
    <authored-date>2008-05-16T13:09:43-07:00</authored-date>
    <message>Cleaned up the SQL statements

* Quoted table and column names
* Split long queries up into heredocs
* Updated queries looking for existence to simply use COUNT(*) instead
  of returning every row and counting to see if the size is greater
  than 0.</message>
    <tree>9ece5a8dd510c47cc5522f059482f47657210ee4</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e305d876d8aa6418392b4f7fcd1b652bf80783e5</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/5adc574451dacffd50884b692621becabb1e8c89</url>
    <id>5adc574451dacffd50884b692621becabb1e8c89</id>
    <committed-date>2008-05-20T16:49:05-07:00</committed-date>
    <authored-date>2008-05-16T12:39:48-07:00</authored-date>
    <message>Started cleaning up the Adapters

* Removed unused methods
* Grouped related methods together
* Updated methods that are internal to be private
* Updated performance scripts to actually run</message>
    <tree>c32458c76050bd1928da6040515bb07b86ed3222</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e171010de5dfbcf1c61d21cf6de385c3cb5f8715</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/e305d876d8aa6418392b4f7fcd1b652bf80783e5</url>
    <id>e305d876d8aa6418392b4f7fcd1b652bf80783e5</id>
    <committed-date>2008-05-20T16:48:18-07:00</committed-date>
    <authored-date>2008-05-20T16:48:18-07:00</authored-date>
    <message>Further fixes to get the Rakefile ci:tasks to run on the CI server</message>
    <tree>0f7c4585937846d199598ed32c90cbc5c567206e</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88c635c0b2e4cf8923a705fab3d095dc71440e43</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/e171010de5dfbcf1c61d21cf6de385c3cb5f8715</url>
    <id>e171010de5dfbcf1c61d21cf6de385c3cb5f8715</id>
    <committed-date>2008-05-20T16:18:02-07:00</committed-date>
    <authored-date>2008-05-20T16:17:40-07:00</authored-date>
    <message>Further fixes for Rakefile to work on CI server</message>
    <tree>488424b9fd282d6aba599462e5b0eeec115ac529</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f2b1b0a10f6d41b6eff9d561c942b8640a5b324</id>
      </parent>
      <parent>
        <id>58c42e6fd4c7df5d9bbdc48bd46d12c08323bff1</id>
      </parent>
    </parents>
    <author>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/88c635c0b2e4cf8923a705fab3d095dc71440e43</url>
    <id>88c635c0b2e4cf8923a705fab3d095dc71440e43</id>
    <committed-date>2008-05-20T16:15:18-07:00</committed-date>
    <authored-date>2008-05-20T16:15:18-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:sam/dm-core</message>
    <tree>1aee75ba4a10f6b23f5d506cccdcaef01b080cd4</tree>
    <committer>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6df0405b4b306450dd0ab9cee64356dc5d1cd11</id>
      </parent>
    </parents>
    <author>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/6f2b1b0a10f6d41b6eff9d561c942b8640a5b324</url>
    <id>6f2b1b0a10f6d41b6eff9d561c942b8640a5b324</id>
    <committed-date>2008-05-20T16:14:45-07:00</committed-date>
    <authored-date>2008-05-20T16:14:45-07:00</authored-date>
    <message>added private methods #create and #update for Resource, so you are now able to do before :update / :create etc</message>
    <tree>0bf39dc346e9d633253e1e514d6801646ffaa892</tree>
    <committer>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6df0405b4b306450dd0ab9cee64356dc5d1cd11</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/58c42e6fd4c7df5d9bbdc48bd46d12c08323bff1</url>
    <id>58c42e6fd4c7df5d9bbdc48bd46d12c08323bff1</id>
    <committed-date>2008-05-20T16:04:57-07:00</committed-date>
    <authored-date>2008-05-20T16:04:57-07:00</authored-date>
    <message>Updated Rakefile error handling so the CI specs pass</message>
    <tree>5ba7faf3cbab11cd0e14464acba3cd0a5be190e0</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da2b05928ec7a106996691ab054436d65600c09b</id>
      </parent>
      <parent>
        <id>8c88ebe07d1ea94ac22971187568f16dab3874f6</id>
      </parent>
    </parents>
    <author>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/b6df0405b4b306450dd0ab9cee64356dc5d1cd11</url>
    <id>b6df0405b4b306450dd0ab9cee64356dc5d1cd11</id>
    <committed-date>2008-05-20T14:52:56-07:00</committed-date>
    <authored-date>2008-05-20T14:52:56-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:sam/dm-core</message>
    <tree>9ece9a29d1ab32e622ec88b62b6ddd1d7183d395</tree>
    <committer>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8c211d9dc995219ae009a668474ecf2ebbdabb4</id>
      </parent>
    </parents>
    <author>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/da2b05928ec7a106996691ab054436d65600c09b</url>
    <id>da2b05928ec7a106996691ab054436d65600c09b</id>
    <committed-date>2008-05-20T14:52:31-07:00</committed-date>
    <authored-date>2008-05-20T14:52:31-07:00</authored-date>
    <message>fixed Discriminator to support more than 3 levels of inheritance</message>
    <tree>a50e005f11b4685ee60821ef00899f08161e2969</tree>
    <committer>
      <name>Sindre Aarsaether</name>
      <email>sindre@identu.no</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c12052812e4754932c1d3ec714608f6a3926f09</id>
      </parent>
    </parents>
    <author>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/8c88ebe07d1ea94ac22971187568f16dab3874f6</url>
    <id>8c88ebe07d1ea94ac22971187568f16dab3874f6</id>
    <committed-date>2008-05-20T14:00:13-07:00</committed-date>
    <authored-date>2008-05-20T14:00:13-07:00</authored-date>
    <message>These were for 0.3.0, no longer representative.</message>
    <tree>a8c705f03a5f2479ddfcc2a997a073e27e190431</tree>
    <committer>
      <name>Sam Smoot</name>
      <email>ssmoot@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>59124cad938b71fbd5c3050ad5cfef3dae3ef374</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/sam/dm-core/commit/4c12052812e4754932c1d3ec714608f6a3926f09</url>
    <id>4c12052812e4754932c1d3ec714608f6a3926f09</id>
    <committed-date>2008-05-20T12:52:06-07:00</committed-date>
    <authored-date>2008-05-20T12:52:06-07:00</authored-date>
    <message>Make &quot;foo.bar&quot; =&gt; &quot;baz&quot; syntax work again</message>
    <tree>80712d02348f10fbc5fe1725f99142d56041db7e</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
</commits>
