about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-07-23 17:08:14 +0000
committerEric Wong <e@80x24.org>2018-07-23 17:08:14 +0000
commit75e65b8af51faf3c4f7a8303175a051d060eeb59 (patch)
treee39fff8d7b13cd25b066d90f5430b86c3d1c7912 /unicorn.gemspec
parent6802a50bbb68dd5450749d72f053a56560c19d89 (diff)
downloadunicorn-75e65b8af51faf3c4f7a8303175a051d060eeb59.tar.gz
This release quiets some warnings for Ruby 2.6 preview releases
and enables tests to pass under Ruby 1.9.3.  Otherwise, nothing
interesting for Ruby 2.0..2.5 users.  *YAWN*

Eric Wong (1):
      quiet some mismatched indentation warnings

Fumiaki MATSUSHIMA (1):
      Use IO#wait instead to fix test for Ruby 1.9
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index e43c60e..fb952b2 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.4.0').dup
+  s.version = (ENV['VERSION'] || '5.4.1').dup
   s.authors = ['unicorn hackers']
   s.summary = 'Rack HTTP server for fast clients and Unix'
   s.description = File.read('README').split("\n\n")[1]