repeatable icon indicating copy to clipboard operation
repeatable copied to clipboard

Recurring event schedules

Results 5 repeatable issues
Sort by recently updated
recently updated
newest added

Oh hi :) I'm trying to use this gem with repeating events that happen at certain times of day, for example: - Union: - Every Tuesday from 7pm to 8:30pm...

It would be handy to have `Schedule#to_s` return a text description of the `Schedule`. ``` ruby schedule = Repeatable::Schedule.new(weekday_in_month: { weekday: 2, count: 1 }) schedule.to_s # => "The first...

Add `#deconstruct_keys` to `Expression::Base` and `Schedule` so that they can be used in pattern matches. In our products, we've been using `#to_h` for this, and it would be nice sugar...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...

dependencies