0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 04, 2025 — Aug 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Override $HOME to avoid touching the actual $HOME. More... about 11 years ago
detect correct package manager on archlinux based distros More... about 11 years ago
Removed resolve_version. More... about 11 years ago
Added tests for parse_ruby. More... about 11 years ago
Added tests for the new logic in is_known_version. More... about 11 years ago
If the version is empty, also return 1. More... about 11 years ago
Oops, got argument order mixed up. More... about 11 years ago
Double check if ruby_version is in versions.txt after an update. More... about 11 years ago
Removed the versions/checksums in favor of downloading ruby-versions into ~/.cache/ruby-install/ More... about 11 years ago
Removed unused variables. More... about 11 years ago
Integrated cache functions into ruby-install. More... about 11 years ago
Moved ruby related code out of cache.sh. More... about 11 years ago
Add guards in case the file isn't downloaded yet. More... about 11 years ago
Since github doesn't support Last-Modified, re-download if older than an hour. More... about 11 years ago
Explicitly install llvm-3.5 via apt More... about 11 years ago
Map rbx to rubinius. More... about 11 years ago
Added cache_update_ruby and cache_update_rubies. More... about 11 years ago
Added a basic cache_download function for syncing from ruby-versions. More... about 11 years ago
Version bump to 0.6.0. More... about 11 years ago
Removed `declare -g`, as they break on bash < 4.0. More... about 11 years ago
Declare all global variables with `declare -g` (@havenwood). More... about 11 years ago
Add an edge-case to check if we couldn't detect the checksum utility. More... about 11 years ago
Updated versions/checksums More... about 11 years ago
Updated the Code Style guidelines. More... over 11 years ago
Ignore unused variables since shellcheck flags them unnecessarily. More... over 11 years ago
Remove useless cat. More... over 11 years ago
Quote the strings instead of backslash escaping. More... over 11 years ago
Avoid `declare -r` since we need to override variables in the unit-tests. More... over 11 years ago
We actually need to override ruby_install_dir in the unit-tests. More... over 11 years ago
Prevent against implicit shellword splitting. More... over 11 years ago