mlb_gameday 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 +4 -4
- data/lib/mlb_gameday.rb +2 -1
- data/lib/mlb_gameday/version.rb +1 -1
- data/resources/data.yml +12 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f959ab88762cbdeaabac6e4fe1df03c020d014ee
|
4
|
+
data.tar.gz: 80921e6438be259dbca1c341b854dfb18132e913
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d21223f760ff1d1a1de33bd6cd2cd2ec86708a5423c6d31d1097a6e44c686336d93d7f29c8b2ed608daa616fa1a065460dd1700c7f3143cad0542ba19d1f6c1c
|
7
|
+
data.tar.gz: 81b95208d7763d8495157bd9703dabe43f890a1ab9461fda206d550a40be9f42ce3a526d2c88a1740561152aedb9883d5d261bc1e508d80690c1d0a1749b0a54
|
data/lib/mlb_gameday.rb
CHANGED
data/lib/mlb_gameday/version.rb
CHANGED
data/resources/data.yml
CHANGED
@@ -331,3 +331,15 @@
|
|
331
331
|
alt_names:
|
332
332
|
- san fran
|
333
333
|
- gigantes
|
334
|
+
:misc: &misc
|
335
|
+
teams:
|
336
|
+
:AAS: !ruby/object:MLBGameday::Team
|
337
|
+
name: AL All Stars
|
338
|
+
city: AL
|
339
|
+
code: AL
|
340
|
+
file_code: aas
|
341
|
+
:NAS: !ruby/object:MLBGameday::Team
|
342
|
+
name: NL All Stars
|
343
|
+
city: NL
|
344
|
+
code: NL
|
345
|
+
file_code: nas
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mlb_gameday
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Hoffman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|