Whitespace is collapsed, so no need to match multiple in the parser.

Fix exact start times with recurring events, when the start time
precedes the interval in the expression, i.e:

	starting at 2015-01-01 09:00:00 run every other minute for 2 days

FossilOrigin-Name: 0fb500373ccb3d17bcc66ee66cc2c513f2abd343d90a516bb8e9ed2c957deda0
This commit is contained in:
mahlon@laika.com 2014-10-30 19:57:02 +00:00
parent f3c9b10b95
commit 9364c9df09
3 changed files with 35 additions and 18 deletions

View file

@ -9,7 +9,7 @@ module Symphony::Metronome
Configurability
# Library version constant
VERSION = '0.2.0'
VERSION = '0.2.1'
# Version-control revision constant
REVISION = %q$Revision$