Closed AdnanTheExcellent closed 9 years ago
@bokmann it seems https://github.com/bokmann/business_time/pull/95 fixes this issue. Is there any chance we can get this merged into master instead of just being in the develop branch?
Thanks!
Yes, I've been neglecting a release we need. I'll try to do that this weekend.
Sent from my iPad. Please excuse any brvity, punctuation; or spalling mistakes.
On Feb 11, 2015, at 12:42 PM, Adnan Abdulally notifications@github.com wrote:
@bokmann it seems #95 fixes my problem. Is there any chance we can get this merged into master instead of just being in the develop branch?
Thanks!
— Reply to this email directly or view it on GitHub.
Awesome. looking forward to the new version.
Hello @bokmann. Just checking in to see what the status of the pull is.
the develop branch was just merged into master ad released as 0.7.4. That version has an incompatibilty with ruby 2.2.0, and 0.8.0 will be release with feature parity, but with 2.2.0 support.
Awesome. Keep up the good work!
I am having some issues with these two functions. They are not giving me consistent results. For instance:
the following example works. start date is feb 11th, delivery date is feb 13th. 2.business_days_after returns the 13th, which is expected. .business_days_until returns 2 business days which is expected.
However, lets add a weekend and a holiday (feb 16th is a holiday in config) into the mix
.business_days_until is returning 4 business days instead of the expected 3.