about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-11-06 02:58:33 +0000
committerEric Wong <normalperson@yhbt.net>2012-11-06 02:58:33 +0000
commit7cff94a7ce127765e7ce1ce75a92f29e3a15e604 (patch)
tree195335a1f4903604912e09ac0894e96306203cda
parent31da4fee4f05cf3ba0359ae11c622440c01ff90b (diff)
downloadclogger-7cff94a7ce127765e7ce1ce75a92f29e3a15e604.tar.gz
This release enables the optional C extension on MRI Ruby 2.0.0
(and any other platform that builds C extensions).

For rare setups which do not specify a :logger or :path
parameter for Clogger#initialize, we are now Rack::Lint
compliant and call #write on env["rack.errors"] instead
of "<<"
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4251f36..4085f0e 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.0.GIT
+DEF_VER=v1.2.0
 
 LF='
 '