fbup 0.1.2 → 0.1.3
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/openfootball.csv +2 -4
- data/lib/fbup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d115aef45d2af98f2e9888dec2ac6efc7dac781eb4caf5066b31ab6dbfd0f391
|
4
|
+
data.tar.gz: 1c435a5430e5966b96783c0c0dc24825fc299cb293b4fb207c1c38185865d1db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e4ab909468866bab66ccbc20cdabe583068712b97a24358b57d91188c6e962dfadae7ec75cf405b261786fbc2349a0ea944f00f1270638f7c280e5b601bb844
|
7
|
+
data.tar.gz: edc46e659a27cfdfb00ef71c22ea2957690c2a441549984a1e2f8df81792279ac3d448071057718b2c2abac0fc62f3d2da43b448e5ce37c09e6e48357e59adff
|
data/CHANGELOG.md
CHANGED
data/config/openfootball.csv
CHANGED
@@ -14,7 +14,7 @@ key, path, flags
|
|
14
14
|
|
15
15
|
at, austria, classic
|
16
16
|
|
17
|
-
de,
|
17
|
+
de, deutschland, classic
|
18
18
|
eng, england, classic
|
19
19
|
es, espana, classic
|
20
20
|
it, italy, classic
|
@@ -114,7 +114,7 @@ copa.s, south-america/copa-libertadores,
|
|
114
114
|
|
115
115
|
|
116
116
|
###
|
117
|
-
# world repo
|
117
|
+
# /world repo
|
118
118
|
|
119
119
|
eg, world/africa/egypt,
|
120
120
|
ma, world/africa/morocco,
|
@@ -137,8 +137,6 @@ mls, world/north-america/major-league-soccer,
|
|
137
137
|
|
138
138
|
|
139
139
|
mx, world/north-america/mexico,
|
140
|
-
## todo/check - why mx config is not enough?
|
141
|
-
## mx.2.expansion, world/north-america/mexico
|
142
140
|
|
143
141
|
|
144
142
|
## fix/change concacaf.cl to concacaf.champs !!!
|
data/lib/fbup/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fbup
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gitti
|