hof_stats 0.1.3 → 0.1.4

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: 8d2acae9e87552baaa1fc1f84be8e74afc04f41b
4
- data.tar.gz: cd8f71c68ee51f66cbe4cde328af291d779962dd
3
+ metadata.gz: 6972d5f7e34dcadc0edbfaeda52c2eca31b5752c
4
+ data.tar.gz: 74cf48c1f5a1478810237dc94107af9c760b88ae
5
5
  SHA512:
6
- metadata.gz: ca72eaab3ed62b3b248f7fa181e1b271a913d2c0df55a0943356dc67ed88db673d321f81ae77c06b27a9959b606faa4a3def57d77ddfc4c2ce63f89177dcab39
7
- data.tar.gz: 394f63ef69d2f4a77043bf0dc5625d500bea9003d52ba852c549b88262396b7c57c030bb91e708b63a611b733b2061ddb72537f4328bacba6f27578847bce6fc
6
+ metadata.gz: 2ff201c41bcc8b0fcac0cc979a2c347435ce4d751403b3c3de6edb58ffe68842d3550e437b9c515e20c95765d7e70ab6cdea1a311a778279642edf553d6d4222
7
+ data.tar.gz: d6888f75b99d0ffbc76c179f3f393afea118e89188141d511c8724dd2b71be5639e1984c35985bbd3965d164767a4b14cb56b19e53211a924dd315a37c56549a
Binary file
data/lib/hof_stats/cli.rb CHANGED
@@ -15,9 +15,9 @@ class HofStats::CLI
15
15
  player.votes = "N/A"
16
16
  end
17
17
  if player.percent == ""
18
- player.percent = "N/A"
18
+ player.percent = "N/A %"
19
19
  end
20
- puts "#{i+1}. #{player.name} - #{player.year} - #{player.votes} votes - #{player.percent}%"
20
+ puts "#{i+1}. #{player.name} - #{player.year} - #{player.votes} votes - #{player.percent}"
21
21
  end
22
22
  end
23
23
 
@@ -1,3 +1,3 @@
1
1
  module HofStats
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hof_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tony Mastrorio
@@ -100,6 +100,7 @@ files:
100
100
  - bin/setup
101
101
  - hof_stats-0.1.1.gem
102
102
  - hof_stats-0.1.2.gem
103
+ - hof_stats-0.1.3.gem
103
104
  - hof_stats.gemspec
104
105
  - lib/hof_stats.rb
105
106
  - lib/hof_stats/cli.rb