sportdb-parser 0.3.8 → 0.3.9
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/rounds_de.txt +33 -1
- data/config/rounds_en.txt +7 -0
- data/config/rounds_es.txt +5 -1
- data/config/rounds_misc.txt +7 -0
- data/lib/sportdb/parser/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9187500dd6b826499a59de1fc84b98adcc79fbb60fbdeff02cd810c17170d4e4
|
|
4
|
+
data.tar.gz: 628a1145d613f71301673c33ed416605b84a65e6c1c795bb8e9997b85ab21f09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfbc14a3a63460efc6fbf2f33a9c4b40173b127784ec3885be1968b46eb0036610362c3022db5c584db4d6ed782e51f0952cd605100f4ff58c371a9332037044
|
|
7
|
+
data.tar.gz: 8c40d210b66c06c3166583f146b433c9c6436dec010960d18a0f95edb6048838a67f27b5cbbae8bb5f0dbe6e76d8ed732505163eab10efb8582c9625dbf3c5a8
|
data/CHANGELOG.md
CHANGED
data/config/rounds_de.txt
CHANGED
|
@@ -10,17 +10,32 @@ Spiele # in 2017/uy.1.txt -- double check if missing something
|
|
|
10
10
|
# in 1960-61/it.1.txt
|
|
11
11
|
|
|
12
12
|
|
|
13
|
+
10. Runde
|
|
14
|
+
|
|
15
|
+
|
|
13
16
|
Zwischenrunde
|
|
14
17
|
|
|
15
18
|
Sechzehntelfinale
|
|
16
19
|
Platzierungsspiel
|
|
17
20
|
|
|
18
21
|
Qualifikation
|
|
22
|
+
Qualifikation Copa Lib.
|
|
19
23
|
Qual. 3. Runde
|
|
20
24
|
|
|
25
|
+
|
|
21
26
|
2. Aufstieg Halbfinale
|
|
22
27
|
2. Aufstieg Finale
|
|
23
28
|
|
|
29
|
+
|
|
30
|
+
Halbfinale Gruppe A
|
|
31
|
+
Halbfinale Gruppe B
|
|
32
|
+
|
|
33
|
+
Entscheidungsspiele Abstieg
|
|
34
|
+
|
|
35
|
+
Trostrunde Finale
|
|
36
|
+
Trostrunde Halbfinale
|
|
37
|
+
|
|
38
|
+
|
|
24
39
|
Playoff-Runde
|
|
25
40
|
Relegation
|
|
26
41
|
Aufstieg
|
|
@@ -43,6 +58,7 @@ Direkter Abstieg
|
|
|
43
58
|
7. Platz
|
|
44
59
|
9. Platz
|
|
45
60
|
11. Platz
|
|
61
|
+
13. Platz
|
|
46
62
|
|
|
47
63
|
5.-8. Platz Playoffs
|
|
48
64
|
9.-12. Platz Playoffs
|
|
@@ -53,11 +69,27 @@ Entscheidung 1. Runde
|
|
|
53
69
|
Entscheidung 2. Runde
|
|
54
70
|
|
|
55
71
|
|
|
56
|
-
Zwischenrunde Gr. B ## move to group_de - why? why not?
|
|
57
72
|
1. Runde Gruppe 1
|
|
58
73
|
1. Runde Gruppe 2
|
|
59
74
|
|
|
60
75
|
|
|
76
|
+
Zwischenrunde Gr. A ## move to group_de - why? why not?
|
|
77
|
+
Zwischenrunde Gr. B
|
|
78
|
+
Zwischenrunde Gr. C
|
|
79
|
+
Zwischenrunde Gr. D
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
Vorrunde Gr. A
|
|
83
|
+
Vorrunde Gr. B
|
|
84
|
+
Vorrunde Gr. C
|
|
85
|
+
Vorrunde Gr. D
|
|
86
|
+
Vorrunde Gr. E
|
|
87
|
+
Vorrunde Gr. F
|
|
88
|
+
Vorrunde Gr. G
|
|
89
|
+
Vorrunde Gr. H
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
61
93
|
### todo/fix
|
|
62
94
|
### move to group - why? why not?
|
|
63
95
|
Gruppe 1
|
data/config/rounds_en.txt
CHANGED
data/config/rounds_es.txt
CHANGED
data/config/rounds_misc.txt
CHANGED