<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/rack/contrib/static_cache.rb</filename>
    </added>
    <added>
      <filename>test/documents/test</filename>
    </added>
    <added>
      <filename>test/spec_rack_static_cache.rb</filename>
    </added>
    <added>
      <filename>test/statics/test</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -25,6 +25,8 @@ interface:
   from file.
 * Rack::Signals - Installs signal handlers that are safely processed after
   a request
+* Rack::StaticCache - Modifies the response headers to facilitiate client and proxy caching for
+  static files that minimizes http requests and improves overall load times for second time visitors.
 * Rack::TimeZone - Detects the clients timezone using JavaScript and sets
   a variable in Rack's environment with the offset from UTC.
 * Rack::Evil - Lets the rack application return a response to the client from any place.</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -31,4 +31,5 @@ module Rack
   autoload :NotFound,                   &quot;rack/contrib/not_found&quot;
   autoload :ResponseCache,              &quot;rack/contrib/response_cache&quot;
   autoload :RelativeRedirect,           &quot;rack/contrib/relative_redirect&quot;
+  autoload :StaticCache,           	&quot;rack/contrib/static_cache&quot;
 end</diff>
      <filename>lib/rack/contrib.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b67459b07e7ecd22ecd18c4b10c0f81e3325b8bc</id>
    </parent>
  </parents>
  <author>
    <name>anupom syam</name>
    <email>anupom.syam@gmail.com</email>
  </author>
  <url>http://github.com/rack/rack-contrib/commit/3f42d3afe7323d322567d77cd404fb5bd8d9f1eb</url>
  <id>3f42d3afe7323d322567d77cd404fb5bd8d9f1eb</id>
  <committed-date>2009-06-05T22:51:47-07:00</committed-date>
  <authored-date>2009-05-26T15:36:57-07:00</authored-date>
  <message>Rack::StaticCache - auto cache headers for URLs with asset timestamps

Modifies response headers for client and proxy caching of static
files that minimizes http requests and improves overall load times
for second time visitors.

Signed-off-by: Ryan Tomayko &lt;rtomayko@gmail.com&gt;</message>
  <tree>e0fec44aa7eccba1c8c05c7cec78f213a1803310</tree>
  <committer>
    <name>Ryan Tomayko</name>
    <email>rtomayko@gmail.com</email>
  </committer>
</commit>
