rack 3.x compatibility
commit6b0768f8791c5d6dd2e8a5aea0da76d46549477e
authorStefan Sundin <git@stefansundin.com>
Sun, 28 Jan 2024 01:23:00 +0000 (27 17:23 -0800)
committerEric Wong <bofh@yhbt.net>
Thu, 1 Feb 2024 07:17:42 +0000 (1 07:17 +0000)
tree4e13b686f9afec6ea9f74c5cf0faaec597379cfd
parent2991f00afa4e445214f3b997bb37cb746c01cd2d
rack 3.x compatibility

Rack::Utils::HeaderHash will be removed in rack 3.1 so these changes mostly
address that. The initializer in Rack::Headers inherits from Hash, so
switching to the ::[] class method to achieve the same result.
clogger.gemspec
ext/clogger_ext/clogger.c
lib/clogger/pure.rb
test/test_clogger.rb
test/test_clogger_to_path.rb