daemon_signals 0.0.1 → 0.0.2
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/daemon_signals.gemspec +1 -1
- data/lib/daemon_signals/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fa7fdf704c38d7f4540922fc6910d7ae275c31d
|
|
4
|
+
data.tar.gz: 737ebc8d3cd21333a5bfdbffa886d6e888291805
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c465d7a458f0560cdea9bed5c3f7207442e16598cc90873b6a3a34f5a63d2bd31646b9dd3430212328942d11e68b82631492ef7ee3dca44b0c53ada7fc4139a
|
|
7
|
+
data.tar.gz: ec41bb0883bc4d317f68c6092e64e025ff186eafc67eb04372f8580548f28cefba3ce2b86b15f16502df17743eb24574793d2731ceecad40593a4d1719d9fd27
|
data/daemon_signals.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["sal.scotto@gmail.com"]
|
|
11
11
|
spec.summary = %q{Extends Process.daemon to raise a Signal when executed}
|
|
12
12
|
spec.description = %q{There are times when you need to restart threads and jobs if your process is daemonized. This gem provides it.}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/washu/daemon_signals"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daemon_signals
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sal Scotto
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- lib/daemon_signals.rb
|
|
60
60
|
- lib/daemon_signals/version.rb
|
|
61
61
|
- test/test_signals.rb
|
|
62
|
-
homepage:
|
|
62
|
+
homepage: https://github.com/washu/daemon_signals
|
|
63
63
|
licenses:
|
|
64
64
|
- MIT
|
|
65
65
|
metadata: {}
|