From 2c347116305338710331d238fefa23f00e98cf54 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Sep 2020 02:07:18 +0000 Subject: unicorn 5.7.0 Relaxed Ruby version requirements for Ruby 3.0.0dev. Thanks to Jean Boussier for testing --- GIT-VERSION-GEN | 2 +- unicorn.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 19d4a64..7ffc902 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -DEF_VER = "v5.6.0" +DEF_VER = "v5.7.0" CONSTANT = "Unicorn::Const::UNICORN_VERSION" RVF = "lib/unicorn/version.rb" GVF = "GIT-VERSION-FILE" diff --git a/unicorn.gemspec b/unicorn.gemspec index e6af44d..fab7663 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.6.0').dup + s.version = (ENV['VERSION'] || '5.7.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