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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 944a63fdb94b8591e0209d4992529926a29c543c
4
- data.tar.gz: 9514e27be7e00a5e3abe097632146faa53588102
3
+ metadata.gz: 973aaf53c3fe721fa73b579f187128bc7e491f88
4
+ data.tar.gz: c6a29a015bcfc20630721265c7aa17958fe28f29
5
5
  SHA512:
6
- metadata.gz: 0e36b3d6f730d3c6f4df4368c1129c2f486bff8ab260c02280501533da80301c2cc9f27766b35a83babe1fa3dcbdb6bc9b4e7543df608c0e707809206017742e
7
- data.tar.gz: 7fcc6882a7faa6ae86bdc5128e51820cc812834a32964683af653d0f9844d5138bd342bc7012aa96e8df219e0537c51e196ce405495d2078eb9e68b216a21503
6
+ metadata.gz: 017b388610cec22ce05575d4a7fc4da23ee0c4632b09ccc86669ff7267c16684ce8dd599b9058203231f85116e659d75172164ff906ce9f90d423024f3beadea
7
+ data.tar.gz: 69c4e26cf75ea7038dec7ed35f6d235c2b05fe7ccc52a3368b9edf0fcbf3dbaf4c7f7c9f24ef6c70287e0d56a668c8cc5a021fb7403f21309931a78033ff24c1
@@ -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 before_exec(*args, &block)
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
@@ -14,7 +14,7 @@ end.compact
14
14
 
15
15
  Gem::Specification.new do |s|
16
16
  s.name = %q{unicorn-camilo}
17
- s.version = "4.8.2.5.15"
17
+ s.version = "4.8.2.5.16"
18
18
  s.authors = ["#{name} hackers"]
19
19
  s.summary = summary
20
20
  s.date = Time.now.utc.strftime('%Y-%m-%d')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn-camilo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.2.5.15
4
+ version: 4.8.2.5.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Unicorn hackers