open4 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -10,6 +10,9 @@ SYNOPSIS
10
10
 
11
11
  HISTORY
12
12
 
13
+ 0.9.3:
14
+ - removed some debugging output accidentally left in 0.9.2. arggh!
15
+
13
16
  0.9.2:
14
17
  - fixed a descriptor leak. thanks Andre Nathan.
15
18
 
@@ -4,7 +4,7 @@ require 'thread'
4
4
 
5
5
  module Open4
6
6
  #--{{{
7
- VERSION = '0.9.2'
7
+ VERSION = '0.9.3'
8
8
  def self.version() VERSION end
9
9
 
10
10
  class Error < ::StandardError; end
@@ -13,11 +13,6 @@ module Open4
13
13
  #--{{{
14
14
  pw, pr, pe, ps = IO.pipe, IO.pipe, IO.pipe, IO.pipe
15
15
 
16
- %w( pw pr pe ps ).each do |pair|
17
- puts "#{ pair }.first.fileno: " => eval(pair).first.fileno
18
- puts "#{ pair }.last.fileno: " => eval(pair).last.fileno
19
- end
20
-
21
16
  verbose = $VERBOSE
22
17
  begin
23
18
  $VERBOSE = nil
@@ -4,7 +4,7 @@ require 'thread'
4
4
 
5
5
  module Open4
6
6
  #--{{{
7
- VERSION = '0.9.2'
7
+ VERSION = '0.9.3'
8
8
  def self.version() VERSION end
9
9
 
10
10
  class Error < ::StandardError; end
@@ -13,11 +13,6 @@ module Open4
13
13
  #--{{{
14
14
  pw, pr, pe, ps = IO.pipe, IO.pipe, IO.pipe, IO.pipe
15
15
 
16
- %w( pw pr pe ps ).each do |pair|
17
- puts "#{ pair }.first.fileno: " => eval(pair).first.fileno
18
- puts "#{ pair }.last.fileno: " => eval(pair).last.fileno
19
- end
20
-
21
16
  verbose = $VERBOSE
22
17
  begin
23
18
  $VERBOSE = nil
File without changes
File without changes
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: open4
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.9.2
7
- date: 2007-03-25 00:00:00 -06:00
6
+ version: 0.9.3
7
+ date: 2007-03-26 00:00:00 -06:00
8
8
  summary: open4
9
9
  require_paths:
10
10
  - lib
@@ -40,10 +40,12 @@ files:
40
40
  - sample/stdin_timeout.rb
41
41
  - lib
42
42
  - lib/open4.rb
43
- - lib/open4-0.9.2.rb
43
+ - lib/open4-0.9.3.rb
44
44
  - README
45
45
  - gemspec.rb
46
- - leak.rb
46
+ - open4-0.9.3.gem
47
+ - white_box
48
+ - white_box/leak.rb
47
49
  test_files: []
48
50
 
49
51
  rdoc_options: []