about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <bofh@yhbt.net>2022-06-16 16:51:29 +0000
committerEric Wong <bofh@yhbt.net>2022-06-16 16:51:29 +0000
commite0efbc362b578d78f3c7f1fa584b2f9fd518c8d0 (patch)
treebde49969de2af2949b3cf34c834e85e22627bd6e
parenta16af8264d90782a5d0bcb4a8b5d6b707e57f0f0 (diff)
downloadclogger-2.4.0.tar.gz
Only 2 code changes, neither of which is really relevant for 99% of
users using the C extension and strict HTTP parsers.

      escape env['REQUEST_METHOD'] for non-strict HTTP servers
      pure: fix time.rb incompatibility in Ruby 3.1+
      doc: drop git:// URLs, use shorter domain for IMAP links
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--clogger.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 237b11a..8fc5dc1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.1
+DEF_VER=v2.4.0
 
 LF='
 '
diff --git a/clogger.gemspec b/clogger.gemspec
index 769b7ff..d461383 100644
--- a/clogger.gemspec
+++ b/clogger.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{clogger}
-  s.version = (ENV['VERSION'] || '2.1.0').dup
+  s.version = (ENV['VERSION'] || '2.4.0').dup
   s.homepage = 'https://YHBT.net/clogger/'
   s.authors = ["cloggers"]
   s.summary = 'configurable request logging for Rack'