<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>7857f9f4fcf218c4840907d12629e9262d059223</id>
      </parent>
      <parent>
        <id>2f703e0d99902edf9abaa411d4fc0a33697fa7eb</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/b69535fb0ab77faf2b6fe8d1284003f8dcd16e24</url>
    <id>b69535fb0ab77faf2b6fe8d1284003f8dcd16e24</id>
    <committed-date>2008-05-13T07:10:45-07:00</committed-date>
    <authored-date>2008-05-13T07:10:45-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-core</message>
    <tree>3a7ce384cc6dff80c913160ef26a54eda5daa21e</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c763f6fb045bbbf44a0a7552a26468fac8dc3034</id>
      </parent>
      <parent>
        <id>bd1f13e7c15f25be8a692bd9a6c464e113e2aa34</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/2f703e0d99902edf9abaa411d4fc0a33697fa7eb</url>
    <id>2f703e0d99902edf9abaa411d4fc0a33697fa7eb</id>
    <committed-date>2008-05-13T06:51:58-07:00</committed-date>
    <authored-date>2008-05-13T06:51:58-07:00</authored-date>
    <message>Merge branch 'master' into wycats

* master:
  Mirror plural spec from singular. Fix a couple of revealed failures.
  Add cases that were failing in pluralization specs to singularization spec.
  Fix failures in pluralization specs. Add more cases.
  spec/private/vendor/inflector =&gt; spec/private/vendor/facets
  Pluralization spec examples.
  Move singularization specs to separate file.
  More spec examples for inflector.
  Improve spec coverage of inflector.
  Improve inflector spec coverage: separate cases into groups.
  Fix a typo exposed by spec suite.
  Initial set of spec examples for inflector.
  Sweet empty lines management in spec helper.
  Increase sleep time reloader spec.</message>
    <tree>e9a0141fd8ad1cf7d44082e83894e2a996fcc585</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0c38114e92c5e3941b5aeddd39f87cf574a02e9</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/bd1f13e7c15f25be8a692bd9a6c464e113e2aa34</url>
    <id>bd1f13e7c15f25be8a692bd9a6c464e113e2aa34</id>
    <committed-date>2008-05-13T06:48:21-07:00</committed-date>
    <authored-date>2008-05-13T06:48:21-07:00</authored-date>
    <message>Mirror plural spec from singular. Fix a couple of revealed failures.

* Cases like &quot;forum&quot;.singular =&gt; 'fora&quot; are actually not bugs.
  We cannot built in AI into inflector to guess you are using
	singular noun so please use #singular on plural nouns only.</message>
    <tree>df15f867bf4dee2e6f03dbf502b698401863868f</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd6e65bdc664c3d684dbf9e8763cb30ccf5aab7e</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/7857f9f4fcf218c4840907d12629e9262d059223</url>
    <id>7857f9f4fcf218c4840907d12629e9262d059223</id>
    <committed-date>2008-05-13T06:48:11-07:00</committed-date>
    <authored-date>2008-05-13T06:48:11-07:00</authored-date>
    <message>Actually implemented Merb.add_mime_type's new_response_headers

Format specific response headers weren't taken into account before. Now it's
possible to set them as expected, as well as just set :charset to append a
character set encoding value to the default mimetype. If you need runtime-logic
you can pass a block which gets executed in Controller#content_type=(); it
recieves the controller and allows you to access headers directly.

By default, most Merb standard formats now supply the charset=utf-8 value.</message>
    <tree>70950ebcec32a182f605ca9aa2344703fbe99f0d</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed015e95833b39c9706649db621ef1a96ab0cb25</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/e0c38114e92c5e3941b5aeddd39f87cf574a02e9</url>
    <id>e0c38114e92c5e3941b5aeddd39f87cf574a02e9</id>
    <committed-date>2008-05-13T06:21:54-07:00</committed-date>
    <authored-date>2008-05-13T06:21:54-07:00</authored-date>
    <message>Add cases that were failing in pluralization specs to singularization spec.</message>
    <tree>609873c0c2171b5d2daa4bf48afadcbdbf70645e</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37e39675e743057c6e4f3fca4e6f5115cae39138</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/ed015e95833b39c9706649db621ef1a96ab0cb25</url>
    <id>ed015e95833b39c9706649db621ef1a96ab0cb25</id>
    <committed-date>2008-05-13T06:20:21-07:00</committed-date>
    <authored-date>2008-05-13T06:20:21-07:00</authored-date>
    <message>Fix failures in pluralization specs. Add more cases.</message>
    <tree>f3b00f6458dd4e00327a32a24a2a2a1d6d73d5f7</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db2b830f4d3b8877da3392bd0e065bcc8143b90d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/37e39675e743057c6e4f3fca4e6f5115cae39138</url>
    <id>37e39675e743057c6e4f3fca4e6f5115cae39138</id>
    <committed-date>2008-05-13T06:13:10-07:00</committed-date>
    <authored-date>2008-05-13T06:13:10-07:00</authored-date>
    <message>spec/private/vendor/inflector =&gt; spec/private/vendor/facets</message>
    <tree>a06d7c3f1e2d300b0e7898bcc2933db3d7f7bf55</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>739ec80aa1b4a5e28a65b80ada4512283c8d1505</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/db2b830f4d3b8877da3392bd0e065bcc8143b90d</url>
    <id>db2b830f4d3b8877da3392bd0e065bcc8143b90d</id>
    <committed-date>2008-05-13T06:12:29-07:00</committed-date>
    <authored-date>2008-05-13T06:12:29-07:00</authored-date>
    <message>Pluralization spec examples.</message>
    <tree>c14f936ee34988aee10a69aa46813fb5d8408b32</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8e6c948cd38daa20065bf6ee7b3d50d22559f706</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/739ec80aa1b4a5e28a65b80ada4512283c8d1505</url>
    <id>739ec80aa1b4a5e28a65b80ada4512283c8d1505</id>
    <committed-date>2008-05-13T06:00:18-07:00</committed-date>
    <authored-date>2008-05-13T06:00:18-07:00</authored-date>
    <message>Move singularization specs to separate file.</message>
    <tree>fd3774bd416ee223200f2c351b0f9f922729f7ea</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64c9d12271a23115f28ac357a379edab6f76dee6</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/8e6c948cd38daa20065bf6ee7b3d50d22559f706</url>
    <id>8e6c948cd38daa20065bf6ee7b3d50d22559f706</id>
    <committed-date>2008-05-13T05:58:19-07:00</committed-date>
    <authored-date>2008-05-13T05:58:19-07:00</authored-date>
    <message>More spec examples for inflector.

* Add dozens of common words (for web applications).</message>
    <tree>edd83b77baf0dd861624942ec5280e3e0dc1c32d</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34d73320bfe9c8b086303cda9e64603ea7bf701f</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/64c9d12271a23115f28ac357a379edab6f76dee6</url>
    <id>64c9d12271a23115f28ac357a379edab6f76dee6</id>
    <committed-date>2008-05-13T05:35:50-07:00</committed-date>
    <authored-date>2008-05-13T05:35:50-07:00</authored-date>
    <message>Improve spec coverage of inflector.</message>
    <tree>037d150d5697b32a528f00ff26bc006c4a58801c</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>151aabec04106c0d8a16e8eb2d557de997cd1fbd</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/34d73320bfe9c8b086303cda9e64603ea7bf701f</url>
    <id>34d73320bfe9c8b086303cda9e64603ea7bf701f</id>
    <committed-date>2008-05-13T05:06:09-07:00</committed-date>
    <authored-date>2008-05-13T05:06:09-07:00</authored-date>
    <message>Improve inflector spec coverage: separate cases into groups.

Now we have the following groups in the spec:

