From 3a7387205dd5791a443215ae6b365865e0eacfa3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 May 2012 00:03:47 +0000 Subject: [PATCH] raindrops 0.9.0 - minor middleware/proxy update Raindrops::Middleware::Proxy now forwards method_missing to the proxied body object. This allows compatibility with non-standard Rack extensions employed by some middlewares, applications, or servers. Thanks to Ben Somers for the feature! --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index b3d319c..63c979d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.8.1.GIT +DEF_VER=v0.9.0.GIT LF=' ' -- 2.11.4.GIT