<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>1dd00b6a64fc208389b1500ff4b98fb09e41a658</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/a7aa670d218caa830ff01796407cdd2180cd09c9</url>
    <id>a7aa670d218caa830ff01796407cdd2180cd09c9</id>
    <committed-date>2009-12-07T21:16:26-08:00</committed-date>
    <authored-date>2009-12-07T21:16:26-08:00</authored-date>
    <message>Updated Rakefile to import placeholder tasks if rspec or rcov is not available

* This handles the &quot;first use&quot; scenario better, where if neither jeweler or rspec
  is installed it will first (properly) tell the user to install jewler.  From
  then any attempts to run rake spec or rcov, will tell the user to install
  rspec or rcov respectively.</message>
    <tree>b8581c31fb2f9dd8beb53959ab6dd8e9594a900e</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4517c0350b41f24096d9117a4a21c2418954e411</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/1dd00b6a64fc208389b1500ff4b98fb09e41a658</url>
    <id>1dd00b6a64fc208389b1500ff4b98fb09e41a658</id>
    <committed-date>2009-12-05T21:47:15-08:00</committed-date>
    <authored-date>2009-12-05T21:47:15-08:00</authored-date>
    <message>Added Relationship#hash</message>
    <tree>e1e16e64e2d562bece13ca30f7f7565ec38c4a25</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c223899c6b9d4e0bba2bfeb0a8ec81c33c2f7bfe</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/4517c0350b41f24096d9117a4a21c2418954e411</url>
    <id>4517c0350b41f24096d9117a4a21c2418954e411</id>
    <committed-date>2009-12-05T21:31:41-08:00</committed-date>
    <authored-date>2009-12-05T21:31:41-08:00</authored-date>
    <message>Ruby 1.9.2 compatibility fix for AbstractOperation#to_s

* Array#join does not call #to_s on each element automatically before
  joining them.</message>
    <tree>b04cacedd9c65f8e11753e22e3b8044f0440d3d3</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>169ae3f9eb84af043edc3991556c3c57d541b9b6</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/c223899c6b9d4e0bba2bfeb0a8ec81c33c2f7bfe</url>
    <id>c223899c6b9d4e0bba2bfeb0a8ec81c33c2f7bfe</id>
    <committed-date>2009-12-05T01:20:53-08:00</committed-date>
    <authored-date>2009-12-05T01:20:53-08:00</authored-date>
    <message>Updated Property#value specs for Object type to pass with all versions of Ruby</message>
    <tree>84ba2668de9ac4aad1f83c9574b4b1f3cb963342</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f9a0b5c0f7108025c98bb33bedffc185a21f839</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/169ae3f9eb84af043edc3991556c3c57d541b9b6</url>
    <id>169ae3f9eb84af043edc3991556c3c57d541b9b6</id>
    <committed-date>2009-12-05T01:19:52-08:00</committed-date>
    <authored-date>2009-12-05T01:19:52-08:00</authored-date>
    <message>Fixed spec formatter path to work with ruby 1.9.2</message>
    <tree>85191427c0209e034111aed5eba6464d2dee9ac1</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e1a3841fa36d0866d51ba3f3e82026e1643af289</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/5f9a0b5c0f7108025c98bb33bedffc185a21f839</url>
    <id>5f9a0b5c0f7108025c98bb33bedffc185a21f839</id>
    <committed-date>2009-12-02T10:30:29-08:00</committed-date>
    <authored-date>2009-12-02T10:30:29-08:00</authored-date>
    <message>Cleaned up deprecation warnings for :nullable

* When :nullable =&gt; true is required, change it to :required =&gt; false
  instead of :allow_nil =&gt; true.

[#1136 state:resolved]</message>
    <tree>446c650171c7c9bfa0a21dc0f98d58f1c9019fe0</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5678eeaa622af57581b5e38c9b0459b521f379a</id>
      </parent>
    </parents>
    <author>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/e1a3841fa36d0866d51ba3f3e82026e1643af289</url>
    <id>e1a3841fa36d0866d51ba3f3e82026e1643af289</id>
    <committed-date>2009-11-28T15:24:33-08:00</committed-date>
    <authored-date>2009-11-28T15:24:33-08:00</authored-date>
    <message>replace constant 1 with parent id in comparison_spec as otherwise OracleAdapter test is failing</message>
    <tree>83cb5ff7bbf10c83b08be506aad4ef471c2e1485</tree>
    <committer>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c9e29fcf356c38e0ff9ca981ea0ef00c1595dd45</id>
      </parent>
    </parents>
    <author>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/f5678eeaa622af57581b5e38c9b0459b521f379a</url>
    <id>f5678eeaa622af57581b5e38c9b0459b521f379a</id>
    <committed-date>2009-11-28T14:31:52-08:00</committed-date>
    <authored-date>2009-11-28T14:31:52-08:00</authored-date>
    <message>avoid unnecessary GROUP BY in OracleAdapter for unique query results</message>
    <tree>9fb84498f3ffaa04184422bc37bdef74a60ed1d1</tree>
    <committer>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce995997852efd5d1348e36f8a0828cb489a832f</id>
      </parent>
    </parents>
    <author>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/c9e29fcf356c38e0ff9ca981ea0ef00c1595dd45</url>
    <id>c9e29fcf356c38e0ff9ca981ea0ef00c1595dd45</id>
    <committed-date>2009-11-28T13:23:55-08:00</committed-date>
    <authored-date>2009-11-28T13:23:55-08:00</authored-date>
    <message>fixed OracleAdapter to pass oracle_adapter_spec test

* fixed some edge case bugs in OracleAdapter
* insluded OracleAdapter specific generated SQL strings in data_objects_adapter_shared_spec</message>
    <tree>e6eb9176970697dda8d42d66baa5fdf57b28d6e2</tree>
    <committer>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d949fea390f338f3aaedc7f4f2cc6388af285279</id>
      </parent>
    </parents>
    <author>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/ce995997852efd5d1348e36f8a0828cb489a832f</url>
    <id>ce995997852efd5d1348e36f8a0828cb489a832f</id>
    <committed-date>2009-11-28T10:23:03-08:00</committed-date>
    <authored-date>2009-09-29T02:14:43-07:00</authored-date>
    <message>changed regular expression for INSERT statement in case of OracleAdapter</message>
    <tree>ea3647d47c42244370cdc6f7132789f5e8f5e4e9</tree>
    <committer>
      <name>Raimonds Simanovskis</name>
      <email>raimonds.simanovskis@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f59a5c52ef37d0a29c11536e2f83fe7f1642e71f</id>
      </parent>
      <parent>
        <id>093e9f2a189aef429468d8ebb004b5f972ff475c</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/d949fea390f338f3aaedc7f4f2cc6388af285279</url>
    <id>d949fea390f338f3aaedc7f4f2cc6388af285279</id>
    <committed-date>2009-11-26T22:54:40-08:00</committed-date>
    <authored-date>2009-11-26T22:54:40-08:00</authored-date>
    <message>Merge branch 'master' into next</message>
    <tree>713d2ae6c19738a2cd005ddf0e0648f3ab5d60b8</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>90eb890c7031ea8f001d63d4b7fc496c5e711028</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/093e9f2a189aef429468d8ebb004b5f972ff475c</url>
    <id>093e9f2a189aef429468d8ebb004b5f972ff475c</id>
    <committed-date>2009-11-26T22:54:30-08:00</committed-date>
    <authored-date>2009-11-26T22:52:41-08:00</authored-date>
    <message>Query::Path should not undef any methods beginning with &quot;__&quot;

* Added TODO note to replace with BasicObject in the future.</message>
    <tree>713d2ae6c19738a2cd005ddf0e0648f3ab5d60b8</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18b2735856499c096a7cd7d9704731db0ec443eb</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/90eb890c7031ea8f001d63d4b7fc496c5e711028</url>
    <id>90eb890c7031ea8f001d63d4b7fc496c5e711028</id>
    <committed-date>2009-11-26T22:54:30-08:00</committed-date>
    <authored-date>2009-11-26T13:19:13-08:00</authored-date>
    <message>Load tasks only if Jeweler is installed</message>
    <tree>b2ac9898d5d4bc0992aa0ae5b6441dda383a180d</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36f05677e78011f6985f93ef81cb3ef683fdd93b</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/f59a5c52ef37d0a29c11536e2f83fe7f1642e71f</url>
    <id>f59a5c52ef37d0a29c11536e2f83fe7f1642e71f</id>
    <committed-date>2009-11-26T22:52:41-08:00</committed-date>
    <authored-date>2009-11-26T22:52:41-08:00</authored-date>
    <message>Query::Path should not undef any methods beginning with &quot;__&quot;

* Added TODO note to replace with BasicObject in the future.</message>
    <tree>fdb15a405aa1308713f85179fec0371fec414a72</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>29dcc623a8d331a88da8673b068974857bec9c79</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/36f05677e78011f6985f93ef81cb3ef683fdd93b</url>
    <id>36f05677e78011f6985f93ef81cb3ef683fdd93b</id>
    <committed-date>2009-11-26T13:19:13-08:00</committed-date>
    <authored-date>2009-11-26T13:19:13-08:00</authored-date>
    <message>Load tasks only if Jeweler is installed</message>
    <tree>4f00ae742b7f933363dbbba176ac89b6444d0c46</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>29dcc623a8d331a88da8673b068974857bec9c79</id>
      </parent>
    </parents>
    <author>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/18b2735856499c096a7cd7d9704731db0ec443eb</url>
    <id>18b2735856499c096a7cd7d9704731db0ec443eb</id>
    <committed-date>2009-11-26T12:15:24-08:00</committed-date>
    <authored-date>2009-11-26T12:15:24-08:00</authored-date>
    <message>Ensure Rake::TaskLib is loaded before loading the RoodiTask</message>
    <tree>a4554c9eeb4b016536e948238c55eba9c0474d45</tree>
    <committer>
      <name>Dirkjan Bussink</name>
      <email>d.bussink@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60986dddde0f7678cfdaf8f96b098d4683edbc1b</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/29dcc623a8d331a88da8673b068974857bec9c79</url>
    <id>29dcc623a8d331a88da8673b068974857bec9c79</id>
    <committed-date>2009-11-24T11:04:41-08:00</committed-date>
    <authored-date>2009-11-24T11:04:41-08:00</authored-date>
    <message>Updated gemspec</message>
    <tree>509f777278d7e66f5e7bbdea1afe9fd1093a4f00</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87773787f52659c0e6ac7e4984b5b310646aa4f5</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/60986dddde0f7678cfdaf8f96b098d4683edbc1b</url>
    <id>60986dddde0f7678cfdaf8f96b098d4683edbc1b</id>
    <committed-date>2009-11-24T10:39:39-08:00</committed-date>
    <authored-date>2009-11-24T10:39:39-08:00</authored-date>
    <message>Ensure consistent dependency declarations

* Removed redundant gem() declaration in spec_helper.rb</message>
    <tree>a467d74d185ab393079df8cfc5d5b6f7f241b472</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6fdeb3621e8d1f4f9241200d65be6ae673f2cc7d</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/87773787f52659c0e6ac7e4984b5b310646aa4f5</url>
    <id>87773787f52659c0e6ac7e4984b5b310646aa4f5</id>
    <committed-date>2009-11-24T10:39:28-08:00</committed-date>
    <authored-date>2009-11-24T10:33:42-08:00</authored-date>
    <message>Added version dependency for Jeweler</message>
    <tree>95981c5834eaf8b6e6f82f90229b37ac149612f8</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>00419bc4fd7f74cbb15d0de7d06de3dc86b66aa4</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/6fdeb3621e8d1f4f9241200d65be6ae673f2cc7d</url>
    <id>6fdeb3621e8d1f4f9241200d65be6ae673f2cc7d</id>
    <committed-date>2009-11-23T00:54:09-08:00</committed-date>
    <authored-date>2009-11-23T00:54:09-08:00</authored-date>
    <message>Removed most reek &quot;Uncommunicative Name&quot; warnings</message>
    <tree>0e1326b4d8fc350d8bbd3d812497c20e379d49a6</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>023d122181cfcf497dd736ce491a3eaa7056b6d7</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/00419bc4fd7f74cbb15d0de7d06de3dc86b66aa4</url>
    <id>00419bc4fd7f74cbb15d0de7d06de3dc86b66aa4</id>
    <committed-date>2009-11-23T00:38:58-08:00</committed-date>
    <authored-date>2009-11-23T00:38:58-08:00</authored-date>
    <message>Fixed file permissions to be 0644 not 0755</message>
    <tree>1c6726cac5e05933a06f769dab0731a0b856f25b</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37ba897a9fb979eec9761c0d8fb234eb46e7e3c3</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/023d122181cfcf497dd736ce491a3eaa7056b6d7</url>
    <id>023d122181cfcf497dd736ce491a3eaa7056b6d7</id>
    <committed-date>2009-11-23T00:38:37-08:00</committed-date>
    <authored-date>2009-11-23T00:38:37-08:00</authored-date>
    <message>Updated .autotest to only reference existing files</message>
    <tree>315dd78863805ab2c5bce481bee174c3caeda8b6</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>231cc15e875cfcaaf3490e9d998197b126565f81</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/37ba897a9fb979eec9761c0d8fb234eb46e7e3c3</url>
    <id>37ba897a9fb979eec9761c0d8fb234eb46e7e3c3</id>
    <committed-date>2009-11-23T00:32:27-08:00</committed-date>
    <authored-date>2009-11-23T00:26:13-08:00</authored-date>
    <message>Converted to use Jeweler

* Removed old/unecessary files
* Added standard rask tasks to tasks/*.rake</message>
    <tree>395435a6724689dbf95561d3b5979f774ac887f4</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>28d427abec10b061a5fd860ef86068a142377a1c</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/231cc15e875cfcaaf3490e9d998197b126565f81</url>
    <id>231cc15e875cfcaaf3490e9d998197b126565f81</id>
    <committed-date>2009-11-23T00:17:52-08:00</committed-date>
    <authored-date>2009-11-23T00:17:52-08:00</authored-date>
    <message>Version bump to 0.0.0</message>
    <tree>4a57f2ace49db13dfc3c3b3b922318d9154b56de</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3c5ab7aaa4397c20a1f79813cb5b4cf39bf16be1</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/28d427abec10b061a5fd860ef86068a142377a1c</url>
    <id>28d427abec10b061a5fd860ef86068a142377a1c</id>
    <committed-date>2009-11-22T22:55:53-08:00</committed-date>
    <authored-date>2009-11-22T22:55:23-08:00</authored-date>
    <message>Remove pending wrapper from now passing specs</message>
    <tree>d282cb366873a97fa5f46c9638cbb037fbc2ffac</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88f882a7ce1160e2d940f1d3d0be5d661da5f7e2</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/3c5ab7aaa4397c20a1f79813cb5b4cf39bf16be1</url>
    <id>3c5ab7aaa4397c20a1f79813cb5b4cf39bf16be1</id>
    <committed-date>2009-11-22T22:23:14-08:00</committed-date>
    <authored-date>2009-11-22T22:23:14-08:00</authored-date>
    <message>Ensure Model::Scope#scope_stack is protected</message>
    <tree>e2eb8b036c375846ddd8be84ab91b91fd6f96307</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>de00e89bc6bd35ec9d271b6295d5c59d235e5038</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/88f882a7ce1160e2d940f1d3d0be5d661da5f7e2</url>
    <id>88f882a7ce1160e2d940f1d3d0be5d661da5f7e2</id>
    <committed-date>2009-11-22T21:17:02-08:00</committed-date>
    <authored-date>2009-11-20T15:44:31-08:00</authored-date>
    <message>Removed most reek &quot;Duplication&quot; warnings</message>
    <tree>2893dc29c9813e40dc7ed9f44cb96c340a100397</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e19ae01b68483fcb809e7722870ef6e00501299</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/de00e89bc6bd35ec9d271b6295d5c59d235e5038</url>
    <id>de00e89bc6bd35ec9d271b6295d5c59d235e5038</id>
    <committed-date>2009-11-21T02:52:16-08:00</committed-date>
    <authored-date>2009-11-21T02:38:02-08:00</authored-date>
    <message>Added Infinity constant, and use that instead of Model#n internally</message>
    <tree>087c3941fa81097cf9bf2af79d46a77dab8d7a1a</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b4be323da811ee72e2fab1bfe04eb66d7aa8d86</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/4e19ae01b68483fcb809e7722870ef6e00501299</url>
    <id>4e19ae01b68483fcb809e7722870ef6e00501299</id>
    <committed-date>2009-11-19T23:25:28-08:00</committed-date>
    <authored-date>2009-11-19T01:20:54-08:00</authored-date>
    <message>Simplified Property matching to use ancestor methods</message>
    <tree>a4196cb53ae53536bf5101937d804c6845963f02</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8718990c8aa69002206ff6f995a0823006b0bf3</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </author>
    <url>http://github.com/datamapper/dm-core/commit/5b4be323da811ee72e2fab1bfe04eb66d7aa8d86</url>
    <id>5b4be323da811ee72e2fab1bfe04eb66d7aa8d86</id>
    <committed-date>2009-11-19T23:25:28-08:00</committed-date>
    <authored-date>2009-11-19T01:05:29-08:00</authored-date>
    <message>Use loaded properties for Resource#conditions when no key</message>
    <tree>657fc498dd0d247eca0a73f32518bed04093e66c</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@gmail.com</email>
    </committer>
  </commit>
</commits>
