about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-06 13:46:20 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-06 13:46:20 -0700
commit0420598d0007d9d816d55c698ed1f9ac4e206433 (patch)
tree7152c33e1453f551dbe9467fc440bac209a87989
parentcf543e57efa4b8d81121e712280bb6413719be35 (diff)
downloadclogger-0420598d0007d9d816d55c698ed1f9ac4e206433.tar.gz
This release should help ensure compatibility with a
to-be-released version of Rack::Lint that allows subclasses of
the core String and Hash objects for users of the optional C
extension.

Eric Wong (6):
      ext: convert non-Hashes #to_hash if possible
      ext: ensure all objects we byte_xs are Strings
      tests for subclassing
      gemspec: disable the license= field for older RubyGems
      GNUmakefile: fix grammar FAIL in comment
      cleanup packaging and website/rdoc
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/clogger.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 47770a8..4e7f0e3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.0.7.GIT
+DEF_VER=v0.1.0.GIT
 
 LF='
 '
diff --git a/lib/clogger.rb b/lib/clogger.rb
index e6f8b6d..bfbfd09 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 class Clogger
-  VERSION = '0.0.7'
+  VERSION = '0.1.0'
 
   OP_LITERAL = 0
   OP_REQUEST = 1