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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ba193ce3273692cfaee2dcf0cde6a94943822616
4
- data.tar.gz: fb24a42f03af13b75a6d5efc451dbb960ce0cb93
3
+ metadata.gz: c9eb180c47db56dee90745f83c9296875d8eedb1
4
+ data.tar.gz: b9632837ce5e8b63290dc8454e6cc3d65f591049
5
5
  SHA512:
6
- metadata.gz: b7fbc0406d9b63ede9cd7f09d4c36d733f963a8db44975eafd9a998433ed7c53aac4c9401cca63b6636831d57859df3e349178851e999896b022d31239db311f
7
- data.tar.gz: 6a121bdd50ec7a3b3ea55e5870f2296bdacfd7ac6c59ad238911e1a65e3ca57ba67cde754a886bfb513e774c685ea460c8d8e248259f530a2a337d51b00abb5d
6
+ metadata.gz: db15f8daafcfedb012307e3b212779a51dc4baa09a6223a82f48736fa15ebdee172fb2779644435a6d100ec3aedddbfb13990f0d9dba4e3b5fdbb8567efb697a
7
+ data.tar.gz: a7216c53d571bd1760bff3101f4a4e46f2dd79cb5150607e04cd2bb46e62f2ccff55935db871810cc35d85b11de92ef29945e9c56255760429996982966bdf60
@@ -1,3 +1,3 @@
1
1
  module MLBScoreboard
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -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 em 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."
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"
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.2
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 em that displays matchups and box scores from
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 em that displays matchups and box scores from the
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'