From c95f184defc61cb9746f4efa1943ad6d755b95c1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 24 Dec 2020 20:28:58 +0000 Subject: unicorn 5.8.0 - rack.after_reply support This release supports env['rack.after_reply'] which allows rack middleware to pass lambdas to be executed after the client connection is closed, matching functionality in Puma. Thanks to Blake Williams for this patch: https://yhbt.net/unicorn-public/9873E53C-04D3-4759-9678-CA17DBAEF7B7@blakewilliams.me/ The top-level of our website is now simpler and no longer redundant with the contents of https://yhbt.net/unicorn/README.html (which contains the old content) --- unicorn.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unicorn.gemspec') diff --git a/unicorn.gemspec b/unicorn.gemspec index fab7663..7df0b16 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -11,7 +11,7 @@ end.compact Gem::Specification.new do |s| s.name = %q{unicorn} - s.version = (ENV['VERSION'] || '5.7.0').dup + s.version = (ENV['VERSION'] || '5.8.0').dup s.authors = ['unicorn hackers'] s.summary = 'Rack HTTP server for fast clients and Unix' s.description = File.read('README').split("\n\n")[1] -- cgit v1.2.3-24-ge0c7