howzit 2.0.29 → 2.0.30

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
  SHA256:
3
- metadata.gz: 1e49b8c3399fb8c6aa96f857ea9dd77e8f91b1292783c0b25167ebf9aa380485
4
- data.tar.gz: 9af75120a0e39cc371bf68f78335be3fcc8ea508e18c64fe5b94d1e9affec4a8
3
+ metadata.gz: d66bce7888fe2c4f20b84e2aa89f70ba76103453ff6fe5ed89b385c4debdb170
4
+ data.tar.gz: df96e786640586dbd52345d088118e50f0b56125f86c35431c3acec05df0042f
5
5
  SHA512:
6
- metadata.gz: f13f6c1d353c0ef3f8e041a0e3b2864ad808601c5aa4f3423d2830872e26650d29c33fce7b723489ac0557e314e17de8b3aba333a9692dda4e375bd372f17988
7
- data.tar.gz: 9ebc50f699029414cd72d12ac83a591d6bcbe8f18f1cab175ea6bb81e40baf19b823129c7458947d6d9806448e1018209572f73271ca5c2398ba73f3fa9b9967
6
+ metadata.gz: 04c1f202b01923c688316b849f1410c50c8d3ae6d0f2e64a17fc5acfcc002f6037e9c29bfdd8f483dea8a710d4fa3ef8d17d91e4c542faeed6dd23b6c3f4cc48
7
+ data.tar.gz: 1d008476828a051cb82a656e9d05b81fa96d6c4939df5aaf5de3bc39456c636c0f71f16979565beaaac056513503a9413a08e4ea43e4634d2386dec3a0ea5af8
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 2.0.30
2
+
3
+ 2022-08-31 07:15
4
+
5
+ #### FIXED
6
+
7
+ - Formatting of --help and --version commands
8
+
1
9
  ### 2.0.29
2
10
 
3
11
  2022-08-30 04:20
data/bin/howzit CHANGED
@@ -11,7 +11,7 @@ args = parts[0] ? Shellwords.shellsplit(parts[0]) : []
11
11
  Howzit.arguments = parts[1] ? Shellwords.shellsplit(parts[1]) : []
12
12
 
13
13
  OptionParser.new do |opts|
14
- opts.banner = "Usage: #{__FILE__} [OPTIONS] [TOPIC]"
14
+ opts.banner = "Usage: #{File.basename(__FILE__)} [OPTIONS] [TOPIC]"
15
15
  opts.separator ''
16
16
  opts.separator 'Show build notes for the current project (buildnotes.md).
17
17
  Include a topic name to see just that topic, or no argument to display all.'
@@ -233,7 +233,7 @@ OptionParser.new do |opts|
233
233
  end
234
234
 
235
235
  opts.on('-v', '--version', 'Display version number') do
236
- puts "how v#{Howzit::VERSION}"
236
+ puts "#{File.basename(__FILE__)} v#{Howzit::VERSION}"
237
237
  Process.exit 0
238
238
  end
239
239
  end.parse!(args)
@@ -3,5 +3,5 @@
3
3
  # Primary module for this gem.
4
4
  module Howzit
5
5
  # Current Howzit version.
6
- VERSION = '2.0.29'
6
+ VERSION = '2.0.30'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howzit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.29
4
+ version: 2.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-30 00:00:00.000000000 Z
11
+ date: 2022-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler