README.rdoc in rack-rack-contrib-0.9.1 vs README.rdoc in rack-rack-contrib-0.9.2

- old
+ new

@@ -38,10 +38,12 @@ to Disk or a user provider Ruby object. Similar to Rails' page caching. * Rack::RelativeRedirect - Transforms relative paths in redirects to absolute URLs. * Rack::Backstage - Returns content of specified file if it exists, which makes it convenient for putting up maintenance pages. -* Rack::Format - Adds a format extension at the end of the URI when there is none, corresponding to the mime-type given in the Accept HTTP header. +* Rack::AcceptFormat - Adds a format extension at the end of the URI when there is none, corresponding to the mime-type given in the Accept HTTP header. +* Rack::HostMeta - Configures /host-meta using a block +* Rack::Cookies - Adds simple cookie jar hash to env === Use Git is the quickest way to the rack-contrib sources: