Merge pull request #114 from gburt/master

add more colors
This commit is contained in:
David Dollar
2012-01-16 06:21:28 -08:00
+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)