sportdb-config 0.7.0 → 0.7.1
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/lib/sportdb/config/config.rb +1 -1
- data/lib/sportdb/config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b93799fb817b7e01251aa0e0466a139ae6a0154c
|
|
4
|
+
data.tar.gz: 98b3f7cde0179d48242d65703947f76b65ab3a8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 970bb8795434f5689ebf44fc39bf102cb6aec35962db2ca23c2909a2ec342b91132a9982108eb8b34a408add5bae7b788d4101cf0c4351f79abfe6ce062af88a
|
|
7
|
+
data.tar.gz: 213ab53677e5770539072ab14fd9aad721afb202d208ab287b4690db7d30564afb13e51059951e39ddbe391a712860480f1f86cbd7ecedc36cd84cfbc8630f9c
|
|
@@ -101,7 +101,7 @@ class Configuration
|
|
|
101
101
|
ClubIndex.build( clubs_dir )
|
|
102
102
|
else ## no clubs_dir set - try using builtin from footballdb-clubs
|
|
103
103
|
## todo/fix: use build_club_index make public (remove private)!!!!
|
|
104
|
-
FootballDb::Club.club_index
|
|
104
|
+
FootballDb::Import::Club.club_index
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
if clubs.errors?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sportdb-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gerald Bauer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-08-
|
|
11
|
+
date: 2019-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sportdb-countries
|