business 1.11.1 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/business/data/becs.yml +14 -0
- data/lib/business/data/betalingsservice.yml +11 -0
- data/lib/business/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1431e1fe213a16dbbf8dbf725fb5efcf034835cf
|
4
|
+
data.tar.gz: 1795c1836084a2c2b5730b1caa7f96641d86185a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba2842e349db5f8195eea673a95cc3d9d47a9f85d9b0168e80179421030895ef0cfbe4848f98d80defc3e70ef19fa91fc3fa14e355982035c6d5520d05c205bd
|
7
|
+
data.tar.gz: f7a0973d56bdec053c85ee06874175b3ddaed412597079cd34dc48164403d143584f0bc2a9e155af44038719910b0134afa90e6e746836816a6b53b480b67c56
|
data/lib/business/data/becs.yml
CHANGED
@@ -20,3 +20,17 @@ holidays:
|
|
20
20
|
- April 25th, 2018
|
21
21
|
- December 25th, 2018
|
22
22
|
- December 26th, 2018
|
23
|
+
- January 1st, 2019
|
24
|
+
- January 28th, 2019
|
25
|
+
- April 19th, 2019
|
26
|
+
- April 22nd, 2019
|
27
|
+
- April 25th, 2019
|
28
|
+
- December 25th, 2019
|
29
|
+
- December 26th, 2019
|
30
|
+
- January 1st, 2020
|
31
|
+
- January 27th, 2020
|
32
|
+
- April 10th, 2020
|
33
|
+
- April 13nd, 2020
|
34
|
+
- April 25th, 2020
|
35
|
+
- December 25th, 2020
|
36
|
+
- December 28th, 2020
|
@@ -41,3 +41,14 @@ holidays:
|
|
41
41
|
- December 25th, 2019
|
42
42
|
- December 26th, 2019
|
43
43
|
- December 31st, 2019
|
44
|
+
- January 1st, 2020
|
45
|
+
- April 9th, 2020
|
46
|
+
- April 10th, 2020
|
47
|
+
- April 12th, 2020
|
48
|
+
- April 13th, 2020
|
49
|
+
- May 8th, 2020
|
50
|
+
- May 31st, 2020
|
51
|
+
- June 1st, 2020
|
52
|
+
- June 5th, 2020
|
53
|
+
- December 25th, 2020
|
54
|
+
- December 26th, 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.12.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:
|
11
|
+
date: 2018-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
version: '0'
|
87
87
|
requirements: []
|
88
88
|
rubyforge_project:
|
89
|
-
rubygems_version: 2.6.
|
89
|
+
rubygems_version: 2.6.11
|
90
90
|
signing_key:
|
91
91
|
specification_version: 4
|
92
92
|
summary: Date calculations based on business calendars
|