lib/sculd/manager.rb in sculd-0.1.1 vs lib/sculd/manager.rb in sculd-0.1.2
- old
+ new
@@ -81,14 +81,14 @@
date = today + i
str = " #{date.to_s} #{WEEKDAYS[date.wday]} "
case date.wday
when 0
- hl.say(" <%= color('#{str}', :white, :on_red) %>")
+ hl.say(" <%= color('#{str}', :white, :on_red) %>\n")
when 6
- hl.say(" <%= color('#{str}', :white, :on_blue) %>")
+ hl.say(" <%= color('#{str}', :white, :on_blue) %>\n")
else
- hl.say(" <%= color('#{str}', :white, :on_black) %>")
+ hl.say(" <%= color('#{str}', :white, :on_black) %>\n")
end
events = d_e[date]
if events # if plan is not empty.
#HIGHLINE.say("<%= color('red', :red) %>!")