square / ruby-rrule

RRULE expansion for Ruby
Apache License 2.0
171 stars 25 forks source link

fix: allow shorthand `RRule.parse` without options #2

Closed eventualbuddha closed 6 years ago

eventualbuddha commented 6 years ago

Since RRule::Rule.new takes keyword arguments for the options, we should accept keyword arguments here and pass them through.

Closes #1

madrobby commented 6 years ago

@eventualbuddha OT: do you want more bug reports? I've been looking for a library for exactly this but I'd like to have full compatibility with RFC 2445. :)

eventualbuddha commented 6 years ago

@madrobby sure! I’d be happy to look at any other issues you’d like to file.

eventualbuddha commented 6 years ago

@mitchel456 want to do a v0.1.1 release?

ordermuppet commented 6 years ago

@eventualbuddha Sure thing, released 👍