national_holidays 1.17.13 → 1.17.14

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: fa63379ab80b0a20d42bca8716716779dbe28cc896dbfc829652d9a42dd5ab79
4
- data.tar.gz: 3c88e2e21821b2f8baa4032751b92a11e38ee2fa7f3b101056629780ac847099
3
+ metadata.gz: 2734eb5f14662feaa20505dde1ad28d86910377d64f7d59ca34fbd3d875804c2
4
+ data.tar.gz: dc2d19c199a913420508f04ac04da954c06aecac1307f69c1a1baadd8be0064e
5
5
  SHA512:
6
- metadata.gz: 4611e62886b82ec7c1dc615d7eba94593ffd6f52cf7a1597d11a4b2a56c6a16dca884e55e98fe6b44a5be7c5a0ab263693129b9f3ebb1602c0127d48e1978253
7
- data.tar.gz: ebc1c3866f2b9c89aec3ef3a91f68a118bc190e21bb90cfc04f4173d4b334b76332ca33c0d5384427c416150954160a179b3729c184bd28078095dd991ef85c0
6
+ metadata.gz: eff99e5f5c0de6ba22b6142a50430968bafda106f1b45830b61376cc0501ab87a9aad098534ce1b2561add25c4ceaa3db0fca94514b966326e6dec9871261b39
7
+ data.tar.gz: 6dd86d722eb3ac24bcd3b75e24328397d11d4af5ed283785124c1e2dd4ec6252165866b616a19c3eac294810af947a40f64e50ffc4acb7386a549fd0acbd7bda
@@ -281,3 +281,59 @@ years:
281
281
  names:
282
282
  en: Noël
283
283
  fr: Noël
284
+ '2023':
285
+ - public_holiday: true
286
+ date: '2023-01-01'
287
+ names:
288
+ en: Jour de l'an
289
+ fr: Jour de l'an
290
+ - public_holiday: true
291
+ date: '2023-04-18'
292
+ names:
293
+ en: Lundi de Pâques
294
+ fr: Lundi de Pâques
295
+ - public_holiday: true
296
+ date: '2023-05-01'
297
+ names:
298
+ en: Fête du travail
299
+ fr: Fête du travail
300
+ - public_holiday: true
301
+ date: '2023-05-08'
302
+ names:
303
+ en: Victoire 1945
304
+ fr: Victoire 1945
305
+ - public_holiday: true
306
+ date: '2023-05-26'
307
+ names:
308
+ en: Ascension
309
+ fr: Ascension
310
+ - public_holiday: true
311
+ date: '2023-06-06'
312
+ names:
313
+ en: Lundi de Pentecôte
314
+ fr: Lundi de Pentecôte
315
+ - public_holiday: true
316
+ date: '2023-07-14'
317
+ names:
318
+ en: Fête nationale
319
+ fr: Fête nationale
320
+ - public_holiday: true
321
+ date: '2023-08-15'
322
+ names:
323
+ en: Assomption
324
+ fr: Assomption
325
+ - public_holiday: true
326
+ date: '2023-11-01'
327
+ names:
328
+ en: Toussaint
329
+ fr: Toussaint
330
+ - public_holiday: true
331
+ date: '2023-11-11'
332
+ names:
333
+ en: Armistice 1918
334
+ fr: Armistice 1918
335
+ - public_holiday: true
336
+ date: '2023-12-25'
337
+ names:
338
+ en: Noël
339
+ fr: Noël
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: national_holidays
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.13
4
+ version: 1.17.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Balhatchet
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-24 00:00:00.000000000 Z
11
+ date: 2023-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: countries
@@ -299,7 +299,7 @@ homepage: https://github.com/CharlieHR/national-holidays-ruby
299
299
  licenses:
300
300
  - MIT
301
301
  metadata: {}
302
- post_install_message:
302
+ post_install_message:
303
303
  rdoc_options: []
304
304
  require_paths:
305
305
  - lib
@@ -314,8 +314,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
314
314
  - !ruby/object:Gem::Version
315
315
  version: '0'
316
316
  requirements: []
317
- rubygems_version: 3.2.3
318
- signing_key:
317
+ rubygems_version: 3.1.6
318
+ signing_key:
319
319
  specification_version: 4
320
320
  summary: National Holidays for 95 countries
321
321
  test_files: []