process_starter 1.0.8 → 1.0.9
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.
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: process_starter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 9
|
|
10
|
+
version: 1.0.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Pavel Vasev
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-10-18 00:00:00
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2012-10-18 00:00:00 Z
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
22
21
|
description: A gem for Ruby 1.8 to start process in parallel, 1) don't wait for it finish 2) dont inherit io file handles 3) both in windows/linux. Ruby 1.9 dont need it because it has spawn method.
|
|
@@ -32,7 +31,6 @@ files:
|
|
|
32
31
|
- Rakefile
|
|
33
32
|
- test/test_process_starter.rb
|
|
34
33
|
- test/test2child.arb
|
|
35
|
-
has_rdoc: true
|
|
36
34
|
homepage: http://rubygems.org/gems/process_starter
|
|
37
35
|
licenses: []
|
|
38
36
|
|
|
@@ -62,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
60
|
requirements: []
|
|
63
61
|
|
|
64
62
|
rubyforge_project:
|
|
65
|
-
rubygems_version: 1.
|
|
63
|
+
rubygems_version: 1.8.24
|
|
66
64
|
signing_key:
|
|
67
65
|
specification_version: 3
|
|
68
66
|
summary: Process Starter / spawn proces in ruby 1.8 in parralel and dont inherit file descriptors
|