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.
- data/History.txt +16 -0
- data/lib/puma/configuration.rb +1 -1
- data/lib/puma/const.rb +1 -1
- data/puma.gemspec +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -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:
|
data/lib/puma/configuration.rb
CHANGED
data/lib/puma/const.rb
CHANGED
data/puma.gemspec
CHANGED