about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-05-21 00:03:47 +0000
committerEric Wong <normalperson@yhbt.net>2012-05-21 00:03:47 +0000
commit3a7387205dd5791a443215ae6b365865e0eacfa3 (patch)
treed0d273008243b0b50296fd3d66791baba8a148b2
parentea021e1fc14a8d7da23580767e6e6ac5db2aca9b (diff)
downloadraindrops-3a7387205dd5791a443215ae6b365865e0eacfa3.tar.gz
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!
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
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='
 '