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:
parent
7815652c80
commit
d62a99aeca
3 changed files with 8 additions and 2 deletions
|
@ -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
|
=== 2.2.1 / 2013-07-02
|
||||||
|
|
||||||
* 1 minor feature:
|
* 1 minor feature:
|
||||||
|
|
|
@ -28,7 +28,7 @@ module Puma
|
||||||
# too taxing on performance.
|
# too taxing on performance.
|
||||||
module Const
|
module Const
|
||||||
|
|
||||||
PUMA_VERSION = VERSION = "2.2.1".freeze
|
PUMA_VERSION = VERSION = "2.2.2".freeze
|
||||||
|
|
||||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "puma"
|
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.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Evan Phoenix"]
|
s.authors = ["Evan Phoenix"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue