stalking 0.1.2 → 0.1.3
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.
- data/.travis.yml +2 -0
- data/README.md +1 -1
- data/lib/stalking/consumer.rb +6 -0
- data/lib/stalking/version.rb +1 -1
- data/test/stalking/consumer_test.rb +1 -1
- metadata +2 -2
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -189,7 +189,7 @@ method and takes a string error message.
|
|
189
189
|
|
190
190
|
# Graceful termination
|
191
191
|
|
192
|
-
To stop a worker gracefully, send a QUIT signal to it. The worker will
|
192
|
+
To stop a worker gracefully, send a QUIT or USR2 signal to it. The worker will
|
193
193
|
finish its current job and terminate afterwards.
|
194
194
|
|
195
195
|
## Contributing
|
data/lib/stalking/consumer.rb
CHANGED
data/lib/stalking/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stalking
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-11-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|