Make BusinessTime::Currency
a module function
Try to fix gem building
Adjust gemfile versions
Fixed byebug requirement
WIP
WIP
Removed Gemfile.lock
Try to fix CI build matrix
Fix 0.business_days and 0.business_hours calculation
Merge pull request #165 from toptal/develop
Fix 0.business_days and 0.business_hours calculation
Also test 0.business_days/hours.before
29f611d introduced tests for after
. (Thanks, Mateusz)
Here, we test before
.
Merge pull request #166 from jaredbeck/also_test_zero_days_before
Also test 0.business_days/hours.before
Keep local configs in a stack
Merge pull request #172 from saverio-kantox/patch-1
Nested calls to BusinessTime::Config.with break
prepping changelog for release
bumping version number
Typo
Improves the business day calculation for weekends
Allow passing holidays with each call in addition to those statically defined.
allow passing of holidays for aliases :ago and :from_now
add tests from from_now and ago
bump version
Merge pull request #177 from eyalev/patch-1
Typo
Merge pull request #179 from pangch/develop
Improves the business day calculation for non-business days
add BusinessTime::Config.with to readme
Fix warnings for ambiguous -
operator usage
Fix minitest deprecation warning
Remove duplicate definitions of config properties
[SR-252]