business 1.17.0 → 1.17.1
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 +5 -0
- data/lib/business/data/bacs.yml +1 -1
- data/lib/business/data/padca.yml +9 -1
- data/lib/business/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16fe6f4e2771fc8f43e3a9fc15610e98f41e5f1c2343cb605ed2639cf2a013bc
|
|
4
|
+
data.tar.gz: 331564e091636888399b9efc93be3b5b2e9ef8d052b7f61eaaac2a9967c67a5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f643247c899cff6ddd1d3864478fcc5aeced2044c4ca9436e165b39eb1d0df195fe680c127791e625e55e08588397b5c94fa4dcdbf8655873fb5f429a0f5e42
|
|
7
|
+
data.tar.gz: eabf1f8cd5ab5d47d2492fed02b29ed89705b0fda9fe8d1d5c11476865949df52f34ff9a8ef3d695893ed9f864ae2cc46318a06126e44bdcc7e9e24929f5c64e
|
data/CHANGELOG.md
CHANGED
data/lib/business/data/bacs.yml
CHANGED
data/lib/business/data/padca.yml
CHANGED
|
@@ -24,4 +24,12 @@ holidays:
|
|
|
24
24
|
- November 11th, 2019
|
|
25
25
|
- December 25th, 2019
|
|
26
26
|
- December 26th, 2019
|
|
27
|
-
- January 1st, 2020
|
|
27
|
+
- January 1st, 2020
|
|
28
|
+
- April 10th, 2020
|
|
29
|
+
- May 18th, 2020
|
|
30
|
+
- July 1st, 2020
|
|
31
|
+
- September 7th, 2020
|
|
32
|
+
- October 12th, 2020
|
|
33
|
+
- November 11th, 2020
|
|
34
|
+
- December 25th, 2020
|
|
35
|
+
- December 28th, 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.17.
|
|
4
|
+
version: 1.17.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Harry Marr
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|