Skip to content

Releases: joshpencheon/hobble

Hobble v0.1.0

04 Aug 20:32
Compare
Choose a tag to compare

New in v0.1.0:

  • The #schedule methods can take a block
    which is re-evaluated as the schedule
    after each run.
  • Hobble::Schedule can weight groups differently
    using the #weight! method, which affects the
    rate at which time debt accumulates.
  • Schedules can now optionally run only n
    items, by calling run(n) { ... }.

Hobble's first release

02 Aug 15:00
Compare
Choose a tag to compare

Hobble has been released as a gem!