shell-utils 0.0.9 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/shellutils/shell_wrapper.rb +1 -1
  2. metadata +3 -3
@@ -40,7 +40,7 @@ class ShellWrapper
40
40
  process = ShellProcess.new
41
41
  redirect_stderr_to_stdout = "2>&1"
42
42
  spec_pipe = IO.popen("#{command} #{redirect_stderr_to_stdout}", "r")
43
- process.output = spec_pipe.read MAX_STDOUT_LENGTH
43
+ process.output = spec_pipe.read
44
44
  spec_pipe.close
45
45
  process.return_code = $?.exitstatus
46
46
  puts process.output unless process.output.nil?
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
+ - 1
7
8
  - 0
8
- - 9
9
- version: 0.0.9
9
+ version: 0.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - CodersDojo-Team
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-09-29 00:00:00 +02:00
17
+ date: 2012-01-06 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency