everyday_thor_util 1.4.0 → 1.4.1

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: 36bf4760adf8ab8b33555fc1c41ab010b4d27ebe
4
- data.tar.gz: 74835c528cf90a6fc72ca97ff85674f448479aa9
3
+ metadata.gz: 0bd362d79f59609423afdbfebeac5f272bc9c88a
4
+ data.tar.gz: fad77f8f90ee22429cfae4bbee5812f00be1222e
5
5
  SHA512:
6
- metadata.gz: bc3a29eb9228242f32030ac2e26eca9dfef7e9a8bc167a170f9a0b9a95acb8270664c8d99788b6651c3a8fac8c4d5f455c45aee1ed74926cb1cb29c880afa563
7
- data.tar.gz: 64f974643eda5c09eb63b379c0f814d909c441d30001cfa875b1b89b514da672ed0a778386e70bd3872012007479421f6f2c8301e7e726999a9dca5ee4b5ea34
6
+ metadata.gz: b1f52cde798d3b05be01dd81c46b9b0e482fe4031c7a8e64d6a0e667d7ce09b8447ee59f27f5b83c7e8545207a04c05bd177679517471736a2b68f514d080066
7
+ data.tar.gz: df0098141f9e037ee8defb79131ee2bd63643a8ca60ce931d56531c0d332f1b84c28e0015118393a05054d6825fbff47edbf10678b885be25ec2bd680a730c7a
@@ -110,7 +110,7 @@ module EverydayThorUtil
110
110
  when :print_info
111
111
  register(helper_symbol, name: (method_name || 'print_info'), global: global, parent: parent) { |meth, &eval_block|
112
112
  meth_obj = self.method(meth)
113
- puts "command: #{meth.to_s}"
113
+ puts "command: #{self.class.basename2} #{meth.to_s}"
114
114
  puts "parent_options: #{parent_options.inspect}"
115
115
  puts "options: #{options.inspect}"
116
116
  meth_obj.parameters.each { |p| puts "#{p[1].to_s}: #{eval_block.call(p[1].to_s)}" } if eval_block
@@ -1,3 +1,3 @@
1
1
  module EverydayThorUtil
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: everyday_thor_util
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Henderson