<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>645024765b2d92018efc511652e1174163844e39</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/fc3b9ba798d7fb1a1f0d16e018487fb3eed8cb74</url>
    <id>fc3b9ba798d7fb1a1f0d16e018487fb3eed8cb74</id>
    <committed-date>2009-09-18T04:03:47-07:00</committed-date>
    <authored-date>2009-09-18T04:03:47-07:00</authored-date>
    <message>Add commit SHA1 for 0.9.8 to release notes.</message>
    <tree>2e836c488e5fa1a03128f26a97271bf0c3b7751b</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52735d0e3954c47791f7f858988e5960160bbbd6</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/645024765b2d92018efc511652e1174163844e39</url>
    <id>645024765b2d92018efc511652e1174163844e39</id>
    <committed-date>2009-09-18T03:57:57-07:00</committed-date>
    <authored-date>2009-09-18T03:57:57-07:00</authored-date>
    <message>Fixed Rails plugin which stopped working after 0.9.6. Updated documentation to reflect this fix. Updated release notes and bumped version in preparation for release 0.9.8.</message>
    <tree>86796f67655b18f982b0b805f86b8374584ffa45</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3799298af3f002513ea1a0a812eb450c2257aca3</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/52735d0e3954c47791f7f858988e5960160bbbd6</url>
    <id>52735d0e3954c47791f7f858988e5960160bbbd6</id>
    <committed-date>2009-09-15T08:02:05-07:00</committed-date>
    <authored-date>2009-09-15T08:02:05-07:00</authored-date>
    <message>Fix Ruby 1.9 build broken by accepting commit directly from GitHub ForkQueue.</message>
    <tree>f859b4c6b27f488830c371eb98ef616ea1577719</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e5f7311d8ba2150a200c5cdf5db4d6d9cde21778</id>
      </parent>
    </parents>
    <author>
      <name>Sander Hartlage</name>
      <email>sander@outside.in</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/3799298af3f002513ea1a0a812eb450c2257aca3</url>
    <id>3799298af3f002513ea1a0a812eb450c2257aca3</id>
    <committed-date>2009-09-15T07:51:41-07:00</committed-date>
    <authored-date>2009-07-08T09:03:01-07:00</authored-date>
    <message>The regexp_matches matcher won't match or raise an error on empty arguments or arguments that don't respond to #=~

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>f918e0f8987649e30d98ea13faef323452fc318f</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9e8c94903a29dbe30f010010d5de83d158fe45ef</id>
      </parent>
    </parents>
    <author>
      <name>Sander Hartlage</name>
      <email>sander@outside.in</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/e5f7311d8ba2150a200c5cdf5db4d6d9cde21778</url>
    <id>e5f7311d8ba2150a200c5cdf5db4d6d9cde21778</id>
    <committed-date>2009-09-15T07:51:38-07:00</committed-date>
    <authored-date>2009-07-08T09:02:12-07:00</authored-date>
    <message>The includes matcher won't match or raise an error on empty arguments or arguments that don't respond to #include?

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>50dc898717a3f31528999b2e5f8fea07914a60f1</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>396a533a74a5391b2032123f72cc885b9101d686</id>
      </parent>
    </parents>
    <author>
      <name>Sander Hartlage</name>
      <email>sander@outside.in</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/9e8c94903a29dbe30f010010d5de83d158fe45ef</url>
    <id>9e8c94903a29dbe30f010010d5de83d158fe45ef</id>
    <committed-date>2009-09-15T07:51:35-07:00</committed-date>
    <authored-date>2009-07-08T09:01:18-07:00</authored-date>
    <message>Now the has_value matcher won't match or raise error on empty arguments or arguments that don't respond to #values

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>05abeca9ddacc2e147af589a85c673def2099c7b</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>519eb52dac207a5f7fc4f601363b2eb504a6855a</id>
      </parent>
    </parents>
    <author>
      <name>Sander Hartlage</name>
      <email>sander@outside.in</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/396a533a74a5391b2032123f72cc885b9101d686</url>
    <id>396a533a74a5391b2032123f72cc885b9101d686</id>
    <committed-date>2009-09-15T07:51:32-07:00</committed-date>
    <authored-date>2009-07-08T09:00:04-07:00</authored-date>
    <message>Now the has_key matcher will not raise an error on empty arguments or arguments that don't respond to #keys, nor will it match

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>3ff29add7c6e7a5b39c700cd3b163757ad762fc8</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af68bf115322cab981c9523ebf6077c2e3cbae17</id>
      </parent>
    </parents>
    <author>
      <name>Dan Manges</name>
      <email>daniel.manges@gmail.com</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/519eb52dac207a5f7fc4f601363b2eb504a6855a</url>
    <id>519eb52dac207a5f7fc4f601363b2eb504a6855a</id>
    <committed-date>2009-09-15T07:35:37-07:00</committed-date>
    <authored-date>2009-07-28T13:06:46-07:00</authored-date>
    <message>allow passing a block to Mocha::Configuration methods to only change config for the duration of the block

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>77cb4eea572bbf717dfada60d265ab33ef0cdbb5</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ae8678ef95408c9fb4701667e1268097e0808774</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/af68bf115322cab981c9523ebf6077c2e3cbae17</url>
    <id>af68bf115322cab981c9523ebf6077c2e3cbae17</id>
    <committed-date>2009-09-15T07:26:39-07:00</committed-date>
    <authored-date>2009-09-15T07:26:39-07:00</authored-date>
    <message>Remove rdoc template incorporating google analytics from source control. The file just needs to exist locally and be ignored by source control. This should stop the warning showing up on e.g. RunCodeRun build results.</message>
    <tree>b433846206f6595b76d2eae6b213149822d14779</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0dc908a71f2e07aa8a9fb4b5447dcde06bb969f</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/ae8678ef95408c9fb4701667e1268097e0808774</url>
    <id>ae8678ef95408c9fb4701667e1268097e0808774</id>
    <committed-date>2009-07-24T07:30:37-07:00</committed-date>
    <authored-date>2009-07-24T07:30:37-07:00</authored-date>
    <message>The RDoc template incorporating Google Analytics isn't distributed in the gem (because it is only used when publishing the RDoc to Rubyforge), so we should ensure that the rdoc rake task still works when the custom template is not available. See http://floehopper.lighthouseapp.com/projects/22289/tickets/51.</message>
    <tree>87b1708afcc0dc4c5854a7515993b4dbd18edf54</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>80d816f250dc13aaf856f3f9cbd97ebe9c371839</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/b0dc908a71f2e07aa8a9fb4b5447dcde06bb969f</url>
    <id>b0dc908a71f2e07aa8a9fb4b5447dcde06bb969f</id>
    <committed-date>2009-07-01T04:45:07-07:00</committed-date>
    <authored-date>2009-07-01T04:45:07-07:00</authored-date>
    <message>Updated release notes for 0.9.7.</message>
    <tree>6ad27fdf5eebc3bf32c6d85eb5cf54661b155c2e</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c37e64f89974b53a5c234409566533a7e5a59c51</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/80d816f250dc13aaf856f3f9cbd97ebe9c371839</url>
    <id>80d816f250dc13aaf856f3f9cbd97ebe9c371839</id>
    <committed-date>2009-07-01T04:44:32-07:00</committed-date>
    <authored-date>2009-07-01T04:44:32-07:00</authored-date>
    <message>Prepare for 0.9.7 release.</message>
    <tree>83994b01dea90eab5c7a97f69ef92d388033b1de</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6f5890aac364e90904a7e2236446ba692e727546</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/c37e64f89974b53a5c234409566533a7e5a59c51</url>
    <id>c37e64f89974b53a5c234409566533a7e5a59c51</id>
    <committed-date>2009-07-01T03:16:56-07:00</committed-date>
    <authored-date>2009-07-01T03:16:56-07:00</authored-date>
    <message>Although I had provided a deprecation warning for people using Mocha::Standalone, I had assumed people wouldn't be explicitly loading the mocha/standalone.rb file. It turns out this assumption was incorrect at least in the case of Rspec. I'm bumping the gemspec timestamp so we have a candidate gem on GitHub to play with.</message>
    <tree>307eef6df79199d20acb825d6c24711748af41fa</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>57f8f77d715b7f1d9efee2e1a9438f7905c0006b</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/6f5890aac364e90904a7e2236446ba692e727546</url>
    <id>6f5890aac364e90904a7e2236446ba692e727546</id>
    <committed-date>2009-06-29T08:53:50-07:00</committed-date>
    <authored-date>2009-06-29T08:53:50-07:00</authored-date>
    <message>Update gemspec and release notes to reflect 0.9.6 release.</message>
    <tree>54ea8d93a400de579b6b49d05bacb89e54d9a903</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>52de7942ded7a246de55b8d9c163cbb22ecd30eb</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/57f8f77d715b7f1d9efee2e1a9438f7905c0006b</url>
    <id>57f8f77d715b7f1d9efee2e1a9438f7905c0006b</id>
    <committed-date>2009-06-29T08:51:02-07:00</committed-date>
    <authored-date>2009-06-29T08:51:02-07:00</authored-date>
    <message>Prepare for 0.9.6 release.</message>
    <tree>d9bbd35de762dff0b2ce78c0d41c39c64860012a</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8478cc03e52ce666c9d368c327b0e552329f0c74</id>
      </parent>
    </parents>
    <author>
      <name>Denis Defreyne</name>
      <email>denis.defreyne@stoneship.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/52de7942ded7a246de55b8d9c163cbb22ecd30eb</url>
    <id>52de7942ded7a246de55b8d9c163cbb22ecd30eb</id>
    <committed-date>2009-06-29T08:22:37-07:00</committed-date>
    <authored-date>2009-06-18T02:58:54-07:00</authored-date>
    <message>made mocha compatible with minitest 1.4.0

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>fb33e8c4a1365d5ab42296c3bcd712df898409b9</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d4750072f5721d4704898e38564f77127eccd3f</id>
      </parent>
      <parent>
        <id>213ce2187a84c25eeb7040238a8ce703c843f015</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/8478cc03e52ce666c9d368c327b0e552329f0c74</url>
    <id>8478cc03e52ce666c9d368c327b0e552329f0c74</id>
    <committed-date>2009-06-29T08:00:26-07:00</committed-date>
    <authored-date>2009-06-29T08:00:26-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:floehopper/mocha</message>
    <tree>e197e10a125ad47a694aefa346eefab31a5ae1e0</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82ea1493fe818132689583dc44ec554e7440e14d</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/2d4750072f5721d4704898e38564f77127eccd3f</url>
    <id>2d4750072f5721d4704898e38564f77127eccd3f</id>
    <committed-date>2009-06-29T08:00:12-07:00</committed-date>
    <authored-date>2009-06-29T08:00:12-07:00</authored-date>
    <message>By using a different delimiter we can expand these method definitions onto multiple lines to make them more readable.</message>
    <tree>1a8ff0abfd2e5dc9004c73213219bc5f2691c67c</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>da24f9e93640381973b1604b8a1ff3214b0831c9</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/213ce2187a84c25eeb7040238a8ce703c843f015</url>
    <id>213ce2187a84c25eeb7040238a8ce703c843f015</id>
    <committed-date>2009-05-18T08:09:55-07:00</committed-date>
    <authored-date>2009-05-18T08:09:55-07:00</authored-date>
    <message>Chad Humphries pointed out that in Ruby 1.9.1, if you are not using Test::Unit or MiniTest, Mocha will attempt to load and monkey-patch Test::Unit. Mocha will now only monkey-patch Test::Unit and/or MiniTest if they have already been loaded. MiniTest tests will now run in both Ruby 1.8.6 (with MiniTest gem) and in Ruby 1.9.1 (with MiniTest std lib). See Ligthouse ticket - http://floehopper.lighthouseapp.com/projects/22289/tickets/49.</message>
    <tree>ac31e2fbca88a2b689b51a206405f79a1bc0b022</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82ea1493fe818132689583dc44ec554e7440e14d</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/da24f9e93640381973b1604b8a1ff3214b0831c9</url>
    <id>da24f9e93640381973b1604b8a1ff3214b0831c9</id>
    <committed-date>2009-05-18T06:59:15-07:00</committed-date>
    <authored-date>2009-05-18T06:59:15-07:00</authored-date>
    <message>Removed Bacon integration after deciding only to maintain integration with Test::Unit and MiniTest which are both Ruby standard libraries. See mailing list for details.</message>
    <tree>31284d5c2b1f0fe5454e5f97769a0c76ba684947</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ad6ed8e7f1180bcc803e7bff2f28a0f81ad3b928</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/82ea1493fe818132689583dc44ec554e7440e14d</url>
    <id>82ea1493fe818132689583dc44ec554e7440e14d</id>
    <committed-date>2009-03-05T08:05:50-08:00</committed-date>
    <authored-date>2009-03-05T08:05:50-08:00</authored-date>
    <message>Fixed bug: Some Bacon tests were failing in Ruby 1.9.1. http://floehopper.lighthouseapp.com/projects/22289-mocha/tickets/43.</message>
    <tree>390b7ac872d6be25ae76f4e052464c8c142d81df</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c98aad3e766664e97705447ace14623b5cddc619</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/ad6ed8e7f1180bcc803e7bff2f28a0f81ad3b928</url>
    <id>ad6ed8e7f1180bcc803e7bff2f28a0f81ad3b928</id>
    <committed-date>2009-03-05T07:03:08-08:00</committed-date>
    <authored-date>2009-03-05T07:03:08-08:00</authored-date>
    <message>Fixed bug: MiniTest integration was counting ExpectationErrors as errors not failures. http://floehopper.lighthouseapp.com/projects/22289-mocha/tickets/41.</message>
    <tree>59f91402fda6e68d19dc0db84126a080292d8656</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d133e74e74b1ae02c4195a1de6c0160f9c66e32</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/c98aad3e766664e97705447ace14623b5cddc619</url>
    <id>c98aad3e766664e97705447ace14623b5cddc619</id>
    <committed-date>2009-03-05T05:00:38-08:00</committed-date>
    <authored-date>2009-03-05T05:00:38-08:00</authored-date>
    <message>A private method was previously extracted but never used - lets use it as it was intended.</message>
    <tree>949cd05d0942c02de4d557a2a983a1fc087baadb</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>414cde3d50b78876cb912aad7d88ac5e31860460</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/3d133e74e74b1ae02c4195a1de6c0160f9c66e32</url>
    <id>3d133e74e74b1ae02c4195a1de6c0160f9c66e32</id>
    <committed-date>2009-03-05T03:30:19-08:00</committed-date>
    <authored-date>2009-03-05T03:30:19-08:00</authored-date>
    <message>Bacon should be loaded in bacon_spec.rb because this is run in a different process. Mocha should not be loaded in bacon_test.rb because it runs the Bacon spec in a different process and therefore Mocha is not needed.</message>
    <tree>05c65215fd9711409b005cab8628a363cc0cc623</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7999a1996be0e994b5ddef0dac6f8737538eba0</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/414cde3d50b78876cb912aad7d88ac5e31860460</url>
    <id>414cde3d50b78876cb912aad7d88ac5e31860460</id>
    <committed-date>2009-03-05T02:11:41-08:00</committed-date>
    <authored-date>2009-03-05T02:11:41-08:00</authored-date>
    <message>Don't monkey-patch MiniTest if it's already been monkey-patched by Mocha.</message>
    <tree>bf15062db06d42be8a0521fdcc79f8af5cb3d88c</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4a625823bfa61667e820f34dc5f27449bd31c62a</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/c7999a1996be0e994b5ddef0dac6f8737538eba0</url>
    <id>c7999a1996be0e994b5ddef0dac6f8737538eba0</id>
    <committed-date>2009-03-05T02:04:59-08:00</committed-date>
    <authored-date>2009-03-05T02:04:59-08:00</authored-date>
    <message>Don't monkey-patch Bacon if it's already been monkey-patched by Mocha.</message>
    <tree>c713e2739464ceb57ef543597cbe56652f333a8b</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65a80ca25a9ecac1a368a8a65ad3f2d0db586bb5</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/4a625823bfa61667e820f34dc5f27449bd31c62a</url>
    <id>4a625823bfa61667e820f34dc5f27449bd31c62a</id>
    <committed-date>2009-03-05T02:03:55-08:00</committed-date>
    <authored-date>2009-03-05T02:03:55-08:00</authored-date>
    <message>Confirm that Bacon::Context is defined before attempting to monkey-patch it.</message>
    <tree>f934dba84be38ea0bd0f8008b966a202ba939dd9</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b8cd7a29e7b0e65c39d39f6b36c1cc1aeebc31b5</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/65a80ca25a9ecac1a368a8a65ad3f2d0db586bb5</url>
    <id>65a80ca25a9ecac1a368a8a65ad3f2d0db586bb5</id>
    <committed-date>2009-03-05T02:02:30-08:00</committed-date>
    <authored-date>2009-03-05T02:02:30-08:00</authored-date>
    <message>As per commit 4e41149f, we should rely on the user to load Bacon before loading Mocha, rather than loading Bacon from within Mocha.</message>
    <tree>47e46db91692763a2d3e0fc7de837df42c0060b2</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e41149f1624f4ae48a54e3b68ff4ca8b6b865db</id>
      </parent>
    </parents>
    <author>
      <name>Ubiratan Pires Alberton</name>
      <email>u.alberton@gmail.com</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/b8cd7a29e7b0e65c39d39f6b36c1cc1aeebc31b5</url>
    <id>b8cd7a29e7b0e65c39d39f6b36c1cc1aeebc31b5</id>
    <committed-date>2009-03-05T01:44:06-08:00</committed-date>
    <authored-date>2009-02-09T03:44:49-08:00</authored-date>
    <message>Implemented Bacon integration.

Signed-off-by: Ubiratan Pires Alberton &lt;u.alberton@gmail.com&gt;

Signed-off-by: James Mead &lt;james@floehopper.org&gt;</message>
    <tree>c02dcf48248735bc0a616730f915e5e330d80bbf</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0bbdd98e308de56d6f8742e2b2ec96c45bca3418</id>
      </parent>
    </parents>
    <author>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </author>
    <url>http://github.com/floehopper/mocha/commit/4e41149f1624f4ae48a54e3b68ff4ca8b6b865db</url>
    <id>4e41149f1624f4ae48a54e3b68ff4ca8b6b865db</id>
    <committed-date>2009-03-04T11:15:43-08:00</committed-date>
    <authored-date>2009-03-04T11:15:43-08:00</authored-date>
    <message>Ken Collins reported [1] that Mocha is always loading MiniTest if it is available and loading it causes some Rails/ActionPack tests to break. I've removed the loading of MiniTest, but this now means the user has to ensure that if they want to use MiniTest in conjunction with Mocha, he must load MiniTest before loading Mocha. [1] http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2060</message>
    <tree>420273fbfcdfc3d98e433eed00b878dc25a9f507</tree>
    <committer>
      <name>James Mead</name>
      <email>james@floehopper.org</email>
    </committer>
  </commit>
</commits>
