puma 2.2.1-java → 2.2.2-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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
@@ -2,7 +2,7 @@
2
2
  name: puma
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.2.1
5
+ version: 2.2.2
6
6
  platform: java
7
7
  authors:
8
8
  - Evan Phoenix