<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>3fe38020565ab0dd52d12bd17543680aedf19ef6</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/02767010ae4d1d452cdcdf837beef63417b0749a</url>
    <id>02767010ae4d1d452cdcdf837beef63417b0749a</id>
    <committed-date>2009-12-15T15:27:01-08:00</committed-date>
    <authored-date>2009-12-15T15:27:01-08:00</authored-date>
    <message>next version is 0.1.1</message>
    <tree>0f092e1856d6f73af916a7aa2e8d837e8fef2ebe</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cebb313701b5fac0303312413c2e4d588c32ecf5</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/3fe38020565ab0dd52d12bd17543680aedf19ef6</url>
    <id>3fe38020565ab0dd52d12bd17543680aedf19ef6</id>
    <committed-date>2009-12-15T15:25:58-08:00</committed-date>
    <authored-date>2009-12-15T15:25:58-08:00</authored-date>
    <message>move from custom v2 stuff to toadhopper for posting to hoptoad, it simplified the code greatly.  Also moving from Rack::HoptoadNotifier to Rack::Hoptoad as the constant your middleware uses.  Also moved to a more rack like require line, check the README for the latest example usage</message>
    <tree>ea4d04ca06838a344d65c94088a60086f45bddc8</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8f118783a55f365e090c89f4cf1d31e9ee350ff</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/cebb313701b5fac0303312413c2e4d588c32ecf5</url>
    <id>cebb313701b5fac0303312413c2e4d588c32ecf5</id>
    <committed-date>2009-12-01T16:15:34-08:00</committed-date>
    <authored-date>2009-12-01T16:15:34-08:00</authored-date>
    <message>next version is 0.0.6</message>
    <tree>04a94137deff62b8d224c0d66317b61c5244c9b0</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>817d016ef4b382a195baee8b164ed5bd1d2e1b9a</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/a8f118783a55f365e090c89f4cf1d31e9ee350ff</url>
    <id>a8f118783a55f365e090c89f4cf1d31e9ee350ff</id>
    <committed-date>2009-12-01T16:13:58-08:00</committed-date>
    <authored-date>2009-12-01T16:13:58-08:00</authored-date>
    <message>slight formatting tweak</message>
    <tree>20c4d32b92ce22c91b3e910a88e7f0f91b4f8ea2</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8dbe6a6101d0e368ec25adf906aa214200d75d0d</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/817d016ef4b382a195baee8b164ed5bd1d2e1b9a</url>
    <id>817d016ef4b382a195baee8b164ed5bd1d2e1b9a</id>
    <committed-date>2009-11-29T15:33:27-08:00</committed-date>
    <authored-date>2009-11-29T15:33:27-08:00</authored-date>
    <message>fix formatting of the notice document, the params/environment guards should go away when the new version of toadhopper is released</message>
    <tree>931a8c13d51403f9154029bc4c57c7f358d68538</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ebf77cc5cc47e09e045131d8fd7459071625b0fe</id>
      </parent>
    </parents>
    <author>
      <name>Winton Welsh</name>
      <email>winton@Winton-Welshs-MacBook-Pro-17.local</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/8dbe6a6101d0e368ec25adf906aa214200d75d0d</url>
    <id>8dbe6a6101d0e368ec25adf906aa214200d75d0d</id>
    <committed-date>2009-11-29T03:04:24-08:00</committed-date>
    <authored-date>2009-11-29T03:00:39-08:00</authored-date>
    <message>Only render the &lt;params&gt; and &lt;cgi-data&gt; tags if they have child elements

