0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 20 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the `ruby-install` URL versions in the README. More... about 3 years ago
Version bump to 0.9.1. More... about 3 years ago
Fix macos handling for truffleruby artifacts More... about 3 years ago
TruffleRuby 23.0+ depends on libyaml and headers, like CRuby 3.2+ and Psych 5+ More... about 3 years ago
Add TruffleRuby and TruffleRuby+GraalVM 23.0.0 More... about 3 years ago
Properly quote `$@` in order to prevent implicit word splitting (issue #451). More... over 3 years ago
Updated the rpm spec source URL to use the checksum-stable GitHub Releases URL. More... over 3 years ago
Switch the homebrew formula to use the checksum-stable GitHub Releases URL. More... over 3 years ago
Changed the `release` task to build a release archive locally and sign that. More... over 3 years ago
Download stable `.tar.gz` source archives from GitHub Releases (closes #447). More... over 3 years ago
Prefer `curl` on macOS, otherwise check for `wget` than `curl`. More... over 3 years ago
Quote the `$package_manager` variable. More... over 3 years ago
Ignore SC2242 because `exit -1` is extremely common and well known. More... over 3 years ago
Ignore SC2068 in `run` which needs to implicitly splat the given command. More... over 3 years ago
Ignore more ShellCheck rules that flag how we load relative files. More... over 3 years ago
Quote every shell variable. More... over 3 years ago
Add a failure message if `$ruby_build_dir` is missing. More... over 3 years ago
Exclude the SC2154 rule since many shell variables are defined in other files. More... over 3 years ago
Show the command output when downloading version info with `--debug` set (issue #441). More... over 3 years ago
Updated the RPM spec for 0.9.0. More... over 3 years ago
Updated the homebrew formula for 0.9.0. More... over 3 years ago
Added PGP signature for v0.9.0 More... over 3 years ago
Added GitHub flavored markdown for syntax highlighting. More... over 3 years ago
Only pass one argument to `error`. More... over 3 years ago
Avoid implicit shell word splitting. More... over 3 years ago
Updated the ChangeLog for 0.9.0. More... over 3 years ago
Invoke all important commands with `run` for debugging output (issue #294). More... over 3 years ago
Added `-D,--debug` to the man page. More... over 3 years ago
Added the `-D`,`--debug` option and `run` function (issues #294,#415). More... over 3 years ago
Added the `$ruby_build_dir` variable (closes #381). More... over 3 years ago