Sha256: e927920c542dbddb41716c7f34b0982573349d6d105abfa0474a9fad0c45c13f

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

# encoding: utf-8

# note: timezone for games (play_at) is *always* CET (central european time)


######################################
## Oesterreichische Bundesliga 2011/12
##
## more info => http://bundesliga.at

bl = Event.create!( key:      'at.2011/12',
                    title:    'Ă–sterr. Bundesliga 2011/12',
                    start_at: Time.cet('2012-04-07 00:00')  )

team_keys_bl = [
 'salzburg',
 'rapid',
 'admira',
 'austria',
 'sturm',
 'ried',
 'wacker',
 'mattersburg',
 'neustadt',
 'ksv' ]

bl.add_teams_from_ary!( team_keys_bl )


Prop.create!( key: 'db.at.bl.2011/12.version', value: '1' )

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sportdb-0.4.4 db/at/2011_12/bl.rb