hiiro 0.1.296 → 0.1.297

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 (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/exe/h +4 -0
  4. data/lib/hiiro/version.rb +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 367fe7c933727ce4c7345b14ee3cab47596540d8b46ac1a144a5a89fee546a51
4
- data.tar.gz: 576f659f1565b3a9c78adf366ad6880e07f2738fc09aac0665fba70dc8a909fb
3
+ metadata.gz: cc5828576d7206148468d0aec7800d66db66f348ef211d1e606f81fbcfbb8f9c
4
+ data.tar.gz: 6c54efd58f817d842e704e976b606547d93176deaa98c9be3d34e6fc6515a40d
5
5
  SHA512:
6
- metadata.gz: 42e9998efb966a27319ea9d49b4ae5e989391c427a5052c04976fa42bd7660ed4374b406d288e400430ce22a1d2009b4e5870eeb370e386d85fd68f0e2b039e7
7
- data.tar.gz: b90c3c8df288b570aa5465b2f858065da93af8ce5d47ad10b837a0ca4fab74038dbb46777e55dcfa07ee7d3213d1e19bb1dcf3efc11bf7bde01db54ced04fa9f
6
+ metadata.gz: e39208b689534777a8cc7c80e80fe37bfb14134d13872d59defdaf4ed5745da5f8e835f89c410189f16b6944438932bc547c2ad2f39bff96ecf8e9a3b3e80fb4
7
+ data.tar.gz: 11aa3cbfb0d2a4a05687ad3a2765f83dba129780ef44847602ebd6b7edcbeb07d5b16b3797d595383a12be55b4350994a6acbe2c975d0777ccfd73db35476c35
data/CHANGELOG.md CHANGED
@@ -1,4 +1,9 @@
1
1
  ```markdown
2
+ ## v0.1.297 (2026-03-27)
3
+
4
+ ### Added
5
+ - `bin/h-rnext`: new subcommand for navigating to the next Ruby file in the current directory
6
+
2
7
  ## v0.1.296 (2026-03-27)
3
8
 
4
9
  ### Changed
data/exe/h CHANGED
@@ -164,4 +164,8 @@ Hiiro.run(*ARGV, cwd: Dir.pwd, tasks: true) do
164
164
  af = Hiiro::AppFiles.new
165
165
  Hiiro::AppFiles.build_hiiro(this, af, environment: environment).run
166
166
  end
167
+
168
+ add_subcmd(:rnext) do |*args|
169
+ system('git', 'rnext', *args)
170
+ end
167
171
  end
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.296"
2
+ VERSION = "0.1.297"
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.296
4
+ version: 0.1.297
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota