childprocess 0.2.1 → 0.2.2
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/lib/childprocess/version.rb +1 -1
- metadata +86 -52
data/lib/childprocess/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,68 +1,94 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: childprocess
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 2
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.2.2
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Jari Bakken
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
17
|
+
|
|
18
|
+
date: 2011-08-26 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
15
21
|
name: rspec
|
|
16
|
-
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
24
|
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- -
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 15
|
|
29
|
+
segments:
|
|
30
|
+
- 2
|
|
31
|
+
- 0
|
|
32
|
+
- 0
|
|
21
33
|
version: 2.0.0
|
|
22
34
|
type: :development
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
35
|
+
version_requirements: *id001
|
|
36
|
+
- !ruby/object:Gem::Dependency
|
|
26
37
|
name: yard
|
|
27
|
-
|
|
38
|
+
prerelease: false
|
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
28
40
|
none: false
|
|
29
|
-
requirements:
|
|
30
|
-
- -
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
|
|
41
|
+
requirements:
|
|
42
|
+
- - ">="
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
hash: 3
|
|
45
|
+
segments:
|
|
46
|
+
- 0
|
|
47
|
+
version: "0"
|
|
33
48
|
type: :development
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- !ruby/object:Gem::Dependency
|
|
49
|
+
version_requirements: *id002
|
|
50
|
+
- !ruby/object:Gem::Dependency
|
|
37
51
|
name: rake
|
|
38
|
-
|
|
52
|
+
prerelease: false
|
|
53
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
39
54
|
none: false
|
|
40
|
-
requirements:
|
|
55
|
+
requirements:
|
|
41
56
|
- - ~>
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
hash: 63
|
|
59
|
+
segments:
|
|
60
|
+
- 0
|
|
61
|
+
- 9
|
|
62
|
+
- 2
|
|
43
63
|
version: 0.9.2
|
|
44
64
|
type: :development
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
- !ruby/object:Gem::Dependency
|
|
65
|
+
version_requirements: *id003
|
|
66
|
+
- !ruby/object:Gem::Dependency
|
|
48
67
|
name: ffi
|
|
49
|
-
|
|
68
|
+
prerelease: false
|
|
69
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
50
70
|
none: false
|
|
51
|
-
requirements:
|
|
71
|
+
requirements:
|
|
52
72
|
- - ~>
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
hash: 27
|
|
75
|
+
segments:
|
|
76
|
+
- 1
|
|
77
|
+
- 0
|
|
78
|
+
- 6
|
|
54
79
|
version: 1.0.6
|
|
55
80
|
type: :runtime
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
external programs running in the background on any Ruby / OS combination.
|
|
60
|
-
email:
|
|
81
|
+
version_requirements: *id004
|
|
82
|
+
description: This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.
|
|
83
|
+
email:
|
|
61
84
|
- jari.bakken@gmail.com
|
|
62
85
|
executables: []
|
|
86
|
+
|
|
63
87
|
extensions: []
|
|
88
|
+
|
|
64
89
|
extra_rdoc_files: []
|
|
65
|
-
|
|
90
|
+
|
|
91
|
+
files:
|
|
66
92
|
- .document
|
|
67
93
|
- .gitignore
|
|
68
94
|
- .rspec
|
|
@@ -102,30 +128,38 @@ files:
|
|
|
102
128
|
- spec/windows_spec.rb
|
|
103
129
|
homepage: http://github.com/jarib/childprocess
|
|
104
130
|
licenses: []
|
|
131
|
+
|
|
105
132
|
post_install_message:
|
|
106
133
|
rdoc_options: []
|
|
107
|
-
|
|
134
|
+
|
|
135
|
+
require_paths:
|
|
108
136
|
- lib
|
|
109
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
137
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
110
138
|
none: false
|
|
111
|
-
requirements:
|
|
112
|
-
- -
|
|
113
|
-
- !ruby/object:Gem::Version
|
|
114
|
-
|
|
115
|
-
|
|
139
|
+
requirements:
|
|
140
|
+
- - ">="
|
|
141
|
+
- !ruby/object:Gem::Version
|
|
142
|
+
hash: 3
|
|
143
|
+
segments:
|
|
144
|
+
- 0
|
|
145
|
+
version: "0"
|
|
146
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
147
|
none: false
|
|
117
|
-
requirements:
|
|
118
|
-
- -
|
|
119
|
-
- !ruby/object:Gem::Version
|
|
120
|
-
|
|
148
|
+
requirements:
|
|
149
|
+
- - ">="
|
|
150
|
+
- !ruby/object:Gem::Version
|
|
151
|
+
hash: 3
|
|
152
|
+
segments:
|
|
153
|
+
- 0
|
|
154
|
+
version: "0"
|
|
121
155
|
requirements: []
|
|
156
|
+
|
|
122
157
|
rubyforge_project: childprocess
|
|
123
|
-
rubygems_version: 1.8.
|
|
158
|
+
rubygems_version: 1.8.9
|
|
124
159
|
signing_key:
|
|
125
160
|
specification_version: 3
|
|
126
|
-
summary: This gem aims at being a simple and reliable solution for controlling external
|
|
127
|
-
|
|
128
|
-
test_files:
|
|
161
|
+
summary: This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.
|
|
162
|
+
test_files:
|
|
129
163
|
- spec/abstract_io_spec.rb
|
|
130
164
|
- spec/childprocess_spec.rb
|
|
131
165
|
- spec/jruby_spec.rb
|