bosh-core 1.2200.0 → 1.2291.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,10 +21,12 @@ module Bosh::Core
21
21
  stdout.puts command if options[:output_command]
22
22
  lines = []
23
23
 
24
- IO.popen(command).each do |line|
24
+ io = IO.popen(command)
25
+ io.each do |line|
25
26
  stdout.puts line.chomp
26
27
  lines << line.chomp
27
- end.close
28
+ end
29
+ io.close
28
30
 
29
31
  lines
30
32
  end
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Core
3
- VERSION = '1.2200.0'
3
+ VERSION = '1.2291.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2200.0
4
+ version: 1.2291.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-14 00:00:00.000000000 Z
12
+ date: 2014-03-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gibberish
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 2281263423491198283
109
+ hash: 721058472494326120
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.23