about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-21 09:07:52 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-21 09:07:52 +0000
commit1281d0b3cb5758d524af7e9f67094bcf936570b7 (patch)
tree013488f61224ae049e2fb5729d0311c45787373d
parentabb753d65398e96c29ce6a66069b0f8f1cc2a384 (diff)
downloadclogger-1281d0b3cb5758d524af7e9f67094bcf936570b7.tar.gz
Clogger now delegates all unknown methods to the response body
in cases where it needs to wrap the response body.  This allows
apps that use non-standard Rack extensions to continue working.

Eric Wong (4):
      pass along "to_io" calls to the body
      delegate method_missing calls to the response body
      pure: simpler autoload trigger
      switch to pkg.mk for maintenance tasks
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/clogger.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ce2977d..fa41b67 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.7.0.GIT
+DEF_VER=v0.8.0.GIT
 
 LF='
 '
diff --git a/lib/clogger.rb b/lib/clogger.rb
index 246381f..5542910 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -4,8 +4,8 @@ require 'rack'
 # See the README for usage instructions
 class Clogger
 
-  # the version of Clogger, currently 0.7.0
-  VERSION = '0.7.0'
+  # the version of Clogger, currently 0.8.0
+  VERSION = '0.8.0'
 
   # :stopdoc:
   OP_LITERAL = 0