about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-09 10:11:29 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-09 10:11:29 -0700
commit162110a29c6b3f4e3698151d83d998f24ed3768a (patch)
tree9f87849b04cca9306edb7d953d44454984108cf4
parent7eb0c4e29e567f02affc202b51eb277cbae43688 (diff)
downloadclogger-162110a29c6b3f4e3698151d83d998f24ed3768a.tar.gz
We now properly handle bodies that do not respond to the :close
method.  Additionally there small documentation/formatting
fixes.
-rw-r--r--lib/clogger.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clogger.rb b/lib/clogger.rb
index 44e6aa8..e6f8b6d 100644
--- a/lib/clogger.rb
+++ b/lib/clogger.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 class Clogger
-  VERSION = '0.0.6'
+  VERSION = '0.0.7'
 
   OP_LITERAL = 0
   OP_REQUEST = 1