freegenie-redgreen 1.2.0 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/redgreen.rb +0 -2
- data/version.yml +1 -1
- metadata +1 -1
data/lib/redgreen.rb
CHANGED
@@ -39,8 +39,6 @@ if ARGV.size > 0 and ARGV[0].include? 'test'
|
|
39
39
|
something = RedGreen::Color.red(something)
|
40
40
|
elsif something == "E"
|
41
41
|
something = RedGreen::Color.yellow(something)
|
42
|
-
elsif something =~ /\* DEFERRED: (.+)/i
|
43
|
-
something = RedGreen::Color.yellow(something)
|
44
42
|
end
|
45
43
|
@io.write(something)
|
46
44
|
@io.flush
|
data/version.yml
CHANGED