<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>b9b62566de1861dc111cc3ab96d49a39a2d86457</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/f36efe70ff7e78180104f3bedc99430df7c6e9cc</url>
    <id>f36efe70ff7e78180104f3bedc99430df7c6e9cc</id>
    <committed-date>2008-06-13T06:10:09-07:00</committed-date>
    <authored-date>2008-06-13T06:10:09-07:00</authored-date>
    <message>Another Sinclair Bain patch! This time it lets taggers create new contexts on the fly. [#19 status:resolved]</message>
    <tree>f45b72032359ddc088b4a47344f80905111e5edc</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3723036492fb0f054486c73bbbf2167ee43c2c5c</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/b9b62566de1861dc111cc3ab96d49a39a2d86457</url>
    <id>b9b62566de1861dc111cc3ab96d49a39a2d86457</id>
    <committed-date>2008-06-12T11:42:36-07:00</committed-date>
    <authored-date>2008-06-12T11:42:36-07:00</authored-date>
    <message>Applied another patch from Sinclair Bain, better handling of various input to acts_as_taggable_on method call. [#18 status:resolved]</message>
    <tree>2ea50a61fbef2609071f4aad509091561e667966</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8113f9a98747fee8c6d14eb788508ebf6bd1d5ea</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/3723036492fb0f054486c73bbbf2167ee43c2c5c</url>
    <id>3723036492fb0f054486c73bbbf2167ee43c2c5c</id>
    <committed-date>2008-06-11T11:41:34-07:00</committed-date>
    <authored-date>2008-06-11T11:41:34-07:00</authored-date>
    <message>Applied Sinclair Bain's patch to disallow duplicate contexts. Also cleaned up the specs and dealt with some strange failures I've been getting intermittently. [#14 status:resolved]</message>
    <tree>60758ab0ecdf99c6dccad7542cd106e50ef22b01</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1879e96e133ac3f45c7105d204be247c7b933530</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/8113f9a98747fee8c6d14eb788508ebf6bd1d5ea</url>
    <id>8113f9a98747fee8c6d14eb788508ebf6bd1d5ea</id>
    <committed-date>2008-06-11T11:24:11-07:00</committed-date>
    <authored-date>2008-06-11T11:24:11-07:00</authored-date>
    <message>Consolidated migrations so that duplicate timestamps aren't created. [#12 status:resolved]</message>
    <tree>c072045779688775ccf900035ef76d32101c35ec</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89bf054dcb370c5b0e342a62d039c4d67f7c76f9</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/1879e96e133ac3f45c7105d204be247c7b933530</url>
    <id>1879e96e133ac3f45c7105d204be247c7b933530</id>
    <committed-date>2008-06-10T08:17:45-07:00</committed-date>
    <authored-date>2008-06-10T08:17:45-07:00</authored-date>
    <message>Applied slainer68's patch, can now add tags directly through the tag list without calling set_tag_list_on. [#10 status:resolved]</message>
    <tree>3ab276d8a28275a88f22779091175d12bff37984</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e350c1b9f71261fab4e56b28d0578269a2eadfb</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/89bf054dcb370c5b0e342a62d039c4d67f7c76f9</url>
    <id>89bf054dcb370c5b0e342a62d039c4d67f7c76f9</id>
    <committed-date>2008-06-10T08:01:47-07:00</committed-date>
    <authored-date>2008-06-10T08:01:47-07:00</authored-date>
    <message>Updated README with further GemPlugin instructions.</message>
    <tree>f0dfd8911babdf9f613b2b32dd8b4bf94c65c3ec</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b63129247e4916175f6694c1a69f09272a375693</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/7e350c1b9f71261fab4e56b28d0578269a2eadfb</url>
    <id>7e350c1b9f71261fab4e56b28d0578269a2eadfb</id>
    <committed-date>2008-06-10T07:33:57-07:00</committed-date>
    <authored-date>2008-06-10T07:33:57-07:00</authored-date>
    <message>Restructured files to be more flat, added info log statement on initialization, cleaning up this and that.</message>
    <tree>5fd9bd2efaf9c7e7001f26a0a45f0535932d1a87</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ca23de1eb19197ba6059d8d5ddf4e739d9114046</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/b63129247e4916175f6694c1a69f09272a375693</url>
    <id>b63129247e4916175f6694c1a69f09272a375693</id>
    <committed-date>2008-06-09T15:51:07-07:00</committed-date>
    <authored-date>2008-06-09T15:51:07-07:00</authored-date>
    <message>Updated README for another gem build attempt.</message>
    <tree>59e1013c990a9e7d2e62cf37c585f18755eb8cbd</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e65b518f858354c07fa27c9a864e5c9b66b6c54f</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/ca23de1eb19197ba6059d8d5ddf4e739d9114046</url>
    <id>ca23de1eb19197ba6059d8d5ddf4e739d9114046</id>
    <committed-date>2008-06-09T15:09:40-07:00</committed-date>
    <authored-date>2008-06-09T15:09:40-07:00</authored-date>
    <message>Updated README</message>
    <tree>97df71b977873cadb9f7da17beb2e1a7debdc817</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1bedda907e62d6574a7c2bc6ee73558b7ac078f6</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/e65b518f858354c07fa27c9a864e5c9b66b6c54f</url>
    <id>e65b518f858354c07fa27c9a864e5c9b66b6c54f</id>
    <committed-date>2008-06-09T15:04:06-07:00</committed-date>
    <authored-date>2008-06-09T15:04:06-07:00</authored-date>
    <message>Gemifying acts-as-taggable-on, including updates to the README, a .gemspec, removal of extraneous files, and a rails/init.rb.</message>
    <tree>0564b30380e827dd7590e1155af400fc1481d437</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e488a0040ec1def0b6406ae2afb11f18e14ab6b6</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/1bedda907e62d6574a7c2bc6ee73558b7ac078f6</url>
    <id>1bedda907e62d6574a7c2bc6ee73558b7ac078f6</id>
    <committed-date>2008-06-09T12:04:15-07:00</committed-date>
    <authored-date>2008-06-09T12:04:15-07:00</authored-date>
    <message>Added support and specs for Single Table Inheritance. Thanks to slainer68 for the patch! [#5 status:resolved]</message>
    <tree>309aa2ff9a467db1e17cfae267a3ed49c1a4f833</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17ac79a983ad330988eba1ec8ba1d9af24968ca7</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/e488a0040ec1def0b6406ae2afb11f18e14ab6b6</url>
    <id>e488a0040ec1def0b6406ae2afb11f18e14ab6b6</id>
    <committed-date>2008-06-05T07:35:26-07:00</committed-date>
    <authored-date>2008-06-05T07:35:26-07:00</authored-date>
    <message>Applied Peter Cooper's patch to make named scopes work.</message>
    <tree>4108f89a3f6922e1bd6e11fb89ed31dd1e1d5c79</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e7c3af01ed0c2696d156c5ade06b96b1cf0b531a</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/17ac79a983ad330988eba1ec8ba1d9af24968ca7</url>
    <id>17ac79a983ad330988eba1ec8ba1d9af24968ca7</id>
    <committed-date>2008-06-04T06:44:51-07:00</committed-date>
    <authored-date>2008-06-04T06:44:51-07:00</authored-date>
    <message>Accidentally hardcoded a class for related_tags_on [#8]</message>
    <tree>9539858fef34c1a63985126d49c5b4ed5dfbbe11</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04651a9728faee2dfddb5b4383a005bddb14dbc5</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/e7c3af01ed0c2696d156c5ade06b96b1cf0b531a</url>
    <id>e7c3af01ed0c2696d156c5ade06b96b1cf0b531a</id>
    <committed-date>2008-06-02T13:39:59-07:00</committed-date>
    <authored-date>2008-06-02T13:39:59-07:00</authored-date>
    <message>Resolves issue with finding related tags not taking options [#8]</message>
    <tree>b953769407ab573cd4f7f0ffd123c04baaa6de59</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5488a37c89375cfbf66ecd15c61d3e5ed356990a</id>
      </parent>
    </parents>
    <author>
      <name>Gabriel Horner</name>
      <email>bozo@white-ho.local</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/04651a9728faee2dfddb5b4383a005bddb14dbc5</url>
    <id>04651a9728faee2dfddb5b4383a005bddb14dbc5</id>
    <committed-date>2008-05-30T13:35:25-07:00</committed-date>
    <authored-date>2008-05-30T13:35:25-07:00</authored-date>
    <message>basic tagger tests</message>
    <tree>2e65a7ddf53f96f8aae73500614ad3035f55e1ff</tree>
    <committer>
      <name>Gabriel Horner</name>
      <email>bozo@white-ho.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>34c35cc2002efdbc15feb9b53f400a0b81504c9a</id>
      </parent>
    </parents>
    <author>
      <name>Gabriel Horner</name>
      <email>bozo@white-ho.local</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/5488a37c89375cfbf66ecd15c61d3e5ed356990a</url>
    <id>5488a37c89375cfbf66ecd15c61d3e5ed356990a</id>
    <committed-date>2008-05-30T12:39:10-07:00</committed-date>
    <authored-date>2008-05-30T12:39:10-07:00</authored-date>
    <message>minor test fixes</message>
    <tree>8b7eefecc98068b50c73576d7f2c7de5c9957da5</tree>
    <committer>
      <name>Gabriel Horner</name>
      <email>bozo@white-ho.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f287ee77c923c60512d2bf0def272dde6a36328c</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/34c35cc2002efdbc15feb9b53f400a0b81504c9a</url>
    <id>34c35cc2002efdbc15feb9b53f400a0b81504c9a</id>
    <committed-date>2008-05-29T17:11:19-07:00</committed-date>
    <authored-date>2008-05-29T17:11:19-07:00</authored-date>
    <message>Updating README</message>
    <tree>01563823065ec997c22bbe615799e2cfff66dccf</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b17a6744932cd68d08557f7e6dc30cbb48eee9c</id>
      </parent>
      <parent>
        <id>bd957579161150e014b5f8a7c08b3f4eec45edfb</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/f287ee77c923c60512d2bf0def272dde6a36328c</url>
    <id>f287ee77c923c60512d2bf0def272dde6a36328c</id>
    <committed-date>2008-05-29T17:06:51-07:00</committed-date>
    <authored-date>2008-05-29T17:06:51-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:mbleigh/acts-as-taggable-on</message>
    <tree>98c1f5fdd6e3ae9f9cd3a84b7c3b921cdb8cdfd3</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fd499ef481e789bbd08bddc61028c876f8f25839</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/3b17a6744932cd68d08557f7e6dc30cbb48eee9c</url>
    <id>3b17a6744932cd68d08557f7e6dc30cbb48eee9c</id>
    <committed-date>2008-05-29T17:06:43-07:00</committed-date>
    <authored-date>2008-05-29T17:06:43-07:00</authored-date>
    <message>Updating README to mention the new relationship method</message>
    <tree>7864c5a9761395d7d95e6d741e1cca45585ad71a</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>decd1f20c5d30006af19ebc28187d65d2151678d</id>
      </parent>
      <parent>
        <id>fd499ef481e789bbd08bddc61028c876f8f25839</id>
      </parent>
    </parents>
    <author>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/bd957579161150e014b5f8a7c08b3f4eec45edfb</url>
    <id>bd957579161150e014b5f8a7c08b3f4eec45edfb</id>
    <committed-date>2008-05-29T16:50:21-07:00</committed-date>
    <authored-date>2008-05-29T16:50:21-07:00</authored-date>
    <message>merged in related_tags changes</message>
    <tree>41583749fddea34e9d00f76be6a62f5baff77f7a</tree>
    <committer>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c35da65330e8974dc9ca85ef205a688ceca59abd</id>
      </parent>
    </parents>
    <author>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/decd1f20c5d30006af19ebc28187d65d2151678d</url>
    <id>decd1f20c5d30006af19ebc28187d65d2151678d</id>
    <committed-date>2008-05-29T16:49:01-07:00</committed-date>
    <authored-date>2008-05-29T16:48:38-07:00</authored-date>
    <message>added tag ownership through acts_as_tagger, README for more details
RailsConf Community Code Drive 2008</message>
    <tree>b3da8e4e5a754a737df8b97a607676bcf64070a4</tree>
    <committer>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>402bdf4d0b65d99c5967bd0cbbfa9565e3051ace</id>
      </parent>
    </parents>
    <author>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/c35da65330e8974dc9ca85ef205a688ceca59abd</url>
    <id>c35da65330e8974dc9ca85ef205a688ceca59abd</id>
    <committed-date>2008-05-29T16:42:54-07:00</committed-date>
    <authored-date>2008-05-29T16:42:54-07:00</authored-date>
    <message>added generators for the new user migration</message>
    <tree>8c1db73237bccef50587268ddbfa70f3bfc265cb</tree>
    <committer>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4fe998c7fd3dd74ece106b3734136c79a694d839</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/fd499ef481e789bbd08bddc61028c876f8f25839</url>
    <id>fd499ef481e789bbd08bddc61028c876f8f25839</id>
    <committed-date>2008-05-29T15:18:19-07:00</committed-date>
    <authored-date>2008-05-29T15:18:19-07:00</authored-date>
    <message>Adding in a simple spec for relationships</message>
    <tree>933ca7d090965ac44691ee1952d6a4c9874187d4</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>402bdf4d0b65d99c5967bd0cbbfa9565e3051ace</id>
      </parent>
    </parents>
    <author>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/4fe998c7fd3dd74ece106b3734136c79a694d839</url>
    <id>4fe998c7fd3dd74ece106b3734136c79a694d839</id>
    <committed-date>2008-05-29T15:08:14-07:00</committed-date>
    <authored-date>2008-05-29T15:08:14-07:00</authored-date>
    <message>Can now find related objects of the same type by context sorted by number of related taggings. e.g., user.find_related_tags or user.find_related_skills ...</message>
    <tree>73528debee3a5e0d9336bfb4f2d2a4d096a57bed</tree>
    <committer>
      <name>Brendan G. Lim</name>
      <email>brendan@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea67b5370f921df06bb5a2953c0862ec0baf0125</id>
      </parent>
    </parents>
    <author>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/402bdf4d0b65d99c5967bd0cbbfa9565e3051ace</url>
    <id>402bdf4d0b65d99c5967bd0cbbfa9565e3051ace</id>
    <committed-date>2008-05-29T11:54:47-07:00</committed-date>
    <authored-date>2008-05-29T11:54:47-07:00</authored-date>
    <message>added autotest support</message>
    <tree>ec88657e23781b30278f855bb5dee7ed0684a678</tree>
    <committer>
      <name>Pradeep Elankumaran</name>
      <email>pradeep@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8dc41a3f875e661a9ae4f53bebbdbf5ee0dc2981</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/ea67b5370f921df06bb5a2953c0862ec0baf0125</url>
    <id>ea67b5370f921df06bb5a2953c0862ec0baf0125</id>
    <committed-date>2008-05-03T06:29:59-07:00</committed-date>
    <authored-date>2008-05-03T06:29:59-07:00</authored-date>
    <message>Added 'tagging' to require list in init.rb. [#4 status:resolved]</message>
    <tree>0507396dbb89295aea48c1d0e01f0528daa50ef3</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>48855d52473a29fb0cad2a849290947fe831f0da</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/8dc41a3f875e661a9ae4f53bebbdbf5ee0dc2981</url>
    <id>8dc41a3f875e661a9ae4f53bebbdbf5ee0dc2981</id>
    <committed-date>2008-04-29T06:19:19-07:00</committed-date>
    <authored-date>2008-04-29T06:19:19-07:00</authored-date>
    <message>Updating README resources.</message>
    <tree>c0567a70e40788380584a02a6a3af9a6fac1bfd6</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a361d5a0762514261eea11ac52766c2487e7dba</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/48855d52473a29fb0cad2a849290947fe831f0da</url>
    <id>48855d52473a29fb0cad2a849290947fe831f0da</id>
    <committed-date>2008-04-26T13:31:54-07:00</committed-date>
    <authored-date>2008-04-26T13:31:54-07:00</authored-date>
    <message>Added Andrew Ng's patch to require everything on startup. Should finally fix the dashed-instead-of-underscored-directory-name problem. [#2 status:resolved]</message>
    <tree>fac1fc98f995afe41343a6e3f2089071f673c3c1</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3995197427bf792ed0a7d21d99ab1ac806027639</id>
      </parent>
      <parent>
        <id>d261f744722820853fdd5836374de825f1df2232</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/5a361d5a0762514261eea11ac52766c2487e7dba</url>
    <id>5a361d5a0762514261eea11ac52766c2487e7dba</id>
    <committed-date>2008-04-14T13:15:49-07:00</committed-date>
    <authored-date>2008-04-14T13:15:49-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:mbleigh/acts-as-taggable-on</message>
    <tree>fa43e1543474b632d26d7fa2d99179a51d95a8e1</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b150544799dd812a8ce2f961f4707047a1d78a5c</id>
      </parent>
    </parents>
    <author>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </author>
    <url>http://github.com/mbleigh/acts-as-taggable-on/commit/3995197427bf792ed0a7d21d99ab1ac806027639</url>
    <id>3995197427bf792ed0a7d21d99ab1ac806027639</id>
    <committed-date>2008-04-14T13:12:57-07:00</committed-date>
    <authored-date>2008-04-14T13:12:57-07:00</authored-date>
    <message>Explicitly requiring the file to deal with GitHub project naming clashing with automatic inclusion.</message>
    <tree>fa43e1543474b632d26d7fa2d99179a51d95a8e1</tree>
    <committer>
      <name>Michael Bleigh</name>
      <email>michael@intridea.com</email>
    </committer>
  </commit>
</commits>
