alpinweis / cronex

Ruby library that converts cron expressions into human readable strings
Other
78 stars 29 forks source link

Add an option to specify "strict_quartz" parsing #26

Closed Jaciones closed 1 year ago

Jaciones commented 1 year ago

If you are using a Java Quartz implementation (quartz-scheduler), 5 params not allowed (and should be a parsing error).

Add an option to specify "strict_quartz" parsing, and raise an exception if there are only 5 params.