sportdb 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,9 +16,6 @@ module SportDB::Models
16
16
 
17
17
  class Team < ActiveRecord::Base ; end
18
18
  class League < ActiveRecord::Base ; end
19
-
20
- #### make constanst such as AT_2012_13, WORLD_2010, etc. available
21
- include SportDB::Keys
22
19
 
23
20
  end
24
21
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module SportDB
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportdb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gerald Bauer