unicorn-camilo 4.8.2.5.15 → 4.8.2.5.16
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.
- checksums.yaml +4 -4
- data/lib/unicorn/configurator.rb +1 -1
- data/unicorn.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 973aaf53c3fe721fa73b579f187128bc7e491f88
|
|
4
|
+
data.tar.gz: c6a29a015bcfc20630721265c7aa17958fe28f29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 017b388610cec22ce05575d4a7fc4da23ee0c4632b09ccc86669ff7267c16684ce8dd599b9058203231f85116e659d75172164ff906ce9f90d423024f3beadea
|
|
7
|
+
data.tar.gz: 69c4e26cf75ea7038dec7ed35f6d235c2b05fe7ccc52a3368b9edf0fcbf3dbaf4c7f7c9f24ef6c70287e0d56a668c8cc5a021fb7403f21309931a78033ff24c1
|
data/lib/unicorn/configurator.rb
CHANGED
|
@@ -176,7 +176,7 @@ class Unicorn::Configurator
|
|
|
176
176
|
# will be called by the master process before killing a lazy worker
|
|
177
177
|
# with SIGKILL, the point of this callback is NOT to prevent killing
|
|
178
178
|
# but to provide an instrumentation hook
|
|
179
|
-
def
|
|
179
|
+
def before_murder(*args, &block)
|
|
180
180
|
set_hook(:before_murder, block_given? ? block : args[0], 1)
|
|
181
181
|
end
|
|
182
182
|
|
data/unicorn.gemspec
CHANGED