From 0abc76611fe3438dd5b152257f9ba9028c536ed3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 14 Jan 2011 14:43:17 -0800 Subject: clogger 0.7.0 - portability improvements, cleanups Broken/crazy systems without CLOCK_MONOTONIC (in varying degrees) and/or clock_gettime() should be supported by using gettimeofday(). Thanks to Lawrence Pit for reporting and helping us test. The Clogger::ToPath proxy class is gone, Clogger itself can proxy to_path/close calls correctly to the response body. $time_utc with a default strftime-format is now supported, and time formats can now be arbitrarily long in the C extension. --- lib/clogger.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/clogger.rb b/lib/clogger.rb index 170dd21..1769f48 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.6.0 - VERSION = '0.6.0' + # the version of Clogger, currently 0.7.0 + VERSION = '0.7.0' # :stopdoc: OP_LITERAL = 0 -- cgit v1.2.3-24-ge0c7