business 1.16.1 → 1.17.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: 652785d82651685692536865dbd7702fbb33ce98fc1bc540e20fb676f1e91812
4
- data.tar.gz: abd140377eb0cde6c02c238b07dc56ac0836a3dc2248ccd65942304a85b8330f
3
+ metadata.gz: 269d15c8779ee827afd572090f68bdcacd07a2e370403b39eb2f57b7198d60ed
4
+ data.tar.gz: 0ba04f3d70c319474a8f71d8f8f8930da4ad1ba7bf55943146a61f2104f26450
5
5
  SHA512:
6
- metadata.gz: 3c6e2d5e3b567c899f6d86b26a5eb28f64db7c8f1d3441a6753057b03d4155856d6a28b24511adc2e4105457d40654e5b1a549e51d90c559236f3c92ba3632f3
7
- data.tar.gz: bf1cc2964a2d33d63d0e7d095cf328909f12602552d07451a63e356a3849928857d2641d574f8c926996f2ebf3c996a4f50977280798e230ff41cd4bc3119bab
6
+ metadata.gz: c096b7e12f640b5dec2a8477d4a67e08f1e36a89efeeb38e12ef9c1f31c5e10bd0d5bc3ef09a918f476e5b3da4cb46f195bf2e0f761ebe50a52a318c6fcc2bc5
7
+ data.tar.gz: 34e96d59c5863db36b3ac58f26c5c744c44507ab463e8897fbd2213787ba27ade73363a7da5e9761c85a3f23d55718d0a1a61c08176024533a563e03fe1eb409
@@ -1,3 +1,7 @@
1
+ ## 1.17.0 - September 2, 2019
2
+
3
+ - Add holiday calendar for France (Target(SEPA) + French bank holidays)
4
+
1
5
  ## 1.16.1 - September 2, 2019
2
6
 
3
7
  - Fix holiday calendar for ACH U.S.
data/README.md CHANGED
@@ -125,6 +125,7 @@ The calendars that we include are:
125
125
  * PAD (Canada)
126
126
  * Betalingsservice
127
127
  * Target (SEPA)
128
+ * TargetFrance (SEPA + French bank holidays)
128
129
 
129
130
  ## But other libraries already do this
130
131
 
@@ -1,3 +1,6 @@
1
+ # Any changes made to this file should also be made to targetfrance.yml,
2
+ # as that file also contains Target(SEPA) holidays.
3
+
1
4
  working_days:
2
5
  - monday
3
6
  - tuesday
@@ -0,0 +1,130 @@
1
+ # The dates for Ascension Day and Whit Monday change each year. At the time of writing this comment (29/10/2019),
2
+ # the dates for these holidays have only been published up till the year 2021.
3
+ # In this file, dates from the year 2022 onwards only consist of fixed/known bank holidays.
4
+
5
+ working_days:
6
+ - monday
7
+ - tuesday
8
+ - wednesday
9
+ - thursday
10
+ - friday
11
+
12
+ holidays:
13
+ - January 1st, 2018
14
+ - March 30th, 2018
15
+ - April 2nd, 2018
16
+ - May 1st, 2018
17
+ - May 8th, 2018
18
+ - May 10th, 2018
19
+ - May 21st, 2018
20
+ - July 14th, 2018
21
+ - August 15th, 2018
22
+ - November 1st, 2018
23
+ - November 11th, 2018
24
+ - December 25th, 2018
25
+ - December 26th, 2018
26
+ - January 1st, 2019
27
+ - April 19th, 2019
28
+ - April 22nd, 2019
29
+ - May 1st, 2019
30
+ - May 8th, 2019
31
+ - May 30th, 2019
32
+ - June 10th, 2019
33
+ - July 14th, 2019
34
+ - August 15th, 2019
35
+ - November 1st, 2019
36
+ - November 11th, 2019
37
+ - December 25th, 2019
38
+ - December 26th, 2019
39
+ - January 1st, 2020
40
+ - April 10th, 2020
41
+ - April 13th, 2020
42
+ - May 1st, 2020
43
+ - May 8th, 2020
44
+ - May 21st, 2020
45
+ - June 1st, 2020
46
+ - July 14th, 2020
47
+ - August 15th, 2020
48
+ - November 1st, 2020
49
+ - November 11th, 2020
50
+ - December 25th, 2020
51
+ - December 26th, 2020
52
+ - January 1st, 2021
53
+ - April 2nd, 2021
54
+ - April 5th, 2021
55
+ - May 1st, 2021
56
+ - May 8th, 2021
57
+ - May 13th, 2021
58
+ - May 24th, 2021
59
+ - July 14th, 2021
60
+ - August 15th, 2021
61
+ - November 1st, 2021
62
+ - November 11th, 2021
63
+ - December 25th, 2021
64
+ - December 26th, 2021
65
+ - January 1st, 2022
66
+ - April 15th, 2022
67
+ - April 18th, 2022
68
+ - May 1st, 2022
69
+ - May 8th, 2022
70
+ - July 14th, 2022
71
+ - August 15th, 2022
72
+ - November 1st, 2022
73
+ - November 11th, 2022
74
+ - December 25th, 2022
75
+ - December 26th, 2022
76
+ - January 1st, 2023
77
+ - April 7th, 2023
78
+ - April 10th, 2023
79
+ - May 1st, 2023
80
+ - May 8th, 2023
81
+ - July 14th, 2023
82
+ - August 15th, 2023
83
+ - November 1st, 2023
84
+ - November 11th, 2023
85
+ - December 25th, 2023
86
+ - December 26th, 2023
87
+ - January 1st, 2024
88
+ - March 29th, 2024
89
+ - April 1st, 2024
90
+ - May 1st, 2024
91
+ - May 8th, 2024
92
+ - July 14th, 2024
93
+ - August 15th, 2024
94
+ - November 1st, 2024
95
+ - November 11th, 2024
96
+ - December 25th, 2024
97
+ - December 26th, 2024
98
+ - January 1st, 2025
99
+ - April 18th, 2025
100
+ - April 21st, 2025
101
+ - May 1st, 2025
102
+ - May 8th, 2025
103
+ - July 14th, 2025
104
+ - August 15th, 2025
105
+ - November 1st, 2025
106
+ - November 11th, 2025
107
+ - December 25th, 2025
108
+ - December 26th, 2025
109
+ - January 1st, 2026
110
+ - April 3rd, 2026
111
+ - April 6th, 2026
112
+ - May 1st, 2026
113
+ - May 8th, 2026
114
+ - July 14th, 2026
115
+ - August 15th, 2026
116
+ - November 1st, 2026
117
+ - November 11th, 2026
118
+ - December 25th, 2026
119
+ - December 26th, 2026
120
+ - January 1st, 2027
121
+ - March 26th, 2027
122
+ - March 29th, 2027
123
+ - May 1st, 2027
124
+ - May 8th, 2027
125
+ - July 14th, 2027
126
+ - August 15th, 2027
127
+ - November 1st, 2027
128
+ - November 11th, 2027
129
+ - December 25th, 2027
130
+ - December 26th, 2027
@@ -1,3 +1,3 @@
1
1
  module Business
2
- VERSION = "1.16.1"
2
+ VERSION = "1.17.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.16.1
4
+ version: 1.17.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: 2019-09-04 00:00:00.000000000 Z
11
+ date: 2019-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -49,6 +49,7 @@ files:
49
49
  - lib/business/data/betalingsservice.yml
50
50
  - lib/business/data/padca.yml
51
51
  - lib/business/data/target.yml
52
+ - lib/business/data/targetfrance.yml
52
53
  - lib/business/data/weekdays.yml
53
54
  - lib/business/version.rb
54
55
  - spec/calendar_spec.rb