open3_backport 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -0
- data/lib/open3_backport.rb +1 -0
- data/lib/open3_backport/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
@@ -197,6 +197,9 @@ The following examples do not work yet. Pull requests are welcome!
|
|
197
197
|
|
198
198
|
## Version History
|
199
199
|
|
200
|
+
0.0.2 - Bugfix: Include open3 explicitly before redefining.
|
201
|
+
Thanks david-mccullars!
|
202
|
+
|
200
203
|
0.0.1 - Initial release. No support for setting environment nor
|
201
204
|
passing any of the special options that Process.spawn supports in Ruby 1.9.
|
202
205
|
These methods are not yet implemented: popen2e, pipeline, pipeline_start,
|
data/lib/open3_backport.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: open3_backport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Chris Johnson
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2013-01-18 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|