hiiro 0.1.8 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/h-session +21 -1
  3. data/lib/hiiro/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0aa08acf960dbdfad8bf3b9825e78bde0dba86f69fa16a833897874d86a6e71e
4
- data.tar.gz: 5e16f2990b0a498f87d52eab031c674a85f63935b2cebc6bf74259ec2dbada0b
3
+ metadata.gz: 2e5e7b4d29d69fc56951a3c02b75beae96bcddf607d9613876a0143f8135c537
4
+ data.tar.gz: 1cd80407b65565cc30d3b76689bd7ebcb444b977cfe38ae757e6d4d1a8db8018
5
5
  SHA512:
6
- metadata.gz: 1489faa9c2e2a2c80eba9cf0147fbfb476976b0e012b83617a4bdb7952c38f5423830ed6941306a3359265c356a6ca7897f1ca479972713ac4f7976113fde826
7
- data.tar.gz: 98604d26ea23ef51c407b05ec3b22b021b6fb51b83e90dd8b2f1ec93c97c31c2f3601f3b23616b2d7b45a1984ab926c6f4b37039b2112450cb5ff25c53d823d7
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.8"
2
+ VERSION = "0.1.9"
3
3
  end
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota