fifa 2020.5.18 → 2020.9.13
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/Rakefile +1 -1
- data/config/countries.txt +15 -3
- data/lib/fifa/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee5b6fb60e460c4d2493e60023c977c8b357c038
|
|
4
|
+
data.tar.gz: 811d156620668f40b4bc38db76fbae1c16850c56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87046868eeba2ce8ea2949289912b6c6aeaeb5399935507525398f52176bbbd8ea2e8c67c11f2190814fa68527acb623dda2f5173e0b3db8cea03c7ab16c3ab6
|
|
7
|
+
data.tar.gz: 97162f566a70f7bc484ec53f4e0c72b57536bcf3b8898cdd9c32a6833d491656da2cbb903191dc587a81c9525f15e9a30e4127137a778b21409a86c595a26823
|
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ Hoe.spec 'fifa' do
|
|
|
8
8
|
self.summary = "fifa - the world's football countries and codes (incl. non-member countries and irregular codes)"
|
|
9
9
|
self.description = summary
|
|
10
10
|
|
|
11
|
-
self.urls =
|
|
11
|
+
self.urls = { home: 'https://github.com/sportdb/football.db' }
|
|
12
12
|
|
|
13
13
|
self.author = 'Gerald Bauer'
|
|
14
14
|
self.email = 'opensport@googlegroups.com'
|
data/config/countries.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
##########################################
|
|
2
2
|
# auto-generated all-in-one single datafile countries.txt bundle
|
|
3
|
-
# on 2020-
|
|
3
|
+
# on 2020-09-13 10:57:25 +0200 from 10 datafile(s)
|
|
4
4
|
# please, do NOT edit here; use the source
|
|
5
5
|
# see https://github.com/openfootball/national-teams - updates welcome!
|
|
6
6
|
|
|
@@ -472,13 +472,25 @@ gf French Guiana › FR, GUF, concacaf › cfu # note: NOT fifa member
|
|
|
472
472
|
###########################################
|
|
473
473
|
# Former national teams
|
|
474
474
|
# with former FIFA country codes etc.
|
|
475
|
+
#
|
|
476
|
+
# see also https://en.wikipedia.org/wiki/List_of_FIFA_country_codes#Obsolete_country_codes
|
|
475
477
|
|
|
476
478
|
|
|
479
|
+
# the state was called the Federal Republic of Yugoslavia,
|
|
480
|
+
# until February 2003, when the name of the country was changed to
|
|
481
|
+
# Serbia and Montenegro.
|
|
482
|
+
# In 2006, Montenegro declared its independence from Serbia,
|
|
483
|
+
# with the result that the country's football team was renamed
|
|
484
|
+
# as the Serbia national football team on 28 June 2006
|
|
485
|
+
# with the Montenegro national football team created to represent
|
|
486
|
+
# the renewed state of Montenegro, with the Serbian national team
|
|
487
|
+
# inheriting the history and records of Serbia and Montenegro's national team.
|
|
488
|
+
-2006 Serbia and Montenegro, SCG ⇒ Serbia
|
|
489
|
+
|
|
477
490
|
# note:
|
|
478
491
|
# Federal Republic of Yugoslavia (1992-2003)
|
|
479
492
|
# Socialist Federal Republic of Yugoslavia (-1992)
|
|
480
|
-
-2003 Yugoslavia, YUG ⇒ Serbia
|
|
481
|
-
|
|
493
|
+
-2003 Yugoslavia, YUG ⇒ Serbia and Montenegro
|
|
482
494
|
|
|
483
495
|
# today - Congo DR (COD) formerly called Zaire (1971–1997)
|
|
484
496
|
-1997 Zaire, ZAI ⇒ Congo DR
|
data/lib/fifa/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fifa
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2020.
|
|
4
|
+
version: 2020.9.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gerald Bauer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sportdb-formats
|