about summary refs log tree commit homepage
path: root/lib
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 /lib
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
Diffstat (limited to 'lib')
-rw-r--r--lib/clogger.rb4
1 files changed, 2 insertions, 2 deletions
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