business 1.13.1 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 698146152d59e94ba6de9f3d320f2c0f1b9445eff0fe2e45963d0e0d53551363
4
- data.tar.gz: 67e67a27b902ff616056610d8f8c30556b7ebe7fd8d37e79edaf8c9f190f0af4
3
+ metadata.gz: fa45d0ca8447388acec061890ade767225283cb88fac0964b3793c420175bb95
4
+ data.tar.gz: e87b9317b1efa14642d9e1d51c42f3b110f82319037c760688c1d4d1898e3288
5
5
  SHA512:
6
- metadata.gz: 9fc0bf5894084a61361c58d60640c7746c8ae84e79ff350d6c3ae30a73675c99862d37537487851f0691e3ac007ceea55a91373c12d2a4f667173b6d3caeb085
7
- data.tar.gz: 4d552326408f3b27724ccabd49fd343a7abebbfeb21c7aa5326576c56b8860389815cb25c56b27af8d8b308a4077b6940315671f3ed07389d2dc020628b9ba5e
6
+ metadata.gz: 1da9a109d4f9b0a89defe46c41e040ce129ebefc747d649351273c02cd67bb3798646ca555489ad63c8ede53d71f59829a89d5ebf8fadbd2777e76a121ad7ade
7
+ data.tar.gz: 97582223853f741fc85acad851f09fd77014bdcfa56b10b978cc384d7e9bf90fba0ee6d97f29a5a2a2f93074176ee8fefcb6d0cf04437ea7b06ace2b48b61a3f
@@ -1,3 +1,7 @@
1
+ ## 1.14.0 - July 18, 2018
2
+
3
+ - Add holiday calendar for BECS New Zealand
4
+
1
5
  ## 1.13.1 - June 22, 2018
2
6
 
3
7
  - Fix June's 2018 bank holidays for Bankgirot
data/README.md CHANGED
@@ -120,7 +120,8 @@ The calendars that we include are:
120
120
 
121
121
  * Bacs
122
122
  * Bankgirot
123
- * BECS
123
+ * BECS (Australia)
124
+ * BECSNZ (New Zealand)
124
125
  * Betalingsservice
125
126
  * Target (SEPA)
126
127
 
@@ -0,0 +1,50 @@
1
+ working_days:
2
+ - monday
3
+ - tuesday
4
+ - wednesday
5
+ - thursday
6
+ - friday
7
+
8
+ holidays:
9
+ - January 2nd, 2017
10
+ - January 3rd, 2017
11
+ - February 6th, 2017
12
+ - April 14th, 2017
13
+ - April 17th, 2017
14
+ - April 25th, 2017
15
+ - June 5th, 2017
16
+ - October 23rd, 2017
17
+ - December 25th, 2017
18
+ - December 26th, 2017
19
+ - January 1st, 2018
20
+ - January 2nd, 2018
21
+ - February 6th, 2018
22
+ - March 30th, 2018
23
+ - April 2nd, 2018
24
+ - April 25th, 2018
25
+ - June 4th, 2018
26
+ - October 22nd, 2018
27
+ - December 25th, 2018
28
+ - December 26th, 2018
29
+ - January 1st, 2019
30
+ - January 2nd, 2019
31
+ - February 6th, 2019
32
+ - April 19th, 2019
33
+ - April 22nd, 2019
34
+ - April 25th, 2019
35
+ - June 3rd, 2019
36
+ - October 28th, 2019
37
+ - December 25th, 2019
38
+ - December 26th, 2019
39
+ - January 1st, 2020
40
+ - January 2nd, 2020
41
+ - February 6th, 2020
42
+ - April 10th, 2020
43
+ - April 13th, 2020
44
+ - April 27th, 2020
45
+ - June 1st, 2020
46
+ - October 26th, 2020
47
+ - December 25th, 2020
48
+ - December 28th, 2020
49
+
50
+
@@ -1,3 +1,3 @@
1
1
  module Business
2
- VERSION = "1.13.1"
2
+ VERSION = "1.14.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: business
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.1
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Marr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-22 00:00:00.000000000 Z
11
+ date: 2018-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,6 +58,7 @@ files:
58
58
  - lib/business/data/bacs.yml
59
59
  - lib/business/data/bankgirot.yml
60
60
  - lib/business/data/becs.yml
61
+ - lib/business/data/becsnz.yml
61
62
  - lib/business/data/betalingsservice.yml
62
63
  - lib/business/data/target.yml
63
64
  - lib/business/data/weekdays.yml