1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Bump to 2.2.2

This commit is contained in:
Evan Phoenix 2013-07-02 11:41:03 -07:00
parent 7815652c80
commit d62a99aeca
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
=== 2.2.2 / 2013-07-02
* 1 bug fix:
* Fix restart_command in the config
=== 2.2.1 / 2013-07-02
* 1 minor feature:

View file

@ -28,7 +28,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "2.2.1".freeze
PUMA_VERSION = VERSION = "2.2.2".freeze
FAST_TRACK_KA_TIMEOUT = 0.2

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = "puma"
s.version = "2.2.1"
s.version = "2.2.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Evan Phoenix"]