daemon_signals 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49f55dc93513815f1cee1f8cedab5ad341c9b9ad
4
- data.tar.gz: cb33ef259fdfa595e0b6dd277af11a2331428ae7
3
+ metadata.gz: 1fa7fdf704c38d7f4540922fc6910d7ae275c31d
4
+ data.tar.gz: 737ebc8d3cd21333a5bfdbffa886d6e888291805
5
5
  SHA512:
6
- metadata.gz: 62f0e49f1f79df0f429b6268ce5c962b17e2c3a4cc8c27f4b14087e970b276ad40d7c58b7b4c98c6a728107d84b13c8a1bb7a3c9b91f164d0cd3ee655f4bb167
7
- data.tar.gz: 2160d382b82a7379ab400b307b856655c37dd0196a30c4e060b9ec8ef86fae39a62965866dfeed1cbff770d73a98994dcf1cb3705079737cee17d4eb35d4cda4
6
+ metadata.gz: 9c465d7a458f0560cdea9bed5c3f7207442e16598cc90873b6a3a34f5a63d2bd31646b9dd3430212328942d11e68b82631492ef7ee3dca44b0c53ada7fc4139a
7
+ data.tar.gz: ec41bb0883bc4d317f68c6092e64e025ff186eafc67eb04372f8580548f28cefba3ce2b86b15f16502df17743eb24574793d2731ceecad40593a4d1719d9fd27
@@ -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($/)
@@ -1,3 +1,3 @@
1
1
  module DaemonSignals
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: {}