puma 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puma might be problematic. Click here for more details.

@@ -1,3 +1,19 @@
1
+ === 2.2.2 / 2013-07-02
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fix restart_command in the config
6
+
7
+ === 2.2.1 / 2013-07-02
8
+
9
+ * 1 minor feature:
10
+
11
+ * Introduce preload flag
12
+
13
+ * 1 bug fix:
14
+
15
+ * Pass custom restart command in JRuby
16
+
1
17
  === 2.2.0 / 2013-07-01
2
18
 
3
19
  * 1 major feature:
@@ -212,7 +212,7 @@ module Puma
212
212
  # to puma, as those are the same as the original process.
213
213
  #
214
214
  def restart_command(cmd)
215
- @options[:request_cmd] = cmd
215
+ @options[:restart_cmd] = cmd
216
216
  end
217
217
 
218
218
  # Store the pid of the server in the file at +path+.
@@ -28,7 +28,7 @@ module Puma
28
28
  # too taxing on performance.
29
29
  module Const
30
30
 
31
- PUMA_VERSION = VERSION = "2.2.1".freeze
31
+ PUMA_VERSION = VERSION = "2.2.2".freeze
32
32
 
33
33
  FAST_TRACK_KA_TIMEOUT = 0.2
34
34
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "puma"
5
- s.version = "2.2.1"
5
+ s.version = "2.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Evan Phoenix"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puma
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: