iprocess 5.1.2 → 5.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +2 -4
  2. data/lib/iprocess/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -22,10 +22,8 @@ __EXAMPLES__
22
22
 
23
23
  __1.__
24
24
 
25
- In this example three subprocesses are spawned. The return value of the block,
26
- even though executed in a subprocess, is returned to the parent process as long
27
- as it may be serialized by Marshal(or the serializer of your choice, this is
28
- configurable):
25
+ A demo of how to spawn three subprocesses. Although the block is executed in a
26
+ subprocess its return value is returned to the parent process.
29
27
 
30
28
  ```ruby
31
29
  messages = IProcess.spawn(3) { {msg: "hello"} }
@@ -1,3 +1,3 @@
1
1
  class IProcess
2
- VERSION = '5.1.2'
2
+ VERSION = '5.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iprocess
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.2
4
+ version: 5.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: