iprocess 5.0.1 → 5.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.
- data/README.md +2 -2
- data/lib/iprocess/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -13,10 +13,10 @@ __DESCRIPTION__
|
|
|
13
13
|
|
|
14
14
|
Provides a number of abstractions on top of spawning subprocesses and
|
|
15
15
|
interprocess communication. The API is simple and supports both synchronous and
|
|
16
|
-
asynchronous(non-blocking)
|
|
16
|
+
asynchronous(non-blocking) types of programming. It also supports implicit
|
|
17
17
|
interprocess communication that can be easily configured to use the serializer
|
|
18
18
|
of your choice(default is the [Marshal](http://rdoc.info/stdlib/core/Marshal)
|
|
19
|
-
module)
|
|
19
|
+
module).
|
|
20
20
|
|
|
21
21
|
__EXAMPLES__
|
|
22
22
|
|
data/lib/iprocess/version.rb
CHANGED