iprocess 5.0.4 → 5.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/iprocess.gemspec CHANGED
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
20
20
  s.required_rubygems_version = '>= 1.3.6'
21
21
  s.required_ruby_version = '>= 1.9.2'
22
22
 
23
- s.add_runtime_dependency 'ichannel', '~> 1.0.0'
23
+ s.add_runtime_dependency 'ichannel', '~> 5.1.1'
24
24
  end
@@ -1,3 +1,3 @@
1
1
  class IProcess
2
- VERSION = '5.0.4'
2
+ VERSION = '5.0.5'
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.4
4
+ version: 5.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.0.0
21
+ version: 5.1.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.0.0
29
+ version: 5.1.1
30
30
  description: A number of abstractions on top of spawning subprocesses and interprocess
31
31
  communication.
32
32
  email: rob@flowof.info