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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa45d0ca8447388acec061890ade767225283cb88fac0964b3793c420175bb95
4
- data.tar.gz: e87b9317b1efa14642d9e1d51c42f3b110f82319037c760688c1d4d1898e3288
3
+ metadata.gz: '079cf8debc3d368ed07009e19f1fa45b5276b81f6069c651bf05947a88763e5a'
4
+ data.tar.gz: 6336eccd2d9b52b821be804f6234cda4da7a1d8be38ceca9f2cacc4b4934d8c1
5
5
  SHA512:
6
- metadata.gz: 1da9a109d4f9b0a89defe46c41e040ce129ebefc747d649351273c02cd67bb3798646ca555489ad63c8ede53d71f59829a89d5ebf8fadbd2777e76a121ad7ade
7
- data.tar.gz: 97582223853f741fc85acad851f09fd77014bdcfa56b10b978cc384d7e9bf90fba0ee6d97f29a5a2a2f93074176ee8fefcb6d0cf04437ea7b06ace2b48b61a3f
6
+ metadata.gz: 852ab77a45a36cd94ae901e82190ae423a4415fa0a08eea111a18385599067d07c42e9a1b34bc257c09a2677c78b16a8fd5b8843a42e5f86c9f31ad8dedc7054
7
+ data.tar.gz: d0fccbb42eda1b2c95837f904de72f3783c0a82cead4f847ab7d040dd6e17596c10a7b22565388234fec48024aa71c696bfb77bd58d53843b33589dc37a8d7c8
@@ -1,3 +1,7 @@
1
+ ## 1.15.0 - October 24, 2018
2
+
3
+ - Add holiday calendar for PAD Canada
4
+
1
5
  ## 1.14.0 - July 18, 2018
2
6
 
3
7
  - Add holiday calendar for BECS New Zealand
data/README.md CHANGED
@@ -122,6 +122,7 @@ The calendars that we include are:
122
122
  * Bankgirot
123
123
  * BECS (Australia)
124
124
  * BECSNZ (New Zealand)
125
+ * PAD (Canada)
125
126
  * Betalingsservice
126
127
  * Target (SEPA)
127
128
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Business
2
- VERSION = "1.14.0"
2
+ VERSION = "1.15.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.14.0
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-07-20 00:00:00.000000000 Z
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