jashmenn-git-style-binaries 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 3
4
+ :patch: 4
@@ -69,7 +69,7 @@ module Helpers
69
69
  GitStyleBinary.known_commands.collect do |k,cmd|
70
70
  next if k == basename
71
71
  cmd.process_parser!
72
- ("%-s%-10s" % [basename, k]).colorize(:blue) + "\n " + ("%s" % [cmd.short_desc]) + "\n"
72
+ ("%-s%s%-10s" % [basename, '-', k]).colorize(:blue) + "\n " + ("%s" % [cmd.short_desc]) + "\n"
73
73
  end.compact.sort
74
74
  end
75
75
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jashmenn-git-style-binaries
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
  - Nate Murray