From 04ac0bbb1a7eb6d36d80a33e5798c7bbd62455ef Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 25 Dec 2010 00:59:58 -0800 Subject: clogger 0.6.0 - :path shortcut, minor bugfixes Clogger may now be initialized with a :path instead of :logger to avoid typing "::File" in config.ru files to avoid conflicting with the completely-unrelated Rack::File. $request_time is now uses the monotonic clock, making it immune to system clock changes. $usec and $msec statements were completely broken in the pure-Ruby code and now fixed. Rubinius is supported by the optional C extension as well, the pure-Ruby code always worked. --- 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 9ae4282..6eb2f70 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.5.0.GIT +DEF_VER=v0.6.0.GIT LF=' ' diff --git a/lib/clogger.rb b/lib/clogger.rb index 0eeea5b..d0f6fb4 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.5.0 - VERSION = '0.5.0' + # the version of Clogger, currently 0.6.0 + VERSION = '0.6.0' # :stopdoc: OP_LITERAL = 0 -- cgit v1.2.3-24-ge0c7