* Singularization exceptions.
* Singularization bugs and reported issues.
* Singularization rules.</message>
    <tree>39bce692bb92883015ed54ea86b1ec1a8bc2abd9</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3151df9192501ed5f989df564debf6eacef6536c</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/151aabec04106c0d8a16e8eb2d557de997cd1fbd</url>
    <id>151aabec04106c0d8a16e8eb2d557de997cd1fbd</id>
    <committed-date>2008-05-13T04:55:04-07:00</committed-date>
    <authored-date>2008-05-13T04:55:04-07:00</authored-date>
    <message>Fix a typo exposed by spec suite.</message>
    <tree>451818c39b5fb9098ef616592a97bc75aa73d33c</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ceb783fc1d751636ad5986cebbcfd4a5755cda22</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/3151df9192501ed5f989df564debf6eacef6536c</url>
    <id>3151df9192501ed5f989df564debf6eacef6536c</id>
    <committed-date>2008-05-13T04:44:13-07:00</committed-date>
    <authored-date>2008-05-13T04:44:13-07:00</authored-date>
    <message>Initial set of spec examples for inflector.</message>
    <tree>c38e1d5c7fd7f06abdc61e8647f2d74394d35230</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c763f6fb045bbbf44a0a7552a26468fac8dc3034</id>
      </parent>
    </parents>
    <author>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/cd6e65bdc664c3d684dbf9e8763cb30ccf5aab7e</url>
    <id>cd6e65bdc664c3d684dbf9e8763cb30ccf5aab7e</id>
    <committed-date>2008-05-13T04:26:48-07:00</committed-date>
    <authored-date>2008-05-13T04:26:48-07:00</authored-date>
    <message>Changed vague :request_headers term into :accepts (meaning HTTP Accept header)</message>
    <tree>8d886d1ba9bcfacf9e90e8c07713ccc7eccfb20c</tree>
    <committer>
      <name>Fabien Franzen</name>
      <email>info@atelierfabien.be</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39fa3cb218576f8bba3c2b67eaa5860babbfb59b</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/ceb783fc1d751636ad5986cebbcfd4a5755cda22</url>
    <id>ceb783fc1d751636ad5986cebbcfd4a5755cda22</id>
    <committed-date>2008-05-13T04:02:20-07:00</committed-date>
    <authored-date>2008-05-13T04:02:20-07:00</authored-date>
    <message>Sweet empty lines management in spec helper.</message>
    <tree>582712e6b227a6d75d0033d1a43092e8b4ec6c17</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae6effc91589d45b9ab4e34e17b37af844cf431d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/39fa3cb218576f8bba3c2b67eaa5860babbfb59b</url>
    <id>39fa3cb218576f8bba3c2b67eaa5860babbfb59b</id>
    <committed-date>2008-05-13T04:00:53-07:00</committed-date>
    <authored-date>2008-05-13T04:00:53-07:00</authored-date>
    <message>Increase sleep time reloader spec.

Reloader specs fail every other time and making Autotest
run waste CPU and filesystem cycles like crazy.</message>
    <tree>b39a0ee19396727e823d173487d8323463b2d63c</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ff80a0797da59e2a76e9d3dce6bfda886293232</id>
      </parent>
      <parent>
        <id>ae6effc91589d45b9ab4e34e17b37af844cf431d</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/c763f6fb045bbbf44a0a7552a26468fac8dc3034</url>
    <id>c763f6fb045bbbf44a0a7552a26468fac8dc3034</id>
    <committed-date>2008-05-12T17:39:42-07:00</committed-date>
    <authored-date>2008-05-12T17:39:42-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:wycats/merb-core</message>
    <tree>291838e203a282320cb8b4aa49bcdb7c50fadd85</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b38c164be5ebda892ac73e9792b6a099f25270cf</id>
      </parent>
    </parents>
    <author>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/0ff80a0797da59e2a76e9d3dce6bfda886293232</url>
    <id>0ff80a0797da59e2a76e9d3dce6bfda886293232</id>
    <committed-date>2008-05-12T17:39:34-07:00</committed-date>
    <authored-date>2008-05-12T17:39:34-07:00</authored-date>
    <message>remove :nodoc: from merb-core DO NOT USE :nodoc: EVAR!!</message>
    <tree>dd1066ee117b443b19b05e3419cc375fd9c002e4</tree>
    <committer>
      <name>Ezra Zygmuntowicz</name>
      <email>ez@engineyard.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d039c2ca568765f17be19212ca83814a4277a799</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/ae6effc91589d45b9ab4e34e17b37af844cf431d</url>
    <id>ae6effc91589d45b9ab4e34e17b37af844cf431d</id>
    <committed-date>2008-05-12T17:30:37-07:00</committed-date>
    <authored-date>2008-05-12T17:30:37-07:00</authored-date>
    <message>More lower-level spec examples for Merb::Router::Route.</message>
    <tree>678828c0835792cf4110ffb42e064649082d2ca8</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>590c12291180b76eadbf43f216c86ad4f38c3db4</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/d039c2ca568765f17be19212ca83814a4277a799</url>
    <id>d039c2ca568765f17be19212ca83814a4277a799</id>
    <committed-date>2008-05-12T17:01:50-07:00</committed-date>
    <authored-date>2008-05-12T17:01:50-07:00</authored-date>
    <message>More lower-level specs for Merb::Routing::Route.</message>
    <tree>e7615e938b455ecf509730c666a4b71cfc9b564e</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a5b8db43c18c1467bbc8ac034bccee1f276a9694</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/590c12291180b76eadbf43f216c86ad4f38c3db4</url>
    <id>590c12291180b76eadbf43f216c86ad4f38c3db4</id>
    <committed-date>2008-05-12T16:35:54-07:00</committed-date>
    <authored-date>2008-05-12T16:35:54-07:00</authored-date>
    <message>Initial set of lower-level specs for Merb::Router::Route methods.</message>
    <tree>2d7dc29bd894720b16bf6624c0b81387654ee75c</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a40c9aa50b1107c44b8068c0d9d0f09e34710ff</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/a5b8db43c18c1467bbc8ac034bccee1f276a9694</url>
    <id>a5b8db43c18c1467bbc8ac034bccee1f276a9694</id>
    <committed-date>2008-05-12T15:47:35-07:00</committed-date>
    <authored-date>2008-05-12T15:47:35-07:00</authored-date>
    <message>Rename file with extra unit specs for Merb::Router</message>
    <tree>0dcb34a0370f44a6c54961f5693528b6102189e4</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>395658d3d25169f2e0d55718b98426e51112762d</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/2a40c9aa50b1107c44b8068c0d9d0f09e34710ff</url>
    <id>2a40c9aa50b1107c44b8068c0d9d0f09e34710ff</id>
    <committed-date>2008-05-12T15:42:38-07:00</committed-date>
    <authored-date>2008-05-12T15:42:38-07:00</authored-date>
    <message>Removed extra comment.</message>
    <tree>fcc9355f198c477e38ee49d9625c3039ecf03c9e</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f947427d63a2780f0500d136562232484d7782b</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/395658d3d25169f2e0d55718b98426e51112762d</url>
    <id>395658d3d25169f2e0d55718b98426e51112762d</id>
    <committed-date>2008-05-12T15:41:52-07:00</committed-date>
    <authored-date>2008-05-12T15:41:52-07:00</authored-date>
    <message>Finished Merb::Router unit-ish spec.</message>
    <tree>5353a828e25f01021153ae94ddddf5573b12e0dd</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8ecd94b411b9923460d1759028d7de5d271d01b</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/3f947427d63a2780f0500d136562232484d7782b</url>
    <id>3f947427d63a2780f0500d136562232484d7782b</id>
    <committed-date>2008-05-12T14:47:41-07:00</committed-date>
    <authored-date>2008-05-12T14:47:41-07:00</authored-date>
    <message>Initial lower-level specs for router.</message>
    <tree>dc1edd6b4896d8d29d30e2bbbb9db575ac734b5e</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1183fae6527f32120e455b2edf576777ef99b0be</id>
      </parent>
    </parents>
    <author>
      <name>Paul Carey</name>
      <email>paul.p.carey@gmail.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/c8ecd94b411b9923460d1759028d7de5d271d01b</url>
    <id>c8ecd94b411b9923460d1759028d7de5d271d01b</id>
    <committed-date>2008-05-12T11:22:43-07:00</committed-date>
    <authored-date>2008-05-12T11:16:28-07:00</authored-date>
    <message>Fix for users with spaces in gem path

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>8fb18a553c780b2953921659467282ed6544ac26</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aef5586002ec6b455b27a87c246d932e044f5e58</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/1183fae6527f32120e455b2edf576777ef99b0be</url>
    <id>1183fae6527f32120e455b2edf576777ef99b0be</id>
    <committed-date>2008-05-12T10:58:22-07:00</committed-date>
    <authored-date>2008-05-12T10:58:22-07:00</authored-date>
    <message>Add missing specs for route fixation.</message>
    <tree>2b524b39ed89cafdfc034a7bbcd6ea59e0294f56</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>677c6447b31f0b0cfab8db2f7382c37ef64bc209</id>
      </parent>
    </parents>
    <author>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/aef5586002ec6b455b27a87c246d932e044f5e58</url>
    <id>aef5586002ec6b455b27a87c246d932e044f5e58</id>
    <committed-date>2008-05-12T10:57:47-07:00</committed-date>
    <authored-date>2008-05-12T10:57:47-07:00</authored-date>
    <message>Add matched_route_for spec helper to get raw Route instance.</message>
    <tree>21681ef5bf3fac65120728841f15d64b5728156f</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>931a16712a17bcc498c82042df499aecd3f4eea1</id>
      </parent>
    </parents>
    <author>
      <name>Paul Carey</name>
      <email>paul.p.carey@gmail.com</email>
    </author>
    <url>http://github.com/somebee/merb-core/commit/677c6447b31f0b0cfab8db2f7382c37ef64bc209</url>
    <id>677c6447b31f0b0cfab8db2f7382c37ef64bc209</id>
    <committed-date>2008-05-12T10:19:15-07:00</committed-date>
    <authored-date>2008-05-12T09:53:13-07:00</authored-date>
    <message>Exclude unwanted files from rcov analysis.

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
    <tree>8059f99fc049a56a7a197e2b0b10d8a7056c1055</tree>
    <committer>
      <name>Michael S. Klishin</name>
      <email>michael@novemberain.com</email>
    </committer>
  </commit>
</commits>
