tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit d8b9b7a7bff51f5182655a9d66dfd997bd75d54c
parent 289898f9415a7bf56dea8cc80034c0ae21b710c7
Author: mtmn <miro@haravara.org>
Date:   Sun, 26 Apr 2026 23:24:04 +0200

hue: bump version

Former-commit-id: 7c4c2c9039bd0ba4ea7e9acb69fd3d8f35558325
Former-commit-id: 72f3d4cbaad245bb960b6807e470b370b685064c
Former-commit-id: 95e069bb6e652ee189d97b56939994fcd47c7c1e
Diffstat:
Mhue/Gemfile.lock | 4++--
Dhue/hue-0.1.0.gem | 0
Ahue/hue-0.4.0.gem | 0
Mhue/hue.gemspec | 2+-
4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hue/Gemfile.lock b/hue/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - hue (0.1.0) + hue (0.4.0) json (~> 2.18) matrix @@ -55,7 +55,7 @@ CHECKSUMS crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e diff-lcs (1.6.2) sha256=9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962 hashdiff (1.2.1) sha256=9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1 - hue (0.1.0) + hue (0.4.0) json (2.19.4) sha256=670a7d333fb3b18ca5b29cb255eb7bef099e40d88c02c80bd42a3f30fe5239ac matrix (0.4.3) sha256=a0d5ab7ddcc1973ff690ab361b67f359acbb16958d1dc072b8b956a286564c5b public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623 diff --git a/hue/hue-0.1.0.gem b/hue/hue-0.1.0.gem Binary files differ. diff --git a/hue/hue-0.4.0.gem b/hue/hue-0.4.0.gem Binary files differ. diff --git a/hue/hue.gemspec b/hue/hue.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.expand_path('lib', __dir__) Gem::Specification.new do |s| s.name = 'hue' - s.version = '0.1.0' + s.version = '0.4.0' s.authors = ['mtmn'] s.email = ['miro@mtmn.name'] s.homepage = 'https://codeberg.org/mtmn/tools'