shell-utils 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/shellutils/shell_wrapper.rb +1 -1
  2. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  require 'tempfile'
2
- require 'shell_process'
3
2
  require 'yaml'
3
+ require 'shellutils/shell_process'
4
4
 
5
5
  class ShellWrapper
6
6
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - CodersDojo-Team