<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>7c253c2f80db0f9cf23640347bb70cc28282a8c3</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake@shake.local</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/056bd7bb770884d064c4a94e23cd16d38b11c474</url>
    <id>056bd7bb770884d064c4a94e23cd16d38b11c474</id>
    <committed-date>2009-12-17T18:26:47-08:00</committed-date>
    <authored-date>2009-12-17T18:25:18-08:00</authored-date>
    <message>closes #308 - Depricate use_in_file_templates! in favor of slurp_file_templates</message>
    <tree>d231603b670d1f3ae5481919717aa25402a1efa1</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake@shake.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b00d5054ede50fa84a4525b219dd6fa92b04a08</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/7c253c2f80db0f9cf23640347bb70cc28282a8c3</url>
    <id>7c253c2f80db0f9cf23640347bb70cc28282a8c3</id>
    <committed-date>2009-12-14T02:50:04-08:00</committed-date>
    <authored-date>2009-12-14T02:47:57-08:00</authored-date>
    <message>Revert 7f5d4df Deprecate Sinatra::Default, use Sinatra::Application

We're not sure what we want to do with Default yet but it's
most likely not going to end up as a simple alias for Application.
This reverts Default back to the 0.9.x behavior. See #312 in
lighthouse for more on this:

http://sinatra.lighthouseapp.com/projects/9779/tickets/312</message>
    <tree>f437779347cd4f602a0689cae9047cfb26c2cb4c</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e20797047d0f0de925810892942411e27ea9cf19</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/1b00d5054ede50fa84a4525b219dd6fa92b04a08</url>
    <id>1b00d5054ede50fa84a4525b219dd6fa92b04a08</id>
    <committed-date>2009-12-14T02:50:04-08:00</committed-date>
    <authored-date>2009-12-14T02:40:38-08:00</authored-date>
    <message>Update file manifest in gemspec</message>
    <tree>73162db8e4b3ff8c44d5b5bb3d25a72e762feedd</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e14c700b1814540fb70702cead90e222eedfd6a8</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake@shake.local</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/e20797047d0f0de925810892942411e27ea9cf19</url>
    <id>e20797047d0f0de925810892942411e27ea9cf19</id>
    <committed-date>2009-12-13T20:50:12-08:00</committed-date>
    <authored-date>2009-12-09T22:11:02-08:00</authored-date>
    <message>passing a block to #pass will not 404, but eval the block

This is huge for writing extensions that install routes.
The developer can set the block to do default behaviour
if the app that registered the extension has not, or does
not want to, customize the route.

example:

  # MyFooExt
  ...
  def self.registered(app)
    app.get &quot;/foo&quot; do
      do_foo_things
      pass do
        &quot;You hit foo!&quot;
      end
    end
  end

At this point, as the user of MyFooExt, I can let the default
behaviour happen or override:

  # MySinatraApp
  require 'sinatra/my_foo_ext'

  class MySinatraApp &lt; Sinatra::Base
    register MyFooExt

    get &quot;/foo&quot; do
      # MyFooExt has done do_foo_things
      do_our_foo_things
      &quot;All foo things done&quot;
    end
  end</message>
    <tree>b86d593d14a632c9ba2d7eec5d7569dd5e57be3c</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake@shake.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>973831e470560546e9f4a3e81658cd346aad3b04</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/e14c700b1814540fb70702cead90e222eedfd6a8</url>
    <id>e14c700b1814540fb70702cead90e222eedfd6a8</id>
    <committed-date>2009-12-13T12:35:39-08:00</committed-date>
    <authored-date>2009-12-13T12:35:39-08:00</authored-date>
    <message>Update CHANGES with new features and obsoletions</message>
    <tree>91249a19091bd23997fbe0d8403e40c8aab0bd60</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>03dcff7318e1e85dc67292c4ecddf2f0113ced94</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/973831e470560546e9f4a3e81658cd346aad3b04</url>
    <id>973831e470560546e9f4a3e81658cd346aad3b04</id>
    <committed-date>2009-12-13T12:34:40-08:00</committed-date>
    <authored-date>2009-12-13T12:34:40-08:00</authored-date>
    <message>Add -h &lt;host&gt; argument for binding to specific address</message>
    <tree>ac9f5d0f32925f47e769d6dc21f20aaf2cbadb5d</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f6aaadf082e977c6655fbb85f440367969508f36</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/03dcff7318e1e85dc67292c4ecddf2f0113ced94</url>
    <id>03dcff7318e1e85dc67292c4ecddf2f0113ced94</id>
    <committed-date>2009-12-13T12:23:38-08:00</committed-date>
    <authored-date>2009-12-13T12:23:38-08:00</authored-date>
    <message>Typo in README</message>
    <tree>9d9573fbf39eb04d85539e854c8944eb1c884fb0</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20f6d0a1565e73f6e94effd8ce6782071a247652</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/f6aaadf082e977c6655fbb85f440367969508f36</url>
    <id>f6aaadf082e977c6655fbb85f440367969508f36</id>
    <committed-date>2009-12-13T11:45:28-08:00</committed-date>
    <authored-date>2009-12-13T11:45:28-08:00</authored-date>
    <message>Upgrade Tilt to 0.4</message>
    <tree>0016a48d433070bbcdd7fa81e8e00ff30b6d1946</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ef1af585784d881678c73185b194cbc63d1826f</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/20f6d0a1565e73f6e94effd8ce6782071a247652</url>
    <id>20f6d0a1565e73f6e94effd8ce6782071a247652</id>
    <committed-date>2009-12-11T14:32:39-08:00</committed-date>
    <authored-date>2009-12-11T14:28:22-08:00</authored-date>
    <message>Don't reraise in at_exit, doesn't make sense [#282]</message>
    <tree>9a71627785a7c6ad8f0b8da87e75cfe0646fe6f3</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fb547660bbd9adaaeece0842eb4777711bef44cc</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake@shake.local</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/7ef1af585784d881678c73185b194cbc63d1826f</url>
    <id>7ef1af585784d881678c73185b194cbc63d1826f</id>
    <committed-date>2009-12-06T19:42:34-08:00</committed-date>
    <authored-date>2009-12-06T19:42:34-08:00</authored-date>
    <message>quick refactoring of #error</message>
    <tree>54b097555ea031072dc8100fcb8c054c2a51eca7</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake@shake.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2af0109912117d66f854e5802de310eb38fdd74d</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/fb547660bbd9adaaeece0842eb4777711bef44cc</url>
    <id>fb547660bbd9adaaeece0842eb4777711bef44cc</id>
    <committed-date>2009-11-28T03:25:56-08:00</committed-date>
    <authored-date>2009-11-28T03:25:29-08:00</authored-date>
    <message>Use puts instead of write in dump_errors; need the new line</message>
    <tree>719827143ad6c267dbfa57c029e3b36a58fafd98</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b7c7ba80337ce70ac4ec3c40f2baa33b21a082d2</id>
      </parent>
    </parents>
    <author>
      <name>t_huehn@gmx.de</name>
      <email>t_huehn@gmx.de</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/2af0109912117d66f854e5802de310eb38fdd74d</url>
    <id>2af0109912117d66f854e5802de310eb38fdd74d</id>
    <committed-date>2009-11-28T03:25:56-08:00</committed-date>
    <authored-date>2009-11-28T00:19:20-08:00</authored-date>
    <message>Update docs with arg name change</message>
    <tree>66579fba3828a987da146cf5bb3b53c5f44d18ea</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e50ddbc79e5bc37f361b429775c82e687e907ac</id>
      </parent>
    </parents>
    <author>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/b7c7ba80337ce70ac4ec3c40f2baa33b21a082d2</url>
    <id>b7c7ba80337ce70ac4ec3c40f2baa33b21a082d2</id>
    <committed-date>2009-11-23T01:16:14-08:00</committed-date>
    <authored-date>2009-11-23T01:16:14-08:00</authored-date>
    <message>not last, and surely not least, Ari</message>
    <tree>28ad57848282c316017fdeb441245c0e4e5afdc2</tree>
    <committer>
      <name>Blake Mizerany</name>
      <email>blake.mizerany@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3755308b94a5861e1f2b4c38d15b166d0b991ef</id>
      </parent>
    </parents>
    <author>
      <name>Jimmy Schementi</name>
      <email>jschementi@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/4e50ddbc79e5bc37f361b429775c82e687e907ac</url>
    <id>4e50ddbc79e5bc37f361b429775c82e687e907ac</id>
    <committed-date>2009-11-11T07:32:10-08:00</committed-date>
    <authored-date>2008-12-21T18:36:14-08:00</authored-date>
    <message>Adds after filters

Originally by jschementi (http://bit.ly/1RTt2H)
Updated for Sinatra 1.0 by rtomayko</message>
    <tree>2678ff6d885a649092a32786a13b10dd9edc8275</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d8b333af44886016eeedda18da2855549beffff</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/f3755308b94a5861e1f2b4c38d15b166d0b991ef</url>
    <id>f3755308b94a5861e1f2b4c38d15b166d0b991ef</id>
    <committed-date>2009-11-04T17:41:06-08:00</committed-date>
    <authored-date>2009-11-04T17:41:06-08:00</authored-date>
    <message>Update Tilt to 1fdc1bf</message>
    <tree>a6d3336fa166f5f73422cffb806c8774c5966378</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af1ee6ae94f4eeb438ce2273055b8c129bfece2a</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/6d8b333af44886016eeedda18da2855549beffff</url>
    <id>6d8b333af44886016eeedda18da2855549beffff</id>
    <committed-date>2009-10-17T16:19:42-07:00</committed-date>
    <authored-date>2009-10-17T16:17:37-07:00</authored-date>
    <message>Update README re. mime_type</message>
    <tree>12cc704d15f57ec9ec6d3aa97d1c8d3e6f6a65a0</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1b2ab3a269b020024bb3854b93247f8f76f171e1</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/af1ee6ae94f4eeb438ce2273055b8c129bfece2a</url>
    <id>af1ee6ae94f4eeb438ce2273055b8c129bfece2a</id>
    <committed-date>2009-10-17T16:18:53-07:00</committed-date>
    <authored-date>2009-10-14T04:01:06-07:00</authored-date>
    <message>Get rid of Default

TODO: clean the options^Wsettings test</message>
    <tree>2d3f913148a700ca1eed0c0eeeaaa5fdc66ba494</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5c6332c358d95832fcf52adc86a7a9094c650bcc</id>
      </parent>
    </parents>
    <author>
      <name>Dylan Egan</name>
      <email>me@dylanegan.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/1b2ab3a269b020024bb3854b93247f8f76f171e1</url>
    <id>1b2ab3a269b020024bb3854b93247f8f76f171e1</id>
    <committed-date>2009-10-17T16:04:54-07:00</committed-date>
    <authored-date>2009-10-11T23:22:01-07:00</authored-date>
    <message>ERubis support in to sinatra. With tests!

Signed-off-by: Simon Rozet &lt;simon@rozet.name&gt;</message>
    <tree>7761feb593bd20d0e965903206b29d14a8ef5cb8</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c4263e29459163a41d2a0b89f6263e4e31c205a2</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/5c6332c358d95832fcf52adc86a7a9094c650bcc</url>
    <id>5c6332c358d95832fcf52adc86a7a9094c650bcc</id>
    <committed-date>2009-10-16T22:19:48-07:00</committed-date>
    <authored-date>2009-10-16T22:19:48-07:00</authored-date>
    <message>use settings in preference to both options and self.class</message>
    <tree>47aa318436b5ce7645101c9729f646c0e277650e</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d228993e31d44a13b4b9c1bf0d3317d5ea4ea6c</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/c4263e29459163a41d2a0b89f6263e4e31c205a2</url>
    <id>c4263e29459163a41d2a0b89f6263e4e31c205a2</id>
    <committed-date>2009-10-16T22:01:56-07:00</committed-date>
    <authored-date>2009-10-16T22:01:55-07:00</authored-date>
    <message>allow non-bundled tilt to be loaded

Tries to require 'tilt' before falling back on the
bundled version - 'sinatra/tilt'. This should result
in any tilt on the $LOAD_PATH overriding the bundled
version.</message>
    <tree>1eacd21e8004d7c820e2e71533498bc4b2763eea</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>688e46630ae9fd012dc0da9f51dbf972fe4f4c3f</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/5d228993e31d44a13b4b9c1bf0d3317d5ea4ea6c</url>
    <id>5d228993e31d44a13b4b9c1bf0d3317d5ea4ea6c</id>
    <committed-date>2009-10-12T02:02:07-07:00</committed-date>
    <authored-date>2009-10-04T07:42:54-07:00</authored-date>
    <message>Add #mime_type to the delagator</message>
    <tree>19463159dcc9457d1ba11ba4ede6b9a484d38e69</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5da3460f90e7fecdb8e8edca8f0ced532a2c9831</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/688e46630ae9fd012dc0da9f51dbf972fe4f4c3f</url>
    <id>688e46630ae9fd012dc0da9f51dbf972fe4f4c3f</id>
    <committed-date>2009-10-12T02:02:07-07:00</committed-date>
    <authored-date>2009-10-04T07:41:48-07:00</authored-date>
    <message>Remove #mime in main.rb</message>
    <tree>c6b599ec59106f02311b3197384addd43b400c98</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>31bf02608731e3e02792d89671189c449f0a3369</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/5da3460f90e7fecdb8e8edca8f0ced532a2c9831</url>
    <id>5da3460f90e7fecdb8e8edca8f0ced532a2c9831</id>
    <committed-date>2009-10-12T02:02:07-07:00</committed-date>
    <authored-date>2009-10-04T07:41:03-07:00</authored-date>
    <message>Allow to register a mime type with mime_type</message>
    <tree>4f95f9b3c6027c19d2aaddd7f19c97372aeb01b9</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df210273d463d3c1fd025279ed268db17382ffed</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/31bf02608731e3e02792d89671189c449f0a3369</url>
    <id>31bf02608731e3e02792d89671189c449f0a3369</id>
    <committed-date>2009-10-12T02:02:06-07:00</committed-date>
    <authored-date>2009-10-04T07:12:14-07:00</authored-date>
    <message>Rename media_type to mime_type for symmetry with Rack::Mime.mime_type</message>
    <tree>a69309360c081fca8f0eb094b145a7a9dc23c089</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>edcf07ee053bdf9856fd00ba5b4fa22264f2e781</id>
      </parent>
    </parents>
    <author>
      <name>Chris Wanstrath</name>
      <email>chris@ozmm.org</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/df210273d463d3c1fd025279ed268db17382ffed</url>
    <id>df210273d463d3c1fd025279ed268db17382ffed</id>
    <committed-date>2009-10-12T01:59:35-07:00</committed-date>
    <authored-date>2009-10-11T13:36:39-07:00</authored-date>
    <message>Adds a #settings method which #options is alised to.

I propose options be renamed &quot;settings&quot; - the nomenclature is perhaps more
appropriate.

set &amp; settings vs set &amp; options</message>
    <tree>73d94560f1d7e4d9060340df25655b07dcdcb8ac</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e3a9f9e3b816fddbe7f7705e3ac9a0fd1507a8ab</id>
      </parent>
    </parents>
    <author>
      <name>kematzy</name>
      <email>kematzy@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/edcf07ee053bdf9856fd00ba5b4fa22264f2e781</url>
    <id>edcf07ee053bdf9856fd00ba5b4fa22264f2e781</id>
    <committed-date>2009-10-12T00:53:10-07:00</committed-date>
    <authored-date>2009-10-08T01:18:03-07:00</authored-date>
    <message>Updated gemspec and fixed rake install error

When running rake install I would get this error:

$ rake install
(in .../sinatra)
updated sinatra.gemspec
rake aborted!
Don't know how to build task 'test/render_backtrace_test.rb'</message>
    <tree>f679b203def6d61f2f7041481fbde12b27403134</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>77aa857c71651e599056777cab073b26dfc83f5c</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/e3a9f9e3b816fddbe7f7705e3ac9a0fd1507a8ab</url>
    <id>e3a9f9e3b816fddbe7f7705e3ac9a0fd1507a8ab</id>
    <committed-date>2009-10-11T21:39:55-07:00</committed-date>
    <authored-date>2009-10-11T21:39:55-07:00</authored-date>
    <message>update CHANGES file with recent changes</message>
    <tree>b5f513f2d81b8c40cb554c866d8f649122def539</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>341e3369d11947e74a07073d96cd8f20eb1565d0</id>
      </parent>
    </parents>
    <author>
      <name>Homer Simpson</name>
      <email>homer@icarus.(none)</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/77aa857c71651e599056777cab073b26dfc83f5c</url>
    <id>77aa857c71651e599056777cab073b26dfc83f5c</id>
    <committed-date>2009-10-04T16:21:00-07:00</committed-date>
    <authored-date>2009-09-25T15:28:09-07:00</authored-date>
    <message>added rake task for rcov</message>
    <tree>b7c092dcccbd8aacfc21a89088add2a342170e0c</tree>
    <committer>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6ea22bb8ff4c8354328db4fa60023c7d494c9bf</id>
      </parent>
    </parents>
    <author>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/341e3369d11947e74a07073d96cd8f20eb1565d0</url>
    <id>341e3369d11947e74a07073d96cd8f20eb1565d0</id>
    <committed-date>2009-10-04T06:52:10-07:00</committed-date>
    <authored-date>2009-10-03T06:01:51-07:00</authored-date>
    <message>Stop disabling sessions in test environement

Manually `disable :sessions` if you want to manually pass in
the `rack.session` env key in your tests.</message>
    <tree>7982b44166ddadf31f9fe01873ef4aaf6c506cc2</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9b1efa9d55d8b08e935d982fc56e141e66d02fb9</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Tomayko</name>
      <email>rtomayko@gmail.com</email>
    </author>
    <url>http://github.com/bmizerany/sinatra/commit/c6ea22bb8ff4c8354328db4fa60023c7d494c9bf</url>
    <id>c6ea22bb8ff4c8354328db4fa60023c7d494c9bf</id>
    <committed-date>2009-10-04T06:27:18-07:00</committed-date>
    <authored-date>2009-06-08T01:52:02-07:00</authored-date>
    <message>Add cache_control and expires helper methods [#247]</message>
    <tree>ed78e0304a2c5373656bf08b294e987f9319812f</tree>
    <committer>
      <name>Simon Rozet</name>
      <email>simon@rozet.name</email>
    </committer>
  </commit>
</commits>
