alpinweis / cronex

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

Move locale and timezone arguments to options #18

Closed alpinweis closed 4 years ago

alpinweis commented 4 years ago

This is to address issue #17 . It's a potentially breaking change as it changes the calling signature of Cronex::ExpressionDescriptor.new

DannyBen commented 4 years ago

Nice (and super fast) - thanks!