* Fixes Hoptoad API failure: &quot;Element 'params': Missing child element(s). Expected is ( var ).&quot;</message>
    <tree>f9e60e1c04788565285415c0c5161b6d56ad08db</tree>
    <committer>
      <name>Winton Welsh</name>
      <email>winton@Winton-Welshs-MacBook-Pro-17.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f14d9ea2a8da68f0f135d1e71924a1d4a6bafc8</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/ebf77cc5cc47e09e045131d8fd7459071625b0fe</url>
    <id>ebf77cc5cc47e09e045131d8fd7459071625b0fe</id>
    <committed-date>2009-11-20T17:06:14-08:00</committed-date>
    <authored-date>2009-11-20T17:06:14-08:00</authored-date>
    <message>next version is 0.0.5</message>
    <tree>4b2d74c5ff2443b4aa6ac27b5e3bfb0dd5d72ca8</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5194bcb754d081a95dbcd3f25eb70e9781f84dcb</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/1f14d9ea2a8da68f0f135d1e71924a1d4a6bafc8</url>
    <id>1f14d9ea2a8da68f0f135d1e71924a1d4a6bafc8</id>
    <committed-date>2009-11-20T16:58:25-08:00</committed-date>
    <authored-date>2009-11-20T16:58:25-08:00</authored-date>
    <message>update to the v2 api of hoptoad to silence their warning emails</message>
    <tree>f6f08f8affcfcced4557e139841e704665ca4613</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aee6c11bedb6ca21bbfa743a95cae77af1860c5a</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/5194bcb754d081a95dbcd3f25eb70e9781f84dcb</url>
    <id>5194bcb754d081a95dbcd3f25eb70e9781f84dcb</id>
    <committed-date>2009-05-14T17:40:28-07:00</committed-date>
    <authored-date>2009-05-14T17:40:28-07:00</authored-date>
    <message>document how to get this working in a sinatra app</message>
    <tree>8cf06fc34e2b1e6e190007a139c9d1c00eedb0a8</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38a7852c38ca7749964b9516f6bb1af60ee21f91</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/aee6c11bedb6ca21bbfa743a95cae77af1860c5a</url>
    <id>aee6c11bedb6ca21bbfa743a95cae77af1860c5a</id>
    <committed-date>2009-05-14T16:43:29-07:00</committed-date>
    <authored-date>2009-05-14T16:43:29-07:00</authored-date>
    <message>add support and specs for using the environment filters code</message>
    <tree>bb1f716e5ec234a9800648c8d5ae28d24873e86d</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b002b9e95781cfcb7248ab8c4695a61cec07c6d3</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/38a7852c38ca7749964b9516f6bb1af60ee21f91</url>
    <id>38a7852c38ca7749964b9516f6bb1af60ee21f91</id>
    <committed-date>2009-05-13T20:13:37-07:00</committed-date>
    <authored-date>2009-05-13T20:13:37-07:00</authored-date>
    <message>next version is 0.0.4</message>
    <tree>56bdbf0f0a814920242cab0fc9563c559b373194</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cac1926f748590aecae77ad8637de2e06172b2bb</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/b002b9e95781cfcb7248ab8c4695a61cec07c6d3</url>
    <id>b002b9e95781cfcb7248ab8c4695a61cec07c6d3</id>
    <committed-date>2009-05-13T18:56:15-07:00</committed-date>
    <authored-date>2009-05-13T18:56:15-07:00</authored-date>
    <message>support older versions of rack, 0.9.1 doesn't have a path method.  Thanks to Michael Jones(mjfreshyfresh)</message>
    <tree>9854a430d5f89b472f730e9424adcc3387978475</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>088589c0b11beb4d9c3341f2c827cd10770730a2</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/cac1926f748590aecae77ad8637de2e06172b2bb</url>
    <id>cac1926f748590aecae77ad8637de2e06172b2bb</id>
    <committed-date>2009-05-11T11:29:42-07:00</committed-date>
    <authored-date>2009-05-11T11:29:42-07:00</authored-date>
    <message>next version is 0.0.3</message>
    <tree>000b49440727edb09e3a2dc67ad79920aa3dd3a0</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d49e3efb4e929c839d02b408063b9df15caf3fa</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/088589c0b11beb4d9c3341f2c827cd10770730a2</url>
    <id>088589c0b11beb4d9c3341f2c827cd10770730a2</id>
    <committed-date>2009-05-11T11:29:15-07:00</committed-date>
    <authored-date>2009-05-11T11:29:15-07:00</authored-date>
    <message>bump to 0.0.2</message>
    <tree>72e1c3575f29b6ee5ba3eed67d4c9e93beb73276</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>584e2d24a1b8c7c31bc48be2c7e74d07efeec36b</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/6d49e3efb4e929c839d02b408063b9df15caf3fa</url>
    <id>6d49e3efb4e929c839d02b408063b9df15caf3fa</id>
    <committed-date>2009-05-11T10:58:54-07:00</committed-date>
    <authored-date>2009-05-11T10:58:54-07:00</authored-date>
    <message>only require rack 0.9.1 and greater, should make it easier to use w/ existing applications</message>
    <tree>9512cc35c39061dcd1209730c64de92273b68dc3</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f50cff3458399df71458c693831363ea709a2a1</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/584e2d24a1b8c7c31bc48be2c7e74d07efeec36b</url>
    <id>584e2d24a1b8c7c31bc48be2c7e74d07efeec36b</id>
    <committed-date>2009-05-11T10:45:02-07:00</committed-date>
    <authored-date>2009-05-11T10:45:02-07:00</authored-date>
    <message>add the request path to the query params, kinda ghetto but informative</message>
    <tree>267baeb48d3aa29955bf35257469ddcf1bc3a80e</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>286b302ac9c443be267d0a230cf45d73dba46bf5</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/5f50cff3458399df71458c693831363ea709a2a1</url>
    <id>5f50cff3458399df71458c693831363ea709a2a1</id>
    <committed-date>2009-05-11T09:42:32-07:00</committed-date>
    <authored-date>2009-05-11T09:42:32-07:00</authored-date>
    <message>only rescue certain types of exceptions, i need to filter through showexceptions.rb more to get this solid</message>
    <tree>8a4e971847c669ac93edb624eef70409254e7021</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85bf4dbc4f050e302f70f6487ad87a1d952c6031</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/286b302ac9c443be267d0a230cf45d73dba46bf5</url>
    <id>286b302ac9c443be267d0a230cf45d73dba46bf5</id>
    <committed-date>2009-05-11T09:40:04-07:00</committed-date>
    <authored-date>2009-05-11T09:40:04-07:00</authored-date>
    <message>tim informed me that RACK_ENV will be exported automatically via my passenger env, so nuking it from the docs</message>
    <tree>e64c195fdbb611c738a30d6b149b49b4e1ec4aa0</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a36ff19b04e04887aa167f775a5712bff8b4b108</id>
      </parent>
    </parents>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/85bf4dbc4f050e302f70f6487ad87a1d952c6031</url>
    <id>85bf4dbc4f050e302f70f6487ad87a1d952c6031</id>
    <committed-date>2009-05-11T09:34:48-07:00</committed-date>
    <authored-date>2009-05-11T09:34:48-07:00</authored-date>
    <message>add info so people know they can install straight up from rubygems</message>
    <tree>3e507cf7057e199e3e01c86763363026f35eb8ee</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </author>
    <url>http://github.com/atmos/rack_hoptoad/commit/a36ff19b04e04887aa167f775a5712bff8b4b108</url>
    <id>a36ff19b04e04887aa167f775a5712bff8b4b108</id>
    <committed-date>2009-05-10T17:14:06-07:00</committed-date>
    <authored-date>2009-05-10T17:14:06-07:00</authored-date>
    <message>initial import of the hoptoad notifier code.  i'd really like to see this get cleaned up and support a lot of the stuff that the rails one does</message>
    <tree>bb8820ae4729ab54ea9837bcbed0f424e80e2c1f</tree>
    <committer>
      <name>Corey Donohoe</name>
      <email>atmos@atmos.org</email>
    </committer>
  </commit>
</commits>
