footballdb-clubs 2020.6.16 → 2020.7.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/config/clubs.txt +644 -183
- data/config/clubs.wiki.txt +8 -2
- data/lib/footballdb/clubs/version.rb +2 -2
- metadata +4 -4
data/config/clubs.wiki.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
##########################################
|
2
2
|
# auto-generated all-in-one single datafile clubs.wiki.txt bundle
|
3
|
-
# on 2020-
|
3
|
+
# on 2020-07-07 21:39:24 +0200 from 5 datafile(s)
|
4
4
|
# please, do NOT edit here; use the source
|
5
5
|
# see https://github.com/openfootball/clubs - updates welcome!
|
6
6
|
|
@@ -685,7 +685,13 @@ Defensa y Justicia
|
|
685
685
|
Estudiantes de La Plata
|
686
686
|
Club de Gimnasia y Esgrima La Plata
|
687
687
|
Godoy Cruz Antonio Tomba
|
688
|
-
|
688
|
+
|
689
|
+
# Club Atlético Huracán
|
690
|
+
## todo/fix: add city!!!! e.g. Club Atlético Huracán, Tres Arroyos or Club Atlético Huracán › Tres Arroyos
|
691
|
+
# todo/fix: ERROR !!! - too many (greater than one) matching clubs found for wiki(pedia) name >Club Atlético Huracán, Argentina (ar)
|
692
|
+
# - Huracán de Tres Arroyos
|
693
|
+
# - Huracán de Buenos Aires
|
694
|
+
|
689
695
|
Club Atlético Independiente
|
690
696
|
Club Atlético Lanús
|
691
697
|
Newell's Old Boys
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: footballdb-clubs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2020.
|
4
|
+
version: 2020.7.7
|
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-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sportdb-formats
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.1.
|
19
|
+
version: 1.1.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.1.
|
26
|
+
version: 1.1.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: fifa
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|