national_holidays 1.14.0 → 1.14.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 234015a154306f01d2b090cc7f69469769b2cbf795834db56f0d57ac9f1489c5
|
|
4
|
+
data.tar.gz: c8f39ef6c2fc9bc8e52cc781fbe99d4f6e851af02c5a715cedc86c703cb069ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20b58567012b94bc378e5d11cf2ce7ba10796f050b3b2ca9ca7ca3e088f57b38a2f8548774589cbb7819b0e00312afcd932077433569c3cf4175523cb281f47e
|
|
7
|
+
data.tar.gz: 923735534e747d5d6a8683703b6bbbde067b26808f8fdb907064adf2624fe950d92efb92e431f1a172beabd5a243f523c7e075bd9a4a94a8b75b000430d55843
|
|
@@ -390,9 +390,13 @@ years:
|
|
|
390
390
|
names:
|
|
391
391
|
en: May Day Bank Holiday
|
|
392
392
|
- public_holiday: true
|
|
393
|
-
date: '2022-
|
|
393
|
+
date: '2022-06-02'
|
|
394
394
|
names:
|
|
395
395
|
en: Spring Bank Holiday
|
|
396
|
+
- public_holiday: true
|
|
397
|
+
date: '2022-06-03'
|
|
398
|
+
names:
|
|
399
|
+
en: Platinum Jubilee Holiday
|
|
396
400
|
- public_holiday: true
|
|
397
401
|
date: '2022-08-29'
|
|
398
402
|
names:
|
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.14.
|
|
4
|
+
version: 1.14.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Balhatchet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: countries
|
|
@@ -310,8 +310,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
310
310
|
- !ruby/object:Gem::Version
|
|
311
311
|
version: '0'
|
|
312
312
|
requirements: []
|
|
313
|
-
rubygems_version: 3.
|
|
313
|
+
rubygems_version: 3.1.6
|
|
314
314
|
signing_key:
|
|
315
315
|
specification_version: 4
|
|
316
|
-
summary: National Holidays for
|
|
316
|
+
summary: National Holidays for 90 countries
|
|
317
317
|
test_files: []
|