national_holidays 1.8.7 → 1.8.8
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/national-holidays-config/conf/ru/russia01.yml +30 -0
- 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: e502478369a086fc87903dc3e7859b5936aefa0693b73a4be3da6e22efc7b4f2
|
|
4
|
+
data.tar.gz: fdd8057b905d6faea55c1ac7840ff66389b81c9b6901e83987a28df27d202a91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e1e76e493f207213cfb2b2af54c287218613fd074ce24f2f3509296f36ba0c3a6abebf6100971ff907c71393a6b3f2a695c610f577290ee09a7467f41d31d8c
|
|
7
|
+
data.tar.gz: 80109bd95d6642a5ec4fd60cdd5f5bb51aa6831b044562f5e1af2f30fe76f14a3db441a50c61afb18356611f9b2a17a4a90d64a2ef659641d426438d9d874c4e
|
|
@@ -866,6 +866,11 @@ years:
|
|
|
866
866
|
names:
|
|
867
867
|
en: Defender of the Fatherland Day
|
|
868
868
|
ru: День защитника Отечества
|
|
869
|
+
- public_holiday: true
|
|
870
|
+
date: '2020-02-24'
|
|
871
|
+
names:
|
|
872
|
+
en: Defender of the Fatherland Day
|
|
873
|
+
ru: День защитника Отечества
|
|
869
874
|
- public_holiday: true
|
|
870
875
|
date: '2020-03-08'
|
|
871
876
|
names:
|
|
@@ -881,11 +886,36 @@ years:
|
|
|
881
886
|
names:
|
|
882
887
|
en: The Day of Spring and Labor
|
|
883
888
|
ru: Праздник Весны и Труда
|
|
889
|
+
- public_holiday: true
|
|
890
|
+
date: '2020-05-02'
|
|
891
|
+
names:
|
|
892
|
+
en: The Day of Spring and Labor
|
|
893
|
+
ru: Праздник Весны и Труда
|
|
894
|
+
- public_holiday: true
|
|
895
|
+
date: '2020-05-03'
|
|
896
|
+
names:
|
|
897
|
+
en: The Day of Spring and Labor
|
|
898
|
+
ru: Праздник Весны и Труда
|
|
899
|
+
- public_holiday: true
|
|
900
|
+
date: '2020-05-04'
|
|
901
|
+
names:
|
|
902
|
+
en: The Day of Spring and Labor
|
|
903
|
+
ru: Праздник Весны и Труда
|
|
904
|
+
- public_holiday: true
|
|
905
|
+
date: '2020-05-05'
|
|
906
|
+
names:
|
|
907
|
+
en: The Day of Spring and Labor
|
|
908
|
+
ru: Праздник Весны и Труда
|
|
884
909
|
- public_holiday: true
|
|
885
910
|
date: '2020-05-09'
|
|
886
911
|
names:
|
|
887
912
|
en: Victory Day
|
|
888
913
|
ru: День Победы
|
|
914
|
+
- public_holiday: true
|
|
915
|
+
date: '2020-05-10'
|
|
916
|
+
names:
|
|
917
|
+
en: Holiday
|
|
918
|
+
ru: Праздник
|
|
889
919
|
- public_holiday: true
|
|
890
920
|
date: '2020-05-11'
|
|
891
921
|
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.8.
|
|
4
|
+
version: 1.8.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Balhatchet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: countries
|