add more colors

This commit is contained in:
Gabriel Burt
2011-12-30 13:55:46 -06:00
parent fff15bc627
commit 5de1bd18ac
+3 -1
View File
@@ -17,7 +17,9 @@ class Foreman::Engine
extend Term::ANSIColor
COLORS = [ cyan, yellow, green, magenta, red ]
COLORS = [ cyan, yellow, green, magenta, red, blue,
intense_cyan, intense_yellow, intense_green, intense_magenta,
intense_red, intense_blue ]
def initialize(procfile, options={})
@procfile = Foreman::Procfile.new(procfile)