<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>482dd00b51202ea678b21d8cd81cb44c85d61e3d</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/e57c04ea4f8147e8249f411fdc8df5de569a94d8</url>
    <id>e57c04ea4f8147e8249f411fdc8df5de569a94d8</id>
    <committed-date>2009-09-16T06:54:01-07:00</committed-date>
    <authored-date>2009-09-16T06:53:22-07:00</authored-date>
    <message>Renamed metaclass to eigenclass to avoid conflict w/ Rails' method of the same name</message>
    <tree>b1152d0f5766338767f8b3657a5e1fa5e4df87c6</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>849ae98a25762b34b50d21aff7b0bff87b428db5</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/482dd00b51202ea678b21d8cd81cb44c85d61e3d</url>
    <id>482dd00b51202ea678b21d8cd81cb44c85d61e3d</id>
    <committed-date>2008-11-10T06:50:06-08:00</committed-date>
    <authored-date>2008-11-10T06:50:06-08:00</authored-date>
    <message>Clarified source repo for gem install</message>
    <tree>1e7616b97ff3a5e446c539afb456718b18655ba5</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d51af960f91fc771a0e655c7cf9253144a4728c</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/849ae98a25762b34b50d21aff7b0bff87b428db5</url>
    <id>849ae98a25762b34b50d21aff7b0bff87b428db5</id>
    <committed-date>2008-10-28T06:58:09-07:00</committed-date>
    <authored-date>2008-10-28T06:58:09-07:00</authored-date>
    <message>Updated docs for new release with jney's ordered updates</message>
    <tree>c2325469430fcd21da922fadbf296ed3247b2087</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>464c8dc69ef3966be990a0eebca480c4cfa784b1</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/8d51af960f91fc771a0e655c7cf9253144a4728c</url>
    <id>8d51af960f91fc771a0e655c7cf9253144a4728c</id>
    <committed-date>2008-10-25T12:35:30-07:00</committed-date>
    <authored-date>2008-10-25T12:35:30-07:00</authored-date>
    <message>added ordered hash support for jruby and ruby 1.9</message>
    <tree>963cc37b471ca4579fa7ffaea2b225fb9653c2a0</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4df123367776c7d31bb9aac0453e0e33e7f51298</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/464c8dc69ef3966be990a0eebca480c4cfa784b1</url>
    <id>464c8dc69ef3966be990a0eebca480c4cfa784b1</id>
    <committed-date>2008-10-24T03:58:02-07:00</committed-date>
    <authored-date>2008-10-24T03:58:02-07:00</authored-date>
    <message>implement qsub array synthax instead of hash for ordering, ie :
Article.order_by([:id, :desc], :popularity)</message>
    <tree>f77dd499ead925890439ea688ca2771a7feeef35</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e7e9359bde0316ecf08610738cebe31a339086b</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/4df123367776c7d31bb9aac0453e0e33e7f51298</url>
    <id>4df123367776c7d31bb9aac0453e0e33e7f51298</id>
    <committed-date>2008-10-23T11:53:11-07:00</committed-date>
    <authored-date>2008-10-23T11:53:11-07:00</authored-date>
    <message>* ordered method can take a hash as parameter.
* ordered cannot take anymore :asc or :desc as second parameter, use a hash instead</message>
    <tree>682d6ded1e4596fdbd427326f0fe0060339c6ebc</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30f5d2bd5ece2d1e1585b0c7111f06c9e4ffd5bb</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/7e7e9359bde0316ecf08610738cebe31a339086b</url>
    <id>7e7e9359bde0316ecf08610738cebe31a339086b</id>
    <committed-date>2008-10-22T13:31:45-07:00</committed-date>
    <authored-date>2008-10-22T13:31:45-07:00</authored-date>
    <message>added alias &quot;sort_by&quot;, &quot;order_by&quot;  to named_scope &quot;ordered&quot;</message>
    <tree>178d2f7a823a6ec26fbf9c1ca28d5358ae021c04</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03a5b97ef208b5b9f13543bf38d565a8bfe243b1</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/30f5d2bd5ece2d1e1585b0c7111f06c9e4ffd5bb</url>
    <id>30f5d2bd5ece2d1e1585b0c7111f06c9e4ffd5bb</id>
    <committed-date>2008-10-22T12:53:35-07:00</committed-date>
    <authored-date>2008-10-22T12:53:35-07:00</authored-date>
    <message>added alias &quot;sort_by&quot;, &quot;order_by&quot;  to named_scope &quot;ordered&quot;</message>
    <tree>606a14919b2f197acbba2d8b1ef9ce3e423e6d72</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>713b4e672565cb2c757f9da2e988f7b70e443e1a</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/03a5b97ef208b5b9f13543bf38d565a8bfe243b1</url>
    <id>03a5b97ef208b5b9f13543bf38d565a8bfe243b1</id>
    <committed-date>2008-10-22T12:48:08-07:00</committed-date>
    <authored-date>2008-10-22T12:48:08-07:00</authored-date>
    <message>updated specs for &quot;ordered&quot; named_scope with 2 arguments</message>
    <tree>67e7607ade7a5e1b5cc70d89dd569183a9e94bd0</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce17a0c11ea4ce3fc9e9237ee682faefb09b047a</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/713b4e672565cb2c757f9da2e988f7b70e443e1a</url>
    <id>713b4e672565cb2c757f9da2e988f7b70e443e1a</id>
    <committed-date>2008-10-22T12:46:06-07:00</committed-date>
    <authored-date>2008-10-22T12:46:06-07:00</authored-date>
    <message>&quot;ordered&quot; named_scope can take 2 arguments:
ex : Article.ordered(:created_at, :desc)</message>
    <tree>6b2a0afb42250be127440592883f5b3f8bc3bcba</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b74043952545e1efe3f0af3b210fc3e7d9d62008</id>
      </parent>
    </parents>
    <author>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/ce17a0c11ea4ce3fc9e9237ee682faefb09b047a</url>
    <id>ce17a0c11ea4ce3fc9e9237ee682faefb09b047a</id>
    <committed-date>2008-10-22T12:42:35-07:00</committed-date>
    <authored-date>2008-10-22T12:42:35-07:00</authored-date>
    <message>new task for specs</message>
    <tree>ac1f3de7094f5a1fac16bcd0f30982b6c71834f2</tree>
    <committer>
      <name>Jean-S&#233;bastien Ney</name>
      <email>jeansebastien.ney@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>074fc894c7bce1720f0344caf53ebf59e948c262</id>
      </parent>
      <parent>
        <id>02747583f49d0c240671337626f2c3e5326ce118</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/b74043952545e1efe3f0af3b210fc3e7d9d62008</url>
    <id>b74043952545e1efe3f0af3b210fc3e7d9d62008</id>
    <committed-date>2008-09-08T05:09:55-07:00</committed-date>
    <authored-date>2008-09-08T05:09:55-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:yfactorial/utility_scopes</message>
    <tree>c3ed795bb3dbc3847ba2e5177019b5925620b714</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b646a1b530a014d52e7f7c6fa9c60a487e8c0771</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/074fc894c7bce1720f0344caf53ebf59e948c262</url>
    <id>074fc894c7bce1720f0344caf53ebf59e948c262</id>
    <committed-date>2008-09-08T05:08:46-07:00</committed-date>
    <authored-date>2008-09-08T05:08:46-07:00</authored-date>
    <message>Fixed except named scope not correctly determining its base class.  Thanks to crafterm for reporting this</message>
    <tree>fd6cb865fc3ac33f0a8759fa3cc8c93a0a50474a</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e53cf1a6f1ae8ecbb3ca102b590132822c0b9b39</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/02747583f49d0c240671337626f2c3e5326ce118</url>
    <id>02747583f49d0c240671337626f2c3e5326ce118</id>
    <committed-date>2008-08-22T18:07:32-07:00</committed-date>
    <authored-date>2008-08-22T18:07:32-07:00</authored-date>
    <message>Fixing README formatting</message>
    <tree>d2d6c243e8342490996ae7ce97bdb1d613a28928</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>35997ff639d873fdce23f278b2efc69b1fdc0d0e</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/e53cf1a6f1ae8ecbb3ca102b590132822c0b9b39</url>
    <id>e53cf1a6f1ae8ecbb3ca102b590132822c0b9b39</id>
    <committed-date>2008-08-22T18:05:42-07:00</committed-date>
    <authored-date>2008-08-22T18:05:42-07:00</authored-date>
    <message>Fixing README formatting</message>
    <tree>3408e0636f95de8f0e4622b942bfc40061269f08</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1bc47f42ee1385c750c8c17ce2d4d8e9099070be</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/35997ff639d873fdce23f278b2efc69b1fdc0d0e</url>
    <id>35997ff639d873fdce23f278b2efc69b1fdc0d0e</id>
    <committed-date>2008-08-22T18:02:32-07:00</committed-date>
    <authored-date>2008-08-22T18:02:32-07:00</authored-date>
    <message>Filled out README with docs for all scopes</message>
    <tree>e8ef66bb8ab9ac1915e9e68ae8f6a0d8633e0afe</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d8029fb0f89d9be95dadef0a2c3b54746a91499</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/1bc47f42ee1385c750c8c17ce2d4d8e9099070be</url>
    <id>1bc47f42ee1385c750c8c17ce2d4d8e9099070be</id>
    <committed-date>2008-08-22T11:07:06-07:00</committed-date>
    <authored-date>2008-08-22T11:07:06-07:00</authored-date>
    <message>Updating README</message>
    <tree>b8584799faa825bd08b2ea2b22dcc54e561473e7</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b646a1b530a014d52e7f7c6fa9c60a487e8c0771</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/1d8029fb0f89d9be95dadef0a2c3b54746a91499</url>
    <id>1d8029fb0f89d9be95dadef0a2c3b54746a91499</id>
    <committed-date>2008-08-22T10:31:56-07:00</committed-date>
    <authored-date>2008-08-22T10:31:56-07:00</authored-date>
    <message>Pulling docs into README</message>
    <tree>cbbf443d4197e39030da84e06c031321aefca7d3</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d8ffc733688dc7d226f0c8bfc5cf4624fff040e</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/b646a1b530a014d52e7f7c6fa9c60a487e8c0771</url>
    <id>b646a1b530a014d52e7f7c6fa9c60a487e8c0771</id>
    <committed-date>2008-08-21T05:57:12-07:00</committed-date>
    <authored-date>2008-08-21T05:57:12-07:00</authored-date>
    <message>Bumped version with new except scope</message>
    <tree>78fd40c8f02d2f6e78c61fc1094c1c18ebd5b6ce</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac1e8492606f51fcf86611306ea1a9cbbeec713b</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/9d8ffc733688dc7d226f0c8bfc5cf4624fff040e</url>
    <id>9d8ffc733688dc7d226f0c8bfc5cf4624fff040e</id>
    <committed-date>2008-08-21T05:56:47-07:00</committed-date>
    <authored-date>2008-08-21T05:56:47-07:00</authored-date>
    <message>Bumped version with new except scope</message>
    <tree>1bd435bff63120ab92be1f6e1566a34dbf51c46c</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dca3b5d800f19f2e37aa4866e7b39213d8291625</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/ac1e8492606f51fcf86611306ea1a9cbbeec713b</url>
    <id>ac1e8492606f51fcf86611306ea1a9cbbeec713b</id>
    <committed-date>2008-08-20T14:09:44-07:00</committed-date>
    <authored-date>2008-08-20T14:09:44-07:00</authored-date>
    <message>Actually add the files for the new except scope.</message>
    <tree>5d3a2da9473ad615389bc67ef95582dc843f14a4</tree>
    <committer>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ceeafe69affcd79ad9d13b69e5f9eb73167fb259</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/dca3b5d800f19f2e37aa4866e7b39213d8291625</url>
    <id>dca3b5d800f19f2e37aa4866e7b39213d8291625</id>
    <committed-date>2008-08-20T13:52:43-07:00</committed-date>
    <authored-date>2008-08-20T13:52:43-07:00</authored-date>
    <message>Added except for quickly rejecting records.</message>
    <tree>624de298d19f308a818f6febd001c0ddc3389318</tree>
    <committer>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f720059f526ae9a971b39861cf37204f173c17b</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/ceeafe69affcd79ad9d13b69e5f9eb73167fb259</url>
    <id>ceeafe69affcd79ad9d13b69e5f9eb73167fb259</id>
    <committed-date>2008-08-20T07:55:22-07:00</committed-date>
    <authored-date>2008-08-20T07:55:22-07:00</authored-date>
    <message>Added link to introduction post in place of README</message>
    <tree>2ae8e456a2ee37bfd7bbfab9e37793388b8f1701</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>287653b747b2076997e7fbb3be65ae03caffffcb</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/7f720059f526ae9a971b39861cf37204f173c17b</url>
    <id>7f720059f526ae9a971b39861cf37204f173c17b</id>
    <committed-date>2008-08-20T06:26:47-07:00</committed-date>
    <authored-date>2008-08-20T06:26:47-07:00</authored-date>
    <message>Condensed gemspec, added license and added rakefile</message>
    <tree>82ec528765ac3a9829c6f02f19d0c94e74a9d09c</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>22095ac79da7954ace544bec3e429e8a57a87986</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/287653b747b2076997e7fbb3be65ae03caffffcb</url>
    <id>287653b747b2076997e7fbb3be65ae03caffffcb</id>
    <committed-date>2008-08-20T05:44:58-07:00</committed-date>
    <authored-date>2008-08-20T05:44:58-07:00</authored-date>
    <message>Make play nice with Rails plugins</message>
    <tree>75b9bfd86f201e57ee5ab44386cfc34de317267c</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7aa5eaec579aa90585c94c8cd33c0faccb53101a</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/22095ac79da7954ace544bec3e429e8a57a87986</url>
    <id>22095ac79da7954ace544bec3e429e8a57a87986</id>
    <committed-date>2008-08-20T05:43:41-07:00</committed-date>
    <authored-date>2008-08-20T05:43:41-07:00</authored-date>
    <message>Fixing gem file structure</message>
    <tree>b2c8cab4774011d92a3b68c83a9120d595218240</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a414054b97db8ac9f94bf4c62faba0a7cd95be7</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/7aa5eaec579aa90585c94c8cd33c0faccb53101a</url>
    <id>7aa5eaec579aa90585c94c8cd33c0faccb53101a</id>
    <committed-date>2008-08-19T19:09:23-07:00</committed-date>
    <authored-date>2008-08-19T19:09:23-07:00</authored-date>
    <message>Fixed gem homepage url in gemspec</message>
    <tree>577da7be347bc3d7a913d9e1ad0b4557ea031bbb</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dae99cbc3dcd0021810af085abaa0d3f69c51a49</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/6a414054b97db8ac9f94bf4c62faba0a7cd95be7</url>
    <id>6a414054b97db8ac9f94bf4c62faba0a7cd95be7</id>
    <committed-date>2008-08-19T19:07:41-07:00</committed-date>
    <authored-date>2008-08-19T19:07:41-07:00</authored-date>
    <message>Fixed active record gem dependency</message>
    <tree>ed658f528153790421696346aac89128c5db9cde</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87a95f05bd38af1c1c5d9b8c45baedde7f349b18</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/dae99cbc3dcd0021810af085abaa0d3f69c51a49</url>
    <id>dae99cbc3dcd0021810af085abaa0d3f69c51a49</id>
    <committed-date>2008-08-19T18:55:21-07:00</committed-date>
    <authored-date>2008-08-19T18:55:21-07:00</authored-date>
    <message>Added gemspec</message>
    <tree>b943b73445dbae9ef235eee6f16d3261bc0307dc</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ef20ff94a1daa8ee1b22b403edef3c050fdea163</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </author>
    <url>http://github.com/yfactorial/utility_scopes/commit/87a95f05bd38af1c1c5d9b8c45baedde7f349b18</url>
    <id>87a95f05bd38af1c1c5d9b8c45baedde7f349b18</id>
    <committed-date>2008-08-19T18:26:20-07:00</committed-date>
    <authored-date>2008-08-19T18:26:20-07:00</authored-date>
    <message>Renamed limit to limited</message>
    <tree>e815f7564778ed52ec0d9a3bb8a30bf24feab6ad</tree>
    <committer>
      <name>Ryan Daigle</name>
      <email>ryan.daigle@gmail.com</email>
    </committer>
  </commit>
</commits>
