hiiro 0.1.37 → 0.1.39

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: b8f76b4d5f87a24e6abe70551671016784e8a886156ecedf998ce2a8f47d4f14
4
- data.tar.gz: bb4f837ecf2c28a42bc4163eed6dbd7520bef924dfea08a41cead4ea25e60f28
3
+ metadata.gz: 51326555f6a9e16284115c7ca6cb22b7ba3162c0dd01057ee9178e17a00838f9
4
+ data.tar.gz: 5936e3b1793665de2fe2ccfdcd260252e448c112f8819ed092c4954eed0cef15
5
5
  SHA512:
6
- metadata.gz: 0a741ccffcb6d00fb698be7f13301696c80e33c139de95875fc21718209767f8e100a8abd27887ddc3b906ac0b7131315821bc62f7f6b9c4f49dc2bd4570959d
7
- data.tar.gz: d5549a64268e79cd91a770740b2a8e43e2336c1da11547a85c732f4f02d4a6fd2599a64814b4e0360bdf24a02beb19c4371bc487bf171f7c325e98a348cbbd52
6
+ metadata.gz: 700546bf712c93fd01b23d5e55676433fe239a54e3c6b478a4119e07a2329a40d6c17db9611a02d422a93f06395f87f89ced4b5039ac0ce9686bdf2fa4a3082a
7
+ data.tar.gz: 06b08def682bfeb53969051f4fce54839b9271c5d19d14d92f9c0fbc3420a6beacbbe36b098a20bdcb7d7ed5ad453a7d535dc523042bc56c8400f407c9890870
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.37"
2
+ VERSION = "0.1.39"
3
3
  end
data/plugins/tasks.rb CHANGED
@@ -763,14 +763,6 @@ module Tasks
763
763
  bin_name = [parent_hiiro.bin, parent_hiiro.subcmd || ''].join('-')
764
764
 
765
765
  Hiiro.init(bin_name:, args: parent_hiiro.args) do |h|
766
- puts "parent_hiiro: all_args: #{parent_hiiro.all_args}"
767
- puts "parent_hiiro: parent_cmd: #{parent_hiiro.subcmd}"
768
- puts "parent_hiiro: args: #{parent_hiiro.args}"
769
-
770
- puts "subhiiro: all_args: #{h.all_args}"
771
- puts "subhiiro: subcmd: #{h.subcmd}"
772
- puts "subhiiro: args: #{h.args}"
773
-
774
766
  h.add_subcmd(:list) { mgr.list }
775
767
  h.add_subcmd(:ls) { mgr.list }
776
768
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.37
4
+ version: 0.1.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota