<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>9812bb8f02cb2ead3a15603ba82368a14da019f3</id>
      </parent>
      <parent>
        <id>3d05f36aab7c59280113979afc591d20cf70d0c9</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/874feace861719ba30115791b30ba1aeb838eae5</url>
    <id>874feace861719ba30115791b30ba1aeb838eae5</id>
    <committed-date>2008-08-08T16:18:40-07:00</committed-date>
    <authored-date>2008-08-08T16:18:40-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:sam/extlib

* 'master' of git@github.com:sam/extlib:
  Change code so it correctly handles existing classes in the heirarchy</message>
    <tree>826c6b1d49fed347fe6c1a6511dc791408da2a67</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f42d1c30213fba341d82e420fe4b89f16504bf31</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/9812bb8f02cb2ead3a15603ba82368a14da019f3</url>
    <id>9812bb8f02cb2ead3a15603ba82368a14da019f3</id>
    <committed-date>2008-08-08T16:16:07-07:00</committed-date>
    <authored-date>2008-08-08T16:16:07-07:00</authored-date>
    <message>Remove extra definition of #blank? that failed to pass one of the specs.</message>
    <tree>94cfe6c6517ecc769b17d4592631cf4fac7230e2</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f42d1c30213fba341d82e420fe4b89f16504bf31</id>
      </parent>
    </parents>
    <author>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/3d05f36aab7c59280113979afc591d20cf70d0c9</url>
    <id>3d05f36aab7c59280113979afc591d20cf70d0c9</id>
    <committed-date>2008-08-08T01:16:41-07:00</committed-date>
    <authored-date>2008-08-08T01:16:41-07:00</authored-date>
    <message>Change code so it correctly handles existing classes in the heirarchy</message>
    <tree>655cb56f9cc95a00c01295e3dc6fdcb02e75c593</tree>
    <committer>
      <name>Yehuda Katz</name>
      <email>wycats@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>211f54b94685302e2899e2fc77b58eb5cc8bd916</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/f42d1c30213fba341d82e420fe4b89f16504bf31</url>
    <id>f42d1c30213fba341d82e420fe4b89f16504bf31</id>
    <committed-date>2008-08-07T07:49:51-07:00</committed-date>
    <authored-date>2008-08-07T07:49:51-07:00</authored-date>
    <message>Do not dup numerics in class inheritable accessor.</message>
    <tree>94dcac3d862007fbceeebf762ef2b2d1c1628aac</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33f9be7ce845b6f6502f1a749af2d39ea099d814</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/211f54b94685302e2899e2fc77b58eb5cc8bd916</url>
    <id>211f54b94685302e2899e2fc77b58eb5cc8bd916</id>
    <committed-date>2008-08-07T07:40:57-07:00</committed-date>
    <authored-date>2008-08-07T07:40:57-07:00</authored-date>
    <message>Move class extension spec here from merb-core.</message>
    <tree>bc3830cbc60398e87ac3fc2f8e38bf5870349d6a</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3f3db78dc3d3a4aaa93baf6e4279c74894b6003</id>
      </parent>
    </parents>
    <author>
      <name>Luis Lavena</name>
      <email>luislavena@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/33f9be7ce845b6f6502f1a749af2d39ea099d814</url>
    <id>33f9be7ce845b6f6502f1a749af2d39ea099d814</id>
    <committed-date>2008-08-07T00:46:17-07:00</committed-date>
    <authored-date>2008-08-05T14:53:57-07:00</authored-date>
    <message>Wrong assumption with String#relative_path_from.

The hardcoded File::SEPARATOR used to build the expectation
was not considering portability.

Removal of it didn't affect functionality in Linux and
fixed Windows 'rake spec' run.

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>c6f58fd3bc89dd4d6e8b6d59cecb01d9a2afb23b</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7c83011d43d58a3372702cc40d28e242e3922a6d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a3f3db78dc3d3a4aaa93baf6e4279c74894b6003</url>
    <id>a3f3db78dc3d3a4aaa93baf6e4279c74894b6003</id>
    <committed-date>2008-08-01T14:20:04-07:00</committed-date>
    <authored-date>2008-08-01T14:20:04-07:00</authored-date>
    <message>Add usage note to release task.</message>
    <tree>ef1fbd94e7fc3bc10c57903011dc1514b98d249a</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da2ff8615cf18e8e8ddeb6e1d2b532ac57ffa9e2</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/7c83011d43d58a3372702cc40d28e242e3922a6d</url>
    <id>7c83011d43d58a3372702cc40d28e242e3922a6d</id>
    <committed-date>2008-08-01T13:03:47-07:00</committed-date>
    <authored-date>2008-08-01T13:03:47-07:00</authored-date>
    <message>Make Extlib use new release task.</message>
    <tree>9f3696da73274b0042a89ea82a47bcf3526c1e86</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ba1e588575a9df88f80aa8a6356a1d4af150218</id>
      </parent>
    </parents>
    <author>
      <name>Bernerd Schaefer</name>
      <email>bj.schaefer@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/da2ff8615cf18e8e8ddeb6e1d2b532ac57ffa9e2</url>
    <id>da2ff8615cf18e8e8ddeb6e1d2b532ac57ffa9e2</id>
    <committed-date>2008-08-01T07:36:27-07:00</committed-date>
    <authored-date>2008-08-01T07:34:14-07:00</authored-date>
    <message>Added inflection rule for &quot;status&quot;

English's singularize method was turning &quot;status&quot; into &quot;statu&quot;,
breaking things like Model.has 1, :status.</message>
    <tree>71e68d92abb59388d89717604006e9c4b63615a2</tree>
    <committer>
      <name>Bernerd Schaefer</name>
      <email>bj.schaefer@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52ae26512c2050ec91cbf1987ca306099b8c7725</id>
      </parent>
    </parents>
    <author>
      <name>Bernerd Schaefer</name>
      <email>bj.schaefer@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/0ba1e588575a9df88f80aa8a6356a1d4af150218</url>
    <id>0ba1e588575a9df88f80aa8a6356a1d4af150218</id>
    <committed-date>2008-07-31T16:47:29-07:00</committed-date>
    <authored-date>2008-07-31T16:47:29-07:00</authored-date>
    <message>Added extend to LazyArray's whitelisted functions</message>
    <tree>a686464b175c385ae165ff0859ed5c21c897a7bd</tree>
    <committer>
      <name>Bernerd Schaefer</name>
      <email>bj.schaefer@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81e57152c2ce15df4ab556799659ac6c6a7cbc1e</id>
      </parent>
      <parent>
        <id>c20357ac6dccc6778d9f4786d16f868de2f86ed7</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/52ae26512c2050ec91cbf1987ca306099b8c7725</url>
    <id>52ae26512c2050ec91cbf1987ca306099b8c7725</id>
    <committed-date>2008-07-31T13:19:03-07:00</committed-date>
    <authored-date>2008-07-31T13:19:03-07:00</authored-date>
    <message>Merge branch 'master' into extlibs-merge

* master:
  That was one sly 'p'!
  Fixed typos immediately after I saw them</message>
    <tree>b0e3622faad9e1f33be776f483ea13098cf5f9f7</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e57c1fd868b8bd52c74a6a7980a49eb72614fec8</id>
      </parent>
    </parents>
    <author>
      <name>David James</name>
      <email>djwonk@collectiveinsight.net</email>
    </author>
    <url>http://github.com/sam/extlib/commit/c20357ac6dccc6778d9f4786d16f868de2f86ed7</url>
    <id>c20357ac6dccc6778d9f4786d16f868de2f86ed7</id>
    <committed-date>2008-07-29T21:50:18-07:00</committed-date>
    <authored-date>2008-07-29T21:50:18-07:00</authored-date>
    <message>That was one sly 'p'!</message>
    <tree>480e28737994ad7b17a3b32d88e3382766c58055</tree>
    <committer>
      <name>David James</name>
      <email>djwonk@collectiveinsight.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2b3ae3c325899b615fbc49ab524dc66e41c85df7</id>
      </parent>
    </parents>
    <author>
      <name>David James</name>
      <email>djwonk@collectiveinsight.net</email>
    </author>
    <url>http://github.com/sam/extlib/commit/e57c1fd868b8bd52c74a6a7980a49eb72614fec8</url>
    <id>e57c1fd868b8bd52c74a6a7980a49eb72614fec8</id>
    <committed-date>2008-07-29T21:18:55-07:00</committed-date>
    <authored-date>2008-07-29T21:18:55-07:00</authored-date>
    <message>Fixed typos immediately after I saw them</message>
    <tree>b5f9f93878133f88216577ff58b860f907d90417</tree>
    <committer>
      <name>David James</name>
      <email>djwonk@collectiveinsight.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57f430495b5f29a7832d65940fc54eb4f288938a</id>
      </parent>
      <parent>
        <id>2b3ae3c325899b615fbc49ab524dc66e41c85df7</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/81e57152c2ce15df4ab556799659ac6c6a7cbc1e</url>
    <id>81e57152c2ce15df4ab556799659ac6c6a7cbc1e</id>
    <committed-date>2008-07-26T21:56:30-07:00</committed-date>
    <authored-date>2008-07-26T21:56:30-07:00</authored-date>
    <message>Merge branch 'master' into extlibs-merge

* master:
  Version Bump.</message>
    <tree>daf8e6d83ce72a465ce3e06fc75a96e97c223c98</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85887999c23cf77b1e9de2c20ab40de95e4a8549</id>
      </parent>
    </parents>
    <author>
      <name>Bernerd Schaefer</name>
      <email>bj.schaefer@gmail.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/2b3ae3c325899b615fbc49ab524dc66e41c85df7</url>
    <id>2b3ae3c325899b615fbc49ab524dc66e41c85df7</id>
    <committed-date>2008-07-24T14:06:24-07:00</committed-date>
    <authored-date>2008-07-24T14:06:24-07:00</authored-date>
    <message>Version Bump.</message>
    <tree>d54d3bdb9efd8e83aca510f4a80019466b4f88d7</tree>
    <committer>
      <name>Bernerd Schaefer</name>
      <email>bj.schaefer@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>941b853a9ed509f07254d6de4c850dc5444dd101</id>
      </parent>
      <parent>
        <id>85887999c23cf77b1e9de2c20ab40de95e4a8549</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/57f430495b5f29a7832d65940fc54eb4f288938a</url>
    <id>57f430495b5f29a7832d65940fc54eb4f288938a</id>
    <committed-date>2008-07-24T12:10:58-07:00</committed-date>
    <authored-date>2008-07-24T12:10:58-07:00</authored-date>
    <message>Merge branch 'master' into extlibs-merge

* master:
  Raise an exception with a useful message to prevent hair-loss</message>
    <tree>e5dd6bbd563ef61083e9b1ae72b39bdfda8a320d</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d8a106f3187b1a65ae359dbd28d81f2e5b1ec9c</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/941b853a9ed509f07254d6de4c850dc5444dd101</url>
    <id>941b853a9ed509f07254d6de4c850dc5444dd101</id>
    <committed-date>2008-07-24T12:02:26-07:00</committed-date>
    <authored-date>2008-07-24T12:02:26-07:00</authored-date>
    <message>New Rake task that does gem release is in extlib now.</message>
    <tree>40e8369e2b079af96cde63628552a2aaf04a9ec4</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0af13717f9a44f64725f395b99034d2a74af1912</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/2d8a106f3187b1a65ae359dbd28d81f2e5b1ec9c</url>
    <id>2d8a106f3187b1a65ae359dbd28d81f2e5b1ec9c</id>
    <committed-date>2008-07-23T23:38:56-07:00</committed-date>
    <authored-date>2008-07-23T23:38:56-07:00</authored-date>
    <message>Add Gem release task to Rakefile.</message>
    <tree>62ecf18c5bf1a576321ec8fb9dc11dba5f038e59</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>046a9005dd97d46e5c69db414a5fabe50a7f551d</id>
      </parent>
    </parents>
    <author>
      <name>Tim Carey-Smith</name>
      <email>tim@spork.in</email>
    </author>
    <url>http://github.com/sam/extlib/commit/85887999c23cf77b1e9de2c20ab40de95e4a8549</url>
    <id>85887999c23cf77b1e9de2c20ab40de95e4a8549</id>
    <committed-date>2008-07-23T18:28:29-07:00</committed-date>
    <authored-date>2008-07-23T18:28:29-07:00</authored-date>
    <message>Raise an exception with a useful message to prevent hair-loss</message>
    <tree>c02287d54f88ca932d1e8a29fa9d599ae707b647</tree>
    <committer>
      <name>Tim Carey-Smith</name>
      <email>tim@spork.in</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a7ef9ec7794052cebb873aa46b621ba761e0633d</id>
      </parent>
      <parent>
        <id>046a9005dd97d46e5c69db414a5fabe50a7f551d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/0af13717f9a44f64725f395b99034d2a74af1912</url>
    <id>0af13717f9a44f64725f395b99034d2a74af1912</id>
    <committed-date>2008-07-23T02:57:39-07:00</committed-date>
    <authored-date>2008-07-23T02:57:39-07:00</authored-date>
    <message>Sync with changes in master.</message>
    <tree>9589ad2311a8f4876cc1b106e5ca3e2f36802ec9</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2a3b15058b2363438385c3116caaead3737306d</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/046a9005dd97d46e5c69db414a5fabe50a7f551d</url>
    <id>046a9005dd97d46e5c69db414a5fabe50a7f551d</id>
    <committed-date>2008-07-23T00:10:32-07:00</committed-date>
    <authored-date>2008-07-23T00:10:32-07:00</authored-date>
    <message>Fixed Module#find_const to raise NameError when sibling not found [#478 state:resolved]

* Refactored Module#find_const to be much simpler internally</message>
    <tree>7e73c25ae93d4b74d8814a33131bc6163f4e9219</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02a332dbe148a4020567dd47eedbd3ddb9a811b6</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a2a3b15058b2363438385c3116caaead3737306d</url>
    <id>a2a3b15058b2363438385c3116caaead3737306d</id>
    <committed-date>2008-07-22T22:31:22-07:00</committed-date>
    <authored-date>2008-07-22T22:31:22-07:00</authored-date>
    <message>Remove unecessary code from specs</message>
    <tree>60a05ec292caaa0bdbf969abfb8bcf57122d6cdd</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1906d1cd3d2ace5495a3601648dc78431dfa8a98</id>
      </parent>
    </parents>
    <author>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/02a332dbe148a4020567dd47eedbd3ddb9a811b6</url>
    <id>02a332dbe148a4020567dd47eedbd3ddb9a811b6</id>
    <committed-date>2008-07-22T22:30:16-07:00</committed-date>
    <authored-date>2008-07-22T22:30:16-07:00</authored-date>
    <message>Stripped whitespace with &quot;sake strip&quot;</message>
    <tree>dd82dca6a5cf58f31c26e336f5741d652e8a1266</tree>
    <committer>
      <name>Dan Kubb</name>
      <email>dan.kubb@autopilotmarketing.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8149242f8f673e00570fd99969c6b0888c7875b</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a7ef9ec7794052cebb873aa46b621ba761e0633d</url>
    <id>a7ef9ec7794052cebb873aa46b621ba761e0633d</id>
    <committed-date>2008-07-22T15:53:08-07:00</committed-date>
    <authored-date>2008-07-22T15:53:08-07:00</authored-date>
    <message>Updated Rakefile to use gemspec task.</message>
    <tree>97d0f66f4b6d82e004629f692f725a6c6e22aab0</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>638fcd3209dd4347f82e30ca31f2564fbb45409b</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a8149242f8f673e00570fd99969c6b0888c7875b</url>
    <id>a8149242f8f673e00570fd99969c6b0888c7875b</id>
    <committed-date>2008-07-22T15:50:30-07:00</committed-date>
    <authored-date>2008-07-22T15:50:30-07:00</authored-date>
    <message>Get rid of Hoe.</message>
    <tree>e8a48a817bc8432c925cfd22e443c569d2a72d56</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f25c57becc610b15a9f0c6a19781efeca906eb8</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/638fcd3209dd4347f82e30ca31f2564fbb45409b</url>
    <id>638fcd3209dd4347f82e30ca31f2564fbb45409b</id>
    <committed-date>2008-07-22T15:49:47-07:00</committed-date>
    <authored-date>2008-07-22T15:49:47-07:00</authored-date>
    <message>Add license file.</message>
    <tree>18b9a08b08a11e97f4210ab3360729ba6870ed2c</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a49fce64d075203f740c2382839d8110831023f1</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/2f25c57becc610b15a9f0c6a19781efeca906eb8</url>
    <id>2f25c57becc610b15a9f0c6a19781efeca906eb8</id>
    <committed-date>2008-07-22T10:09:18-07:00</committed-date>
    <authored-date>2008-07-22T10:09:18-07:00</authored-date>
    <message>Update extlib.rb, include missing stuff from merb-extlib.</message>
    <tree>358b71bb807db0e54a731b9a313cde27d9e56f04</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a4416c87807c9dd1a5b4ec3cd46a9163ba459a9d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a49fce64d075203f740c2382839d8110831023f1</url>
    <id>a49fce64d075203f740c2382839d8110831023f1</id>
    <committed-date>2008-07-22T08:26:36-07:00</committed-date>
    <authored-date>2008-07-22T08:26:36-07:00</authored-date>
    <message>Load time.rb, too.</message>
    <tree>1fb4d1cb77358f225c69a207a2a8c91e6edc6103</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7dd0ca25484fd7efc4f6324fc64ab9158989c22d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/a4416c87807c9dd1a5b4ec3cd46a9163ba459a9d</url>
    <id>a4416c87807c9dd1a5b4ec3cd46a9163ba459a9d</id>
    <committed-date>2008-07-22T08:02:59-07:00</committed-date>
    <authored-date>2008-07-22T08:02:59-07:00</authored-date>
    <message>No longer load set.rb in extlib.rb.</message>
    <tree>f7bcaf9feb170e3aa3fc8559165f8c73bc897633</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac462826988158c64b3f7f3b3b91ab4c1ee66e26</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/sam/extlib/commit/7dd0ca25484fd7efc4f6324fc64ab9158989c22d</url>
    <id>7dd0ca25484fd7efc4f6324fc64ab9158989c22d</id>
    <committed-date>2008-07-22T08:02:24-07:00</committed-date>
    <authored-date>2008-07-22T08:02:24-07:00</authored-date>
    <message>Cleaning up old Merb::SimpleSet</message>
    <tree>2c5cc18fe32a77f0e6195d95ec4a7247e99166b2</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
</commits>
