mlb_scoreboard 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/version.rb +1 -1
- data/mlb_scoreboard.gemspec +1 -1
- data/pkg/mlb_scoreboard-0.1.2.gem +0 -0
- data/pkg/mlb_scoreboard-0.1.3.gem +0 -0
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9eb180c47db56dee90745f83c9296875d8eedb1
|
4
|
+
data.tar.gz: b9632837ce5e8b63290dc8454e6cc3d65f591049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db15f8daafcfedb012307e3b212779a51dc4baa09a6223a82f48736fa15ebdee172fb2779644435a6d100ec3aedddbfb13990f0d9dba4e3b5fdbb8567efb697a
|
7
|
+
data.tar.gz: a7216c53d571bd1760bff3101f4a4e46f2dd79cb5150607e04cd2bb46e62f2ccff55935db871810cc35d85b11de92ef29945e9c56255760429996982966bdf60
|
data/lib/version.rb
CHANGED
data/mlb_scoreboard.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Steve Frost"]
|
10
10
|
spec.email = ["ffrostt@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = "MLB Scoreboard is a CLI
|
12
|
+
spec.summary = "MLB Scoreboard is a CLI gem that displays matchups and box scores from the official MLB API. Use bin/mlb_scoreboard to load all MLB matchups from the previous day. To see more details about a matchup, enter the corresponding matchup number. The details include hits, runs, and errors. At any time the user can type 'exit' to exit the program."
|
13
13
|
spec.description = spec.summary
|
14
14
|
spec.homepage = "https://github.com/steveafrost/scoreboard-cli-gem"
|
15
15
|
spec.license = "MIT"
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mlb_scoreboard
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steve Frost
|
@@ -112,7 +112,7 @@ dependencies:
|
|
112
112
|
- - ">="
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: 1.8.3
|
115
|
-
description: MLB Scoreboard is a CLI
|
115
|
+
description: MLB Scoreboard is a CLI gem that displays matchups and box scores from
|
116
116
|
the official MLB API. Use bin/mlb_scoreboard to load all MLB matchups from the previous
|
117
117
|
day. To see more details about a matchup, enter the corresponding matchup number.
|
118
118
|
The details include hits, runs, and errors. At any time the user can type 'exit'
|
@@ -139,6 +139,8 @@ files:
|
|
139
139
|
- lib/mlb_scoreboard.rb
|
140
140
|
- lib/version.rb
|
141
141
|
- mlb_scoreboard.gemspec
|
142
|
+
- pkg/mlb_scoreboard-0.1.2.gem
|
143
|
+
- pkg/mlb_scoreboard-0.1.3.gem
|
142
144
|
homepage: https://github.com/steveafrost/scoreboard-cli-gem
|
143
145
|
licenses:
|
144
146
|
- MIT
|
@@ -162,7 +164,7 @@ rubyforge_project:
|
|
162
164
|
rubygems_version: 2.4.5.1
|
163
165
|
signing_key:
|
164
166
|
specification_version: 4
|
165
|
-
summary: MLB Scoreboard is a CLI
|
167
|
+
summary: MLB Scoreboard is a CLI gem that displays matchups and box scores from the
|
166
168
|
official MLB API. Use bin/mlb_scoreboard to load all MLB matchups from the previous
|
167
169
|
day. To see more details about a matchup, enter the corresponding matchup number.
|
168
170
|
The details include hits, runs, and errors. At any time the user can type 'exit'
|