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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -1
- data/lib/business/data/becsnz.yml +50 -0
- data/lib/business/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa45d0ca8447388acec061890ade767225283cb88fac0964b3793c420175bb95
|
|
4
|
+
data.tar.gz: e87b9317b1efa14642d9e1d51c42f3b110f82319037c760688c1d4d1898e3288
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1da9a109d4f9b0a89defe46c41e040ce129ebefc747d649351273c02cd67bb3798646ca555489ad63c8ede53d71f59829a89d5ebf8fadbd2777e76a121ad7ade
|
|
7
|
+
data.tar.gz: 97582223853f741fc85acad851f09fd77014bdcfa56b10b978cc384d7e9bf90fba0ee6d97f29a5a2a2f93074176ee8fefcb6d0cf04437ea7b06ace2b48b61a3f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -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
|
+
|
data/lib/business/version.rb
CHANGED
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.
|
|
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-
|
|
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
|