iprocess 5.0.1 → 5.0.2

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 -2
  2. data/lib/iprocess/version.rb +1 -1
  3. 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) dispatch of subprocesses. It also supports implicit
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) if needs be.
19
+ module).
20
20
 
21
21
  __EXAMPLES__
22
22
 
@@ -1,3 +1,3 @@
1
1
  class IProcess
2
- VERSION = '5.0.1'
2
+ VERSION = '5.0.2'
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.0.1
4
+ version: 5.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: