hiiro 0.1.359 → 0.1.360

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: c336f9c4c1b59833aa907d1168d66dd055edccfc80e707eae1c6193eb99c303b
4
- data.tar.gz: a98470507032d423c49dd4f8f8fd7e90eb23824933c5b2bfe2a3278d734cde1e
3
+ metadata.gz: '0410239426f8a80a94e1c580dcbfc9098067b68a62c0fde1036c2ae029a352e1'
4
+ data.tar.gz: c5fd4d292e3d26fc0c2974c5baa78ac35810810192c8d22dbfc49839bf1c830b
5
5
  SHA512:
6
- metadata.gz: '08212298421522b4cfa442573451106dc3f539395773e7446bf99e30980b69bc9f30e1b369ed56c33a5fce1957d068720cb3a5231fd6360a00d6b75334b88f6b'
7
- data.tar.gz: 64f95314c15015105b3445bc8c5ce9671be9c81ad7626d0ef30b6a120b6ede06904fa2c0161b1d336fa4380db79520e913b0cae311bc3b1e4860ee723ce0d305
6
+ metadata.gz: '016880dd0835998075287e0cd86da845c09ddf3721c7b5ac814137262a5b3293b59a83c4ebd32cd5fa75b640222c33dd15f1f8a3e96beb770d1ec386b1e5c55b'
7
+ data.tar.gz: 510c15a0fe138fbd4be3304b826e512d157aa58498351dc47d7f42b5fcb2bc8961ec086bfd40ce47b6ce515d7c1ff53245daf8e16bfda3c290cbdc62b9ed13ae
data/exe/h CHANGED
@@ -3,8 +3,6 @@
3
3
  require "hiiro"
4
4
  require "fileutils"
5
5
 
6
- binding.pry
7
-
8
6
  def update_hiiro(version=nil, pre: false)
9
7
  ver = version || Hiiro::Rbenv.current_version
10
8
  puts
data/lib/hiiro/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  class Hiiro
2
- VERSION = "0.1.359"
2
+ VERSION = "0.1.360"
3
3
  SUPPORTED_RUBY_VERSION = ">= 3.2.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.359
4
+ version: 0.1.360
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2026-07-06 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: pry
@@ -134,7 +133,6 @@ extra_rdoc_files: []
134
133
  files:
135
134
  - ".DS_Store"
136
135
  - ".config/.keep"
137
- - ".ruby-version"
138
136
  - AGENTS.md
139
137
  - CHANGELOG.md
140
138
  - CLAUDE.md
@@ -176,6 +174,7 @@ files:
176
174
  - bin/h-todo
177
175
  - bin/h-window
178
176
  - bin/h-wtree
177
+ - bkup..ruby-version
179
178
  - demo.sh
180
179
  - demo.typescript
181
180
  - doc/App.html
@@ -422,7 +421,6 @@ metadata:
422
421
  homepage_uri: https://github.com/unixsuperhero/hiiro
423
422
  source_code_uri: https://github.com/unixsuperhero/hiiro
424
423
  changelog_uri: https://github.com/unixsuperhero/hiiro/blob/main/CHANGELOG.md
425
- post_install_message:
426
424
  rdoc_options: []
427
425
  require_paths:
428
426
  - lib
@@ -437,8 +435,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
437
435
  - !ruby/object:Gem::Version
438
436
  version: '0'
439
437
  requirements: []
440
- rubygems_version: 3.4.19
441
- signing_key:
438
+ rubygems_version: 4.0.3
442
439
  specification_version: 4
443
440
  summary: A lightweight CLI framework for Ruby
444
441
  test_files: []
File without changes