hiiro 0.1.7 → 0.1.9

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: 9e434f147d2de39d1a8887e24a66bfa5918990b51b575a0dde5d974825ba486d
4
- data.tar.gz: 9c998ceb2d031752972818bc38e794555201a6b8bfd5c25304829df25190c626
3
+ metadata.gz: 2e5e7b4d29d69fc56951a3c02b75beae96bcddf607d9613876a0143f8135c537
4
+ data.tar.gz: 1cd80407b65565cc30d3b76689bd7ebcb444b977cfe38ae757e6d4d1a8db8018
5
5
  SHA512:
6
- metadata.gz: 0dfa39d9acf13b43b7f20c3e3fcaa1c473b8f342654381264aa5242079a087772d48f7f22103b61df5f877fdc84129cc13d08a136e034d196f5c6cc8e185cd93
7
- data.tar.gz: 760240a97b41f6b172575efa030176e4fd7d1845fa508c68f85f598daf69e86598c59679ba3137cf7656f62a594b6cfe55feb37f4ab00c67d9d495dcc043999a
6
+ metadata.gz: ce3bfcdbdadbb9b1fc87b2fc1831cca204999311922a34ee8327dad2aa07171fee6389372200a625d0b6bfe68e1de7f46f55112daf985f60b1e677bd26e08bab
7
+ data.tar.gz: 57fd1556a68d488e2f2b6b7d72b5052bf63c2afc1640331ac0faceaa74c34d13f3487427302a8891ad66f0c2afbf392ebc492b158620f710caa536ab49aef311
data/bin/h-session CHANGED
@@ -1,6 +1,26 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- load File.join(Dir.home, 'bin', 'h')
3
+ require 'hiiro'
4
+ require 'pry'
5
+ require 'rspec'
6
+
7
+ # $> h session
8
+ #
9
+ # Subcommand required!
10
+ #
11
+ # Possible subcommands:
12
+ # pin (subcommand) /Users/unixsuperhero/.config/hiiro/plugins/pins.rb:12
13
+ # edit (subcommand) /Users/unixsuperhero/.rbenv/versions/3.1.2/lib/ruby/gems/3.1.0/gems/hiiro-0.1.8/lib/hiiro.rb:14
14
+ # ses (subcommand) /Users/unixsuperhero/bin/h-session:99
15
+ # ls (subcommand) /Users/unixsuperhero/bin/h-session:111
16
+ # new (subcommand) /Users/unixsuperhero/bin/h-session:115
17
+ # kill (subcommand) /Users/unixsuperhero/bin/h-session:119
18
+ # attach (subcommand) /Users/unixsuperhero/bin/h-session:123
19
+ # rename (subcommand) /Users/unixsuperhero/bin/h-session:127
20
+ # switch (subcommand) /Users/unixsuperhero/bin/h-session:131
21
+ # detach (subcommand) /Users/unixsuperhero/bin/h-session:135
22
+ # has (subcommand) /Users/unixsuperhero/bin/h-session:139
23
+ # info (subcommand) /Users/unixsuperhero/bin/h-session:143
4
24
 
5
25
  o = Hiiro.init(*ARGV, plugins: [Pins])
6
26
 
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.9"
3
3
  end
data/lib/hiiro.rb CHANGED
@@ -173,7 +173,7 @@ class Hiiro
173
173
  Runners::Subcommand.new(
174
174
  bin_name,
175
175
  :DEFAULT,
176
- lambda { help; false },
176
+ lambda { |*args| help; false },
177
177
  )
178
178
  end
179
179
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-15 00:00:00.000000000 Z
11
+ date: 2026-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry