proc-wait3 1.5.5 → 1.5.6
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/CHANGES +10 -0
- data/README +33 -51
- data/Rakefile +42 -81
- data/ext/extconf.rb +52 -73
- data/ext/proc/wait3.c +130 -109
- data/proc-wait3.gemspec +23 -24
- data/test/test_proc_wait3.rb +226 -235
- metadata +4 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proc-wait3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel J. Berger
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-01-07 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: 2.0.3
|
24
24
|
version:
|
25
|
-
description: "
|
25
|
+
description: " The proc-wait3 library adds the wait3, wait4, waitid, pause, sigsend,\n and getrusage methods to the Process module. It also adds the getrlimit\n and setrlimit methods for Ruby 1.8.4 or earlier.\n"
|
26
26
|
email: djberg96@gmail.com
|
27
27
|
executables: []
|
28
28
|
|
@@ -75,6 +75,6 @@ rubyforge_project: shards
|
|
75
75
|
rubygems_version: 1.3.5
|
76
76
|
signing_key:
|
77
77
|
specification_version: 3
|
78
|
-
summary: Adds wait3 and other methods to the Process module
|
78
|
+
summary: Adds wait3, wait4 and other methods to the Process module
|
79
79
|
test_files:
|
80
80
|
- test/test_proc_wait3.rb
|