<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>45a5c4a6d7915392bc20dfe614f66c1943331ba3</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/ee5b41fffde5ae329c0fd4ef28d037d2715dd5ea</url>
    <id>ee5b41fffde5ae329c0fd4ef28d037d2715dd5ea</id>
    <committed-date>2008-04-12T23:45:28-07:00</committed-date>
    <authored-date>2008-04-12T23:45:28-07:00</authored-date>
    <message>Added a :value argument to the state macro, allowing you to specify a custom value which will be used to refer to the state in the database.  This is especially useful for integrating acts_as_state_machine with a legacy database.</message>
    <tree>19487b8fef1481e7ecc7e068556ec3bcb6798e97</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5648ad53440b030fd46daadf7dbd3a1d334a750b</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/45a5c4a6d7915392bc20dfe614f66c1943331ba3</url>
    <id>45a5c4a6d7915392bc20dfe614f66c1943331ba3</id>
    <committed-date>2008-04-11T12:03:18-07:00</committed-date>
    <authored-date>2008-04-11T12:03:18-07:00</authored-date>
    <message>Fixed :test rake task so that it uses the correct file pattern.</message>
    <tree>bb0c7b43cc3ae6a91c389c53bf60f5635fe1bf3d</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3abb128d7f751bc87248fdef551ed5eceb88e2b</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/5648ad53440b030fd46daadf7dbd3a1d334a750b</url>
    <id>5648ad53440b030fd46daadf7dbd3a1d334a750b</id>
    <committed-date>2008-04-11T11:34:39-07:00</committed-date>
    <authored-date>2008-04-11T11:34:39-07:00</authored-date>
    <message>Replaced all calls to read_inheritable_attribute that modify the return value with write_inheritable_hash.</message>
    <tree>6b9d62a54e52a1d99c2b60be3cfc872506cac6c4</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20c911e5facb003bc7cea0e0b2a7460053f69ccc</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/d3abb128d7f751bc87248fdef551ed5eceb88e2b</url>
    <id>d3abb128d7f751bc87248fdef551ed5eceb88e2b</id>
    <committed-date>2008-04-11T11:30:43-07:00</committed-date>
    <authored-date>2008-04-11T11:30:43-07:00</authored-date>
    <message>Pushed to_sym out of state macro and into SupportingClasses::State's initializer.</message>
    <tree>1b24b5565f24ec712866b4d749bbd29dfabfe56d</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d1158106dc2b3e3d2e4358dc97d5bbaefbd8f534</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/20c911e5facb003bc7cea0e0b2a7460053f69ccc</url>
    <id>20c911e5facb003bc7cea0e0b2a7460053f69ccc</id>
    <committed-date>2008-04-11T10:57:10-07:00</committed-date>
    <authored-date>2008-04-11T10:57:10-07:00</authored-date>
    <message>Using class_eval instead of send inside ActMacro#acts_as_state_machine.</message>
    <tree>18af3c649ea0d29a70cf101b8b26f9f5c7d05287</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9ca16724cb749c66c00ec631c2483b0aa718e15b</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/d1158106dc2b3e3d2e4358dc97d5bbaefbd8f534</url>
    <id>d1158106dc2b3e3d2e4358dc97d5bbaefbd8f534</id>
    <committed-date>2008-04-10T20:26:03-07:00</committed-date>
    <authored-date>2008-04-10T20:26:03-07:00</authored-date>
    <message>Renamed test file to make it work better with autotest.</message>
    <tree>8d018699fe806b8270fb9e5ced766239a25a5d13</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95122980e5a767fa56d20d6be8b39da9a1bd068d</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/9ca16724cb749c66c00ec631c2483b0aa718e15b</url>
    <id>9ca16724cb749c66c00ec631c2483b0aa718e15b</id>
    <committed-date>2008-04-10T19:50:09-07:00</committed-date>
    <authored-date>2008-04-10T19:50:09-07:00</authored-date>
    <message>Removed commented code.</message>
    <tree>6fb9c131e7692318ef3f49bbca75f77aa29b6187</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>649193959a0d186bc027a8742dd251b1f7093c51</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/95122980e5a767fa56d20d6be8b39da9a1bd068d</url>
    <id>95122980e5a767fa56d20d6be8b39da9a1bd068d</id>
    <committed-date>2008-04-10T17:07:23-07:00</committed-date>
    <authored-date>2008-04-10T17:07:23-07:00</authored-date>
    <message>DRY up SupportingClasses::State.</message>
    <tree>b168b842139de6997024201205abf783925313d0</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57087585d95532ac50ee9890241999c8274dab66</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/649193959a0d186bc027a8742dd251b1f7093c51</url>
    <id>649193959a0d186bc027a8742dd251b1f7093c51</id>
    <committed-date>2008-04-10T17:02:54-07:00</committed-date>
    <authored-date>2008-04-10T17:02:54-07:00</authored-date>
    <message>Whitespace cleanup.</message>
    <tree>eb56b68947d1b80f318bd82fc6668c976e4710c9</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77a2ee8e0506f235c6aa0482ddb7d1d0277ac915</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/57087585d95532ac50ee9890241999c8274dab66</url>
    <id>57087585d95532ac50ee9890241999c8274dab66</id>
    <committed-date>2008-04-09T18:31:55-07:00</committed-date>
    <authored-date>2008-04-09T18:31:55-07:00</authored-date>
    <message>Rolled (most) of the test-related files into a single file.  Fixtures are still separate.</message>
    <tree>b5c65a28c0b1639ba1478cb5af312d69f138e14a</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2824bd0124a403d033bbae51662e468a228f11a</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/77a2ee8e0506f235c6aa0482ddb7d1d0277ac915</url>
    <id>77a2ee8e0506f235c6aa0482ddb7d1d0277ac915</id>
    <committed-date>2008-04-09T18:17:39-07:00</committed-date>
    <authored-date>2008-04-09T18:17:39-07:00</authored-date>
    <message>Complete rewrite of tests.</message>
    <tree>61759a51ec3a5065823ce908ea86ffaadba117d2</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44380fbe7d4fa540f575cc7f5f6e3ee987e13b8c</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/f2824bd0124a403d033bbae51662e468a228f11a</url>
    <id>f2824bd0124a403d033bbae51662e468a228f11a</id>
    <committed-date>2008-04-09T14:16:07-07:00</committed-date>
    <authored-date>2008-04-09T14:16:07-07:00</authored-date>
    <message>Got all tests passing.</message>
    <tree>b587a39fe0f743a5334dacad78ec89e522fa5320</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>debb8bbfab3ecf7c8555dcd591ea8e2af2ae612e</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/44380fbe7d4fa540f575cc7f5f6e3ee987e13b8c</url>
    <id>44380fbe7d4fa540f575cc7f5f6e3ee987e13b8c</id>
    <committed-date>2008-04-09T14:06:05-07:00</committed-date>
    <authored-date>2008-04-09T14:06:05-07:00</authored-date>
    <message>Added a (for now) blank fixtures/people.yml file.</message>
    <tree>3f6cfac86ba634e9a528180164822658663472c8</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ebfd160360f8d52996ecef116b0511f5b155904d</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/debb8bbfab3ecf7c8555dcd591ea8e2af2ae612e</url>
    <id>debb8bbfab3ecf7c8555dcd591ea8e2af2ae612e</id>
    <committed-date>2008-04-09T12:05:20-07:00</committed-date>
    <authored-date>2008-04-09T12:05:20-07:00</authored-date>
    <message>Small commit just to get the tests actually running instead of erroring out.</message>
    <tree>cf790ba66363f01db83ff9561dc0f0f66ac735c0</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>214922a1c618ffcbf35efd5b34098bce852b0617</id>
      </parent>
    </parents>
    <author>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/ebfd160360f8d52996ecef116b0511f5b155904d</url>
    <id>ebfd160360f8d52996ecef116b0511f5b155904d</id>
    <committed-date>2008-04-09T12:03:57-07:00</committed-date>
    <authored-date>2008-04-09T12:03:57-07:00</authored-date>
    <message>Added .gitignore.</message>
    <tree>01bf24ead6eb1c0696bf416accd726c2feba9f7a</tree>
    <committer>
      <name>Dray Lacy</name>
      <email>dray@izea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64de098b3ef9e865bfa43c52040c9f7677d0886d</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/214922a1c618ffcbf35efd5b34098bce852b0617</url>
    <id>214922a1c618ffcbf35efd5b34098bce852b0617</id>
    <committed-date>2006-11-13T05:47:36-08:00</committed-date>
    <authored-date>2006-11-13T05:47:36-08:00</authored-date>
    <message>break with true value [Kaspar Schiess]



