dont-stall-my-process 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68d9fbd15fa53138d40bf1c042bbc284421fade2
4
- data.tar.gz: 262a38004cf7b4f8ecddbb49d370aae5343d5e6b
3
+ metadata.gz: 562d9b6a49097a22566602128f5a531c53e26330
4
+ data.tar.gz: 689944a6f09ea614d5180ccf54e0369201f75398
5
5
  SHA512:
6
- metadata.gz: 7fe43327afdc8e662ae41b40397a3395f097ccf81ff175321e544585d6250c39d57174d989120b4c38ca8be44d6c6a28809136006af2bd2ab20b3f6f636af220
7
- data.tar.gz: 9cf418fc795e9382b0849731ffc347debfb427619ef725e05b55b28f4a3c952e6c3cb499906e156ab275957f66f07a6ad67500a4ffc4370165d83528c7a19312
6
+ metadata.gz: 9addba72c01ea9f16e49ebdc80ae723881472c2e528e81367e609275974811c12c8cfdd885570b2a4d5b1b06a5ea175a2d336dfd8d61a6a4051f8d89520a201d
7
+ data.tar.gz: 72d8f63b14088d706a116eb38088daf5dac20a4ba0ce85eb9cca1edfad2ce5c1740104d1bd06fc212d83324bf9fc9a7d90707cdbd0b01682dcf4c9203e3fe8be
@@ -1,3 +1,3 @@
1
1
  module DontStallMyProcess
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -21,12 +21,6 @@ module DontStallMyProcess
21
21
  # Set default values and validate configuration.
22
22
  opts = sanitize_options(opts)
23
23
 
24
- # Start a local DRbServer (unnamed?) for callbacks (blocks!).
25
- # Each new DontStallMyProcess object will overwrite the main master DRbServer.
26
- # This looks weird, but doesn't affect concurrent uses of multiple
27
- # Watchdogs, I tested it. Trust me.
28
- DRb.start_service
29
-
30
24
  # Fork the child process.
31
25
  process = Local::ChildProcessPool.alloc
32
26
 
@@ -62,4 +56,7 @@ module DontStallMyProcess
62
56
  ]
63
57
  }
64
58
  end
59
+
60
+ # Start a local DRbServer (unnamed?) for callbacks (blocks!).
61
+ DRb.start_service
65
62
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dont-stall-my-process
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - FlavourSys Technology GmbH