floraison / fugit

time tools (cron, parsing, durations, ...) for Ruby, rufus-scheduler, and flor
MIT License
355 stars 29 forks source link

accept "/15 * * * *" and friends #19

Closed jmettraux closed 5 years ago

jmettraux commented 5 years ago

As seen in https://github.com/resque/resque-scheduler/issues/649

Crontab Guru rejects it but it seems like 7 persons thumbed the Resque-Scheduler issue, so it must be common somehow.

Let's accept it.

jmettraux commented 5 years ago

Part of 1.2.0 release.