git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@66 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>26b4c6871e96b44a990515e181c0b6c7465392d0</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>334d29eb518dffed3c37e27faf1387d8f5c31995</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/64de098b3ef9e865bfa43c52040c9f7677d0886d</url>
    <id>64de098b3ef9e865bfa43c52040c9f7677d0886d</id>
    <committed-date>2006-07-23T12:41:31-07:00</committed-date>
    <authored-date>2006-07-23T12:41:31-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@65 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>ff5f19a25a50d6d428a54fda8b8326b20480eb47</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e535d5fdc01ced97da13a46e6f7a223ab1452e90</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/334d29eb518dffed3c37e27faf1387d8f5c31995</url>
    <id>334d29eb518dffed3c37e27faf1387d8f5c31995</id>
    <committed-date>2006-07-14T07:50:17-07:00</committed-date>
    <authored-date>2006-07-14T07:50:17-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@61 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>71c9e2b80a21be9bebb7e4383aab5596111b3c4b</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f798f731755ec6164ad2cb20956d0f8f99f0030</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/e535d5fdc01ced97da13a46e6f7a223ab1452e90</url>
    <id>e535d5fdc01ced97da13a46e6f7a223ab1452e90</id>
    <committed-date>2006-07-14T07:50:09-07:00</committed-date>
    <authored-date>2006-07-14T07:50:09-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@60 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>632c78e72d2469440a8392bfa2b7f7840461eff2</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d20b30f8a91448f6756ec9cc4ebb56eddbd49b9</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/9f798f731755ec6164ad2cb20956d0f8f99f0030</url>
    <id>9f798f731755ec6164ad2cb20956d0f8f99f0030</id>
    <committed-date>2006-07-14T07:50:03-07:00</committed-date>
    <authored-date>2006-07-14T07:50:03-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@59 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>dbf876821aefaa20c99d934a32ae6f91dea7d75e</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f03c97ee3c2f8b3cee5b710773fd996fb023dacc</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/5d20b30f8a91448f6756ec9cc4ebb56eddbd49b9</url>
    <id>5d20b30f8a91448f6756ec9cc4ebb56eddbd49b9</id>
    <committed-date>2006-07-14T07:49:58-07:00</committed-date>
    <authored-date>2006-07-14T07:49:58-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@58 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>dff1c3d60a5f3692b53dbdd9c35b2976c8e12e91</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4be4016275f91d906066609de855393f11896412</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/f03c97ee3c2f8b3cee5b710773fd996fb023dacc</url>
    <id>f03c97ee3c2f8b3cee5b710773fd996fb023dacc</id>
    <committed-date>2006-07-14T07:49:50-07:00</committed-date>
    <authored-date>2006-07-14T07:49:50-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@57 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>1a9c5918833cced2508e5ce1bb7427ec128450c0</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0482feb3746d1db9eaeb08501d23c24748da00f</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/4be4016275f91d906066609de855393f11896412</url>
    <id>4be4016275f91d906066609de855393f11896412</id>
    <committed-date>2006-04-13T07:18:32-07:00</committed-date>
    <authored-date>2006-04-13T07:18:32-07:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@54 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>43d73147037bdbbe519cf8e5a483f7d8a5fa0239</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a883e1ce0108eac06448eac1771a301ddb6be29</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/b0482feb3746d1db9eaeb08501d23c24748da00f</url>
    <id>b0482feb3746d1db9eaeb08501d23c24748da00f</id>
    <committed-date>2006-01-20T16:34:20-08:00</committed-date>
    <authored-date>2006-01-20T16:34:20-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@48 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>cc65e7a1a086ed1914e74dd77ab54d918e0847ae</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff00b78fd51eecc781ef5ebee78d883371e42294</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/4a883e1ce0108eac06448eac1771a301ddb6be29</url>
    <id>4a883e1ce0108eac06448eac1771a301ddb6be29</id>
    <committed-date>2006-01-20T16:34:14-08:00</committed-date>
    <authored-date>2006-01-20T16:34:14-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@47 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>b665c736aa3ede914424e3cb7e7aa36bb0caea88</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>60c625fb97d0c2c0693d7e12b903bfe4c3148695</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/ff00b78fd51eecc781ef5ebee78d883371e42294</url>
    <id>ff00b78fd51eecc781ef5ebee78d883371e42294</id>
    <committed-date>2006-01-20T12:25:05-08:00</committed-date>
    <authored-date>2006-01-20T12:25:05-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@45 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>ead94eb2f433bcd0a83606fed229f0315f25f89b</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e26670e74fb04a3a9e4fb165e34dd4e227d4567f</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/60c625fb97d0c2c0693d7e12b903bfe4c3148695</url>
    <id>60c625fb97d0c2c0693d7e12b903bfe4c3148695</id>
    <committed-date>2006-01-20T12:09:52-08:00</committed-date>
    <authored-date>2006-01-20T12:09:52-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@44 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>7d5ea4450f525ff6f95dc3efc31e62a90d400ecb</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2e5fbd4d9acbbfd0b1f518b7da08ee61123db9e1</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/e26670e74fb04a3a9e4fb165e34dd4e227d4567f</url>
    <id>e26670e74fb04a3a9e4fb165e34dd4e227d4567f</id>
    <committed-date>2006-01-20T08:19:39-08:00</committed-date>
    <authored-date>2006-01-20T08:19:39-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@43 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>0a7e2f8e6d6aecc0fb0ec9254a3a8b974076da0c</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>517c3212a89677240a44dc2c9f601cef7726f23a</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/2e5fbd4d9acbbfd0b1f518b7da08ee61123db9e1</url>
    <id>2e5fbd4d9acbbfd0b1f518b7da08ee61123db9e1</id>
    <committed-date>2006-01-20T08:19:34-08:00</committed-date>
    <authored-date>2006-01-20T08:19:34-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@42 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>ac03da870bdf7deb1b0cebc3511268988a193299</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b5a6ec79d973ecd98fe12c08bfb30a266e29000</id>
      </parent>
    </parents>
    <author>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </author>
    <url>http://github.com/omghax/acts_as_state_machine/commit/517c3212a89677240a44dc2c9f601cef7726f23a</url>
    <id>517c3212a89677240a44dc2c9f601cef7726f23a</id>
    <committed-date>2006-01-16T13:41:01-08:00</committed-date>
    <authored-date>2006-01-16T13:41:01-08:00</authored-date>
    <message>

git-svn-id: http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk@41 a9f67fa3-8408-0410-ad84-b6cefbfd10ac</message>
    <tree>1a7a779466e36f67e9b2f0f6af1bb41af210d518</tree>
    <committer>
      <name>sbarron</name>
      <email>sbarron@a9f67fa3-8408-0410-ad84-b6cefbfd10ac</email>
    </committer>
  </commit>
</commits>
