sportdb-market 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@
4
4
  ## Oesterreichische Bundesliga 2012/13 Quotes/Odds
5
5
 
6
6
 
7
- bl = Event.find_by_key!( 'at.2012/13' )
7
+ bl = Event.find_at_2012_13!
8
8
 
9
9
 
10
10
  salzburg = Team.find_by_key!( 'salzburg' )
@@ -3,8 +3,7 @@
3
3
  ##################################
4
4
  ### ÖFB Cup 2012/13 Quotes/Odds
5
5
 
6
- cup = Event.find_by_key!( 'at_cup_2012_13' )
7
-
6
+ cup = Event.find_at_cup_2012_13!
8
7
 
9
8
  ## bundesliga teams
10
9
 
@@ -5,8 +5,7 @@
5
5
  ## Champions League 2012/13 Quotes/Odds
6
6
 
7
7
 
8
- cl = Event.find_by_key!( 'cl.2012/13' )
9
-
8
+ cl = Event.find_cl_2012_13!
10
9
 
11
10
  porto = Team.find_by_key!( 'porto' )
12
11
  kiew = Team.find_by_key!( 'kiew' )
@@ -52,7 +52,8 @@ module SportDB::Market
52
52
  ['betathome', 'cl.2012/13', 'cl/2012_13/cl_betathome'],
53
53
  ['tipp3', 'cl.2012/13', 'cl/2012_13/cl_tipp3'],
54
54
  ['tipico', 'euro.2012', 'euro/2012_tipico'],
55
- ['tipp3', 'euro.2012', 'euro/2012_tipp3' ]]
55
+ ['tipp3', 'euro.2012', 'euro/2012_tipp3' ],
56
+ ['tipp3', 'wmq.euro', 'world/quali_tipp3']]
56
57
  end
57
58
 
58
59
  def self.read_all
@@ -2,5 +2,5 @@
2
2
  module SportDB ; end # forward reference (for hoe require)
3
3
 
4
4
  module SportDB::Market
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportdb-market
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 1
10
- version: 0.1.1
9
+ - 2
10
+ version: 0.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gerald Bauer