rubygems-test 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 0.4.3 / 2011-05-20
2
+
3
+ * Thread.pass in a few spots fixes hangs on linux. Version bump
4
+
1
5
  === 0.4.2 / 2011-05-09
2
6
 
3
7
  * Fix operation on 1.8.x
@@ -15,7 +15,7 @@ class Gem::Commands::TestCommand < Gem::Command
15
15
  include Gem::VersionOption
16
16
  include Gem::DefaultUserInteraction
17
17
 
18
- VERSION = "0.4.2"
18
+ VERSION = "0.4.3"
19
19
 
20
20
  # taken straight out of rake
21
21
  DEFAULT_RAKEFILES = ['rakefile', 'Rakefile', 'rakefile.rb', 'Rakefile.rb']
@@ -310,6 +310,7 @@ class Gem::Commands::TestCommand < Gem::Command
310
310
  ary = [:stderr, nil, stderr.readline]
311
311
  ary[1] = Time.now.to_f
312
312
  reads << ary
313
+ Thread.pass
313
314
  end
314
315
  end
315
316
 
@@ -318,6 +319,7 @@ class Gem::Commands::TestCommand < Gem::Command
318
319
  ary = [:stdout, nil, stdout.read(1)]
319
320
  ary[1] = Time.now.to_f
320
321
  reads << ary
322
+ Thread.pass
321
323
  end
322
324
  end
323
325
 
@@ -342,6 +344,7 @@ class Gem::Commands::TestCommand < Gem::Command
342
344
  print rec[2]
343
345
  end
344
346
  end
347
+ Thread.pass
345
348
  end
346
349
  end
347
350
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rubygems-test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.2
5
+ version: 0.4.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Erik Hollensbe
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-05-09 00:00:00 Z
14
+ date: 2011-05-20 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rake