sportdb-formats 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sportdb/formats/country/country_reader.rb +1 -1
- data/lib/sportdb/formats/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1645b8fed586be03207b65e25866473f3124c3d
|
4
|
+
data.tar.gz: c50d164b1cf1fe79e5dc5c8ac9e946fc6ba96f31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bed9e662901b25660899f1b3df3f6a9f506f88422a50db23d119d7f55a4e94ac84e82474879926b5f6db079a13600ebe093ae3ea39d351e758b25e3904789edf
|
7
|
+
data.tar.gz: c2aff73cf2ba9ea04fddde788076bd72b983681ba2e492a665f3e104f76712ce1708d32abc1eb64e0dece966f34d30bda3724acaf53598d487b51307f735cc4e
|
@@ -57,7 +57,7 @@ def parse
|
|
57
57
|
|
58
58
|
last_country = country = Country.new( name: "#{name} (-#{year})",
|
59
59
|
code: code )
|
60
|
-
country.alt_names << name ## note: do NOT
|
60
|
+
## country.alt_names << name ## note: for now do NOT add name without year to alt_names - gets auto-add by index!!!
|
61
61
|
|
62
62
|
countries << country
|
63
63
|
## todo/fix: add reference to country today (in parts[1] !!!!)
|