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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa088c60ee5ba28618f836c7b35b580caf34033e
4
- data.tar.gz: b01e9ed03724efa2f6dc35977dd129a1efdfde6e
3
+ metadata.gz: ee5b6fb60e460c4d2493e60023c977c8b357c038
4
+ data.tar.gz: 811d156620668f40b4bc38db76fbae1c16850c56
5
5
  SHA512:
6
- metadata.gz: cc5e458381f50fcdbc20ea98d2d58ead994682a14618f0e755593950c1fbcc2d497f585b96179a9c54fa398978e3eff0653f98a6d43814a5429b830d57220ec3
7
- data.tar.gz: 499098a4529ec01dea3d4fee639d73863ec35aba51783539483ca57a9a65cf9daef02350bbc97906bbce1c721b06323ed290c4bdecbcad4157c1ccd2b523a602
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 = ['https://github.com/sportdb/football.db']
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'
@@ -1,6 +1,6 @@
1
1
  ##########################################
2
2
  # auto-generated all-in-one single datafile countries.txt bundle
3
- # on 2020-05-18 20:40:54 +0200 from 10 datafile(s)
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
@@ -5,8 +5,8 @@
5
5
 
6
6
  class Fifa
7
7
  MAJOR = 2020 ## todo: namespace inside version or something - why? why not??
8
- MINOR = 5
9
- PATCH = 18
8
+ MINOR = 9
9
+ PATCH = 13
10
10
  VERSION = [MAJOR,MINOR,PATCH].join('.')
11
11
 
12
12
  def self.version
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.5.18
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-05-18 00:00:00.000000000 Z
11
+ date: 2020-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sportdb-formats