chore-core 1.8.3 → 1.8.4
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/README.md +2 -0
- data/lib/chore/manager.rb +1 -0
- data/lib/chore/version.rb +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: 09ab52748f634684d65e8eb548ba12cf3a8020e5
|
4
|
+
data.tar.gz: d09aba8b0de7b845e4adb3fc503c277af494e174
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 050d7fdf8d36d4a2effe4808690bd28b399b9f1634c24aef19fec0b7971804fa587cda8bbdc3d92b97ecec421d87659ceaead9c860954979c26369b8d00a609c
|
7
|
+
data.tar.gz: d046c3fc0a634074dbfff548a5b9dc69e95d330a35259be6552414447459bdeb10d0b0bef1de348f70f7c5e5641d6a447d92094f1fda0108861f58c4f76f83a4
|
data/README.md
CHANGED
@@ -189,11 +189,13 @@ A number of hooks, both global and per-job, exist in Chore for your convenience.
|
|
189
189
|
|
190
190
|
Global Hooks:
|
191
191
|
|
192
|
+
* before_start
|
192
193
|
* before_first_fork
|
193
194
|
* before_fork
|
194
195
|
* after_fork
|
195
196
|
* around_fork
|
196
197
|
* within_fork
|
198
|
+
* before_shutdown
|
197
199
|
|
198
200
|
("within_fork" behaves similarly to around_fork, except that it is called after the worker process has been forked. In contrast, around_fork is called by the parent process.)
|
199
201
|
|
data/lib/chore/manager.rb
CHANGED
data/lib/chore/version.rb
CHANGED