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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ccd241256a964b430d9c9aa515901641ed5a0e2
4
- data.tar.gz: 1d997241f388000d7b2c19e26a92c9ba39c8e172
3
+ metadata.gz: c1645b8fed586be03207b65e25866473f3124c3d
4
+ data.tar.gz: c50d164b1cf1fe79e5dc5c8ac9e946fc6ba96f31
5
5
  SHA512:
6
- metadata.gz: 1d7d1e6b71009ec598f01f59ead597269ea3c4b48bc3e2f5be0a7257879114f2b3110937dfb23c153962cd7dd0a61e23d0050a8eb40c6652acf34a8a1720071c
7
- data.tar.gz: 392a8eaf8c0d1f14b021a45ca39ce491f8edceac0cf9ba33ffde920e638a2cf1fd2adf836e596dc2100c233f5ca1fe8aadf47526fb1837de855acaf84974b19a
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 forget - add name without year to alt_names!!!
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] !!!!)
@@ -7,7 +7,7 @@ module Formats
7
7
 
8
8
  MAJOR = 1 ## todo: namespace inside version or something - why? why not??
9
9
  MINOR = 0
10
- PATCH = 4
10
+ PATCH = 5
11
11
  VERSION = [MAJOR,MINOR,PATCH].join('.')
12
12
 
13
13
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportdb-formats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer