football-timezones 0.2.1 → 0.2.2
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/CHANGELOG.md +1 -1
- data/config/timezones_africa.csv +5 -1
- data/config/timezones_america.csv +6 -2
- data/lib/football-timezones/version.rb +1 -1
- 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: a95892d9f16f3c79ca11ba53c7620fb1a960685094f34d45505c1a43152c9eef
|
4
|
+
data.tar.gz: f007f71ffe6a2e2286497b85c9873c94f21e34008594af9e21cb1d394ec71af2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 885f9273eb9502493c4f3890e94ded900dc1d576dc61fc3666d1bc6a7f105ded9f410dfd3c749ba9943d16d5ac39e0f337e91b7597d71db6c4c36ec44163496d
|
7
|
+
data.tar.gz: 204e812e47f6080748be10242f0c7b92a279f38384e6f909b3d897d062373fda3be497c829c771702d83e1eff0f59ed6bb648b408d560af31594139251cc688d
|
data/CHANGELOG.md
CHANGED
data/config/timezones_africa.csv
CHANGED
@@ -3,7 +3,6 @@ key, zone
|
|
3
3
|
eg, Africa/Cairo
|
4
4
|
|
5
5
|
dz, Africa/Algiers
|
6
|
-
|
7
6
|
ma, Africa/Casablanca
|
8
7
|
|
9
8
|
za, Africa/Johannesburg
|
@@ -14,4 +13,9 @@ ng, Africa/Lagos
|
|
14
13
|
ke, Africa/Nairobi
|
15
14
|
|
16
15
|
|
16
|
+
## note: use cairo time zone for int'l africa tournaments for now
|
17
|
+
# why? why not?
|
18
|
+
afl, Africa/Cairo
|
19
|
+
caf.cl, Africa/Cairo
|
20
|
+
caf, Africa/Cairo
|
17
21
|
|
@@ -13,18 +13,22 @@ hn, America/Tegucigalpa
|
|
13
13
|
sv, America/El_Salvador
|
14
14
|
ni, America/Managua
|
15
15
|
|
16
|
+
concacaf, America/Mexico_City ### use mx time - why? why not?
|
17
|
+
concacaf.cl, America/Mexico_City
|
18
|
+
|
19
|
+
|
16
20
|
uy, America/Montevideo
|
17
21
|
pe, America/Lima
|
18
22
|
ec, America/Guayaquil
|
19
|
-
co, America/Bogota
|
20
23
|
bo, America/La_Paz
|
21
24
|
cl, America/Santiago
|
22
25
|
py, America/Asuncion
|
26
|
+
ve, America/Caracas
|
23
27
|
|
24
28
|
br, America/Sao_Paulo
|
25
29
|
ar, America/Argentina/Buenos_Aires
|
30
|
+
co, America/Bogota
|
26
31
|
|
27
32
|
|
28
|
-
concacaf.cl, America/Mexico_City ### use mx time - why? why not?
|
29
33
|
copa.l, America/Sao_Paulo ### use brazil time - why? why not?
|
30
34
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: football-timezones
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tzinfo
|