lib/remind.rb in gnu-remind-0.1.3 vs lib/remind.rb in gnu-remind-0.1.4

- old
+ new

@@ -26,10 +26,11 @@ h = { date: e.when[:begin].to_time.localtime.strftime("%-d %b %Y"), hour: e.when[:begin].to_time.localtime.strftime("%k"), minute: e.when[:begin].to_time.localtime.strftime("%M"), at: e.where, - type: e.who + type: e.who, + lead: 30 } r[e.what].attr = h @@REM[e.what].attr = h end end