nfl-teams 0.0.2 → 0.0.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/nfl_teams.rb +4 -0
- data/nfl-teams.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e92c16620ec20d1ed5e3d98d0b5f2ab3b9befdb6ee7e3ee3aa156090ff760749
|
4
|
+
data.tar.gz: caaacc4704b7c100db62be9c630bbecfa22c7c0d4565800af00f8ad728ed82cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f342c1fec70655478e5daf35dbf5f54d1c6498610c7b194c86cd1f6940658ef8592d1a0b978b47bde1db641fa30a53922ce19e0e8b8bfb1dd7a766f8e971293
|
7
|
+
data.tar.gz: d982fafd71207432b1920c86ac8dbe865343c2a4a163bbce32617f4c554f0a2d52b962f3b50089b14213c6a6598c0a97ea769f18c1bd936da09c796665fdb74b
|
data/lib/nfl_teams.rb
CHANGED
data/nfl-teams.gemspec
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'nfl-teams'
|
5
5
|
s.platform = Gem::Platform::RUBY
|
6
|
-
s.version = '0.0.
|
6
|
+
s.version = '0.0.3'
|
7
7
|
s.summary = 'NFL team names, locations, and abbreviations.'
|
8
8
|
s.description = 'A simple library containing team name information about current NFL teams.'
|
9
9
|
s.authors = ['Robert Peterson']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nfl-teams
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Peterson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A simple library containing team name information about current NFL teams.
|
14
14
|
email: robertpeterson@gmail.com
|