sportdb-config 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 764ca27d3655813274fb75c7ccbb8f1d4e1dcb71
4
- data.tar.gz: eef58b830eda10906d497555c681aab449436be0
3
+ metadata.gz: b93799fb817b7e01251aa0e0466a139ae6a0154c
4
+ data.tar.gz: 98b3f7cde0179d48242d65703947f76b65ab3a8b
5
5
  SHA512:
6
- metadata.gz: de0e7967586e5e1ef5b90bbcc0eba6b780d56d089a951dc3dab767b4c0b229b2c92afa4768c452702b23f5c8c17dd99b65254672e9534ab29a6987c629f1023d
7
- data.tar.gz: 299672688171ddd354c55ee42a98eef867d90a5af345fa1885d23934a5811bd4610cab371f24c293fc77cc22178f1c901d74282a7fee862c58288285794dd02f
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?
@@ -8,7 +8,7 @@ module Boot ## note: use a different module than Config to avoid confusion
8
8
 
9
9
  MAJOR = 0 ## todo: namespace inside version or something - why? why not??
10
10
  MINOR = 7
11
- PATCH = 0
11
+ PATCH = 1
12
12
  VERSION = [MAJOR,MINOR,PATCH].join('.')
13
13
 
14
14
  def self.version
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.0
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-19 00:00:00.000000000 Z
11
+ date: 2019-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sportdb-countries