business 1.14.0 → 1.15.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 +1 -0
- data/lib/business/data/padca.yml +27 -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: '079cf8debc3d368ed07009e19f1fa45b5276b81f6069c651bf05947a88763e5a'
|
|
4
|
+
data.tar.gz: 6336eccd2d9b52b821be804f6234cda4da7a1d8be38ceca9f2cacc4b4934d8c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 852ab77a45a36cd94ae901e82190ae423a4415fa0a08eea111a18385599067d07c42e9a1b34bc257c09a2677c78b16a8fd5b8843a42e5f86c9f31ad8dedc7054
|
|
7
|
+
data.tar.gz: d0fccbb42eda1b2c95837f904de72f3783c0a82cead4f847ab7d040dd6e17596c10a7b22565388234fec48024aa71c696bfb77bd58d53843b33589dc37a8d7c8
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
working_days:
|
|
2
|
+
- monday
|
|
3
|
+
- tuesday
|
|
4
|
+
- wednesday
|
|
5
|
+
- thursday
|
|
6
|
+
- friday
|
|
7
|
+
|
|
8
|
+
holidays:
|
|
9
|
+
- January 1st, 2018
|
|
10
|
+
- March 30th, 2018
|
|
11
|
+
- May 21st, 2018
|
|
12
|
+
- July 2nd, 2018
|
|
13
|
+
- September 3rd, 2018
|
|
14
|
+
- October 8th, 2018
|
|
15
|
+
- November 12th, 2018
|
|
16
|
+
- December 25th, 2018
|
|
17
|
+
- December 26th, 2018
|
|
18
|
+
- January 1st, 2019
|
|
19
|
+
- April 19th, 2019
|
|
20
|
+
- May 20th, 2019
|
|
21
|
+
- July 1st, 2019
|
|
22
|
+
- September 2nd, 2019
|
|
23
|
+
- October 14th, 2019
|
|
24
|
+
- November 11th, 2019
|
|
25
|
+
- December 25th, 2019
|
|
26
|
+
- December 26th, 2019
|
|
27
|
+
- January 1st, 2020
|
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.15.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-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -60,6 +60,7 @@ files:
|
|
|
60
60
|
- lib/business/data/becs.yml
|
|
61
61
|
- lib/business/data/becsnz.yml
|
|
62
62
|
- lib/business/data/betalingsservice.yml
|
|
63
|
+
- lib/business/data/padca.yml
|
|
63
64
|
- lib/business/data/target.yml
|
|
64
65
|
- lib/business/data/weekdays.yml
|
|
65
66
|
- lib/business/version.rb
|