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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16541cdfc3acf1a1c6ce0c68c1568ae4d3cce227fad1dc104e49fcc4de2e76ba
4
- data.tar.gz: 4e58666b1bd4f8297449590b9a8ac6056e22955a73144e67da6a3cb326cdc6e3
3
+ metadata.gz: a95892d9f16f3c79ca11ba53c7620fb1a960685094f34d45505c1a43152c9eef
4
+ data.tar.gz: f007f71ffe6a2e2286497b85c9873c94f21e34008594af9e21cb1d394ec71af2
5
5
  SHA512:
6
- metadata.gz: e65d3e3be642d9a20930076ae6bca3369240563c667aae9ec955294757e77b9120d59de27d017d4ef1eb9442eb4b74b0ef65d097ee323f48b3781e5e469c2705
7
- data.tar.gz: cbf7b6163329f452014de4a8fb7c8178f8f036c0c4c70e91a28bd971fa43c8b02e45e1ab8b0882696c45ccf51aa67c1f161f00650b414cc8b64896e03367d591
6
+ metadata.gz: 885f9273eb9502493c4f3890e94ded900dc1d576dc61fc3666d1bc6a7f105ded9f410dfd3c749ba9943d16d5ac39e0f337e91b7597d71db6c4c36ec44163496d
7
+ data.tar.gz: 204e812e47f6080748be10242f0c7b92a279f38384e6f909b3d897d062373fda3be497c829c771702d83e1eff0f59ed6bb648b408d560af31594139251cc688d
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 0.2.1
1
+ ### 0.2.2
2
2
 
3
3
  ### 0.0.1 / 2024-09-11
4
4
 
@@ -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
 
@@ -4,7 +4,7 @@ module Module
4
4
  module Timezones
5
5
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
6
6
  MINOR = 2
7
- PATCH = 1
7
+ PATCH = 2
8
8
  VERSION = [MAJOR,MINOR,PATCH].join('.')
9
9
 
10
10
  def self.version
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.1
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-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo