dev 1.0.191 → 1.0.192

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/dev/SystemCall.rb +2 -2
  2. metadata +1 -1
@@ -123,8 +123,8 @@ class SystemCall
123
123
  output=""
124
124
  error=""
125
125
 
126
- FileUtils.delete("#{filename}.out") if File.exist? "#{filename}.out"
127
- FileUtils.delete("#{filename}.err") if File.exist? "#{filename}.err"
126
+ FileUtils.rm("#{filename}.out") if File.exist? "#{filename}.out"
127
+ FileUtils.rm("#{filename}.err") if File.exist? "#{filename}.err"
128
128
 
129
129
  Dir.chdir(working_dir) do
130
130
  if(capture_output)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.191
4
+ version: 1.0.192
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: