sportdb-config 0.2.2 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fe2b7c82d6d90391429dc22ec436df758477ea0
4
- data.tar.gz: f4d99f15a3efdf86204f6a72a188e32f00c8c754
3
+ metadata.gz: 04ebc860cc621c13172c0aa54ab8906349ee4d58
4
+ data.tar.gz: 78749ba61be6f1fe5735297c9bef55456ca2594c
5
5
  SHA512:
6
- metadata.gz: ffc5111b12b2b93eaf3bd44a372ba763933ba27894cfab6a373a40bc9edef89496e27f9dfbfb7953baa0f0e8dd8841dca8caaa3a93fcb0ca032e4ee1adba7088
7
- data.tar.gz: 03af3c75d752dce366f6c645fd1949d932f3c42261fae3f6eb6cce0ab1260925c3ced78be86e9ba32857ca67292cccce88d934f05a1f944b2b27181c0dd287e1
6
+ metadata.gz: '0038100e050a67987428b4c1b033a4995eb3d15d7d82f65bead40479677a12f2b13f6129dbb750209eba74e64b4e54ce5bbf0755392e5986241a5cbf36ff7f03'
7
+ data.tar.gz: 330eb0c1dc2aa541f3c5be1ee43f198dde1225d012a2dd0d34baad4240edeee32c44027eb90432bc85c8a7977a912590baf5b3b61200d5db624833fa13555258
@@ -78,7 +78,10 @@ class Configuration
78
78
  mx: 'north-america/mx-mexico',
79
79
  us: 'north-america/us-united-states',
80
80
  ca: 'north-america/ca-canada',
81
- ar: 'south-america/ar-argentina' }
81
+ ar: 'south-america/ar-argentina',
82
+ br: 'south-america/br-brazil',
83
+ jp: 'asia/jp-japan',
84
+ cn: 'asia/cn-china' }
82
85
 
83
86
  def read_teams
84
87
  ## unify team names; team (builtin/known/shared) name mappings
@@ -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 = 2
11
- PATCH = 2
11
+ PATCH = 3
12
12
  VERSION = [MAJOR,MINOR,PATCH].join('.')
13
13
 
14
14
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportdb-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer