mlb_gameday 0.2.3 → 0.2.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f959ab88762cbdeaabac6e4fe1df03c020d014ee
4
- data.tar.gz: 80921e6438be259dbca1c341b854dfb18132e913
3
+ metadata.gz: 119efd15ccb8e4ca58c78df4ec630d2713f98f27
4
+ data.tar.gz: 6627b59450fed9b22ffef933838584342d461e59
5
5
  SHA512:
6
- metadata.gz: d21223f760ff1d1a1de33bd6cd2cd2ec86708a5423c6d31d1097a6e44c686336d93d7f29c8b2ed608daa616fa1a065460dd1700c7f3143cad0542ba19d1f6c1c
7
- data.tar.gz: 81b95208d7763d8495157bd9703dabe43f890a1ab9461fda206d550a40be9f42ce3a526d2c88a1740561152aedb9883d5d261bc1e508d80690c1d0a1749b0a54
6
+ metadata.gz: ef01f51caa90987e764c31a59e188677d9edbee6eb18cbfafc1d9d46621a02793750f93c602b76cb0b41535a4b24376464a01d1ee11d7e7c1d22df5e28c70b04
7
+ data.tar.gz: 73ca20c472e0465748e1f493eff6367470a62e1207c2922d980ec1c24188b77f392c73e06fa88d2d3dd743004b163763e05018803d369389fcd60d12d1a2ebf3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MLBGameday
4
- VERSION = '0.2.3'
4
+ VERSION = '0.2.3.1'
5
5
  end
@@ -331,8 +331,8 @@
331
331
  alt_names:
332
332
  - san fran
333
333
  - gigantes
334
- :misc: &misc
335
- teams:
334
+ :misc:
335
+ :teams:
336
336
  :AAS: !ruby/object:MLBGameday::Team
337
337
  name: AL All Stars
338
338
  city: AL
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mlb_gameday
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Hoffman