lib/dev_flow/app.rb in dev_flow-0.5.2 vs lib/dev_flow/app.rb in dev_flow-0.5.3
- old
+ new
@@ -152,10 +152,10 @@
puts "You are the #{'supervisor'.bold} of the project." if self.i_am_supervisor?
end
def display_close_waiting
return false unless self.tasks_for_close.size > 0
- puts "There have tasks marked completed and need you to review it:"
+ puts "There have tasks marked completed and need you to review it:".bold.red
i = 0
self.tasks_for_close.each do |task|
i += 1
if @git.wd_clean?
puts task.as_title i.to_s