gameday_api 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. data/lib/gameday_config.yml +14 -0
  2. metadata +4 -3
@@ -0,0 +1,14 @@
1
+ # If you are behind a firewall, set a proxy here
2
+ proxy:
3
+ # host: 10.0.6.251
4
+ # port: 3128
5
+
6
+ # Do you want to retrieve the Gameday files from the gd2.mlb.com server, or from local storage
7
+ # uncomment the desired fetcher
8
+ #fetcher: remote
9
+ fetcher: local
10
+
11
+ # Move FILEBASEPATH into here
12
+
13
+ # Move Gameday BASE URL into here
14
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gameday_api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 2
10
- version: 0.5.2
9
+ - 3
10
+ version: 0.5.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - timothyf
@@ -68,6 +68,7 @@ files:
68
68
  - lib/schedule_game.rb
69
69
  - lib/scoreboard.rb
70
70
  - lib/team.rb
71
+ - lib/gameday_config.yml
71
72
  - LICENSE
72
73
  - README
73
74
  has_rdoc: true