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 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,
@@ -1,6 +1,7 @@
1
1
  if RUBY_VERSION < "1.9"
2
2
  require 'rubygems' rescue nil
3
3
  require 'open4'
4
+ require 'open3'
4
5
  require "open3_backport/version"
5
6
  require "open3_backport/open3"
6
7
  end
@@ -1,3 +1,3 @@
1
1
  module Open3Backport
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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: 2012-12-12 00:00:00 Z
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