-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from gocardless/becs-nz
Add Calendar for BECS New Zealand
- Loading branch information
Showing
4 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
working_days: | ||
- monday | ||
- tuesday | ||
- wednesday | ||
- thursday | ||
- friday | ||
|
||
holidays: | ||
- January 2nd, 2017 | ||
- January 3rd, 2017 | ||
- February 6th, 2017 | ||
- April 14th, 2017 | ||
- April 17th, 2017 | ||
- April 25th, 2017 | ||
- June 5th, 2017 | ||
- October 23rd, 2017 | ||
- December 25th, 2017 | ||
- December 26th, 2017 | ||
- January 1st, 2018 | ||
- January 2nd, 2018 | ||
- February 6th, 2018 | ||
- March 30th, 2018 | ||
- April 2nd, 2018 | ||
- April 25th, 2018 | ||
- June 4th, 2018 | ||
- October 22nd, 2018 | ||
- December 25th, 2018 | ||
- December 26th, 2018 | ||
- January 1st, 2019 | ||
- January 2nd, 2019 | ||
- February 6th, 2019 | ||
- April 19th, 2019 | ||
- April 22nd, 2019 | ||
- April 25th, 2019 | ||
- June 3rd, 2019 | ||
- October 28th, 2019 | ||
- December 25th, 2019 | ||
- December 26th, 2019 | ||
- January 1st, 2020 | ||
- January 2nd, 2020 | ||
- February 6th, 2020 | ||
- April 10th, 2020 | ||
- April 13th, 2020 | ||
- April 27th, 2020 | ||
- June 1st, 2020 | ||
- October 26th, 2020 | ||
- December 25th, 2020 | ||
- December 28th, 2020 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Business | ||
VERSION = "1.13.1" | ||
VERSION = "1.14.0" | ||
end |