Dāvis
Dāvis
you should rebase it on my `rewrite` branch, see #347 (and #278). Once I'll have that finished it will be merged in `master`.
that's kinda expected, because by default `:context => :future`, but current version is still bugged... currently you can use some hacks like subtracting day or using `:context => :past` for...
it's not really implemented so... `context: nil` would return Monday in that week so for Tuesday it would be like last Monday, for your case seems you need `context: :future`...
I'm still waiting for PRs to be reviewed by @leejarvis some could be merged, but this isn't my lib so I'm waiting ;)
it's because gemspec includes whole chronic and thus you get this exception because you don't have `numerizer` gem, it's fixed in #262 but currently you can just `gem install numerizer`
`now` and `time_class` are different options. You specify `now` to tell Chronic at which time it should treat things like "Today", "Tomorrow" etc., but with `time_class` you specify which Time...
Looks fine to me, but it will be needed to rebase it on `rewrite`. Also I'm not actually maintainer of this project, but I do have push access.
I've been working on #278 (which rewrites quite a bit of logic) for some while but it's still unfinished and lately I haven't had time to continue it but I...
Chronic is actually missing such feature... There's a parameter `context` but currently it supports only `:past` and `:future` I've been working on #278 which fixes a lot of issues and...
I think this format isn't really supported... and see #316, if you want to make PR do it for my [rewrite branch](https://github.com/davispuh/chronic/commits/rewrite), it's still work in progress and not finished...