From 1281d0b3cb5758d524af7e9f67094bcf936570b7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Jan 2011 09:07:52 +0000 Subject: clogger 0.8.0 - delegating away! 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 --- GIT-VERSION-GEN | 2 +- lib/clogger.rb | 4 ++-- 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 -- cgit v1.2.3-24-ge0c7