dev-ruby/ruby-install: add 0.9.3, drop old ones

Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
Alexey Zapparov
2024-05-26 14:50:34 +02:00
parent 749a583965
commit a929faef07
5 changed files with 3 additions and 110 deletions

View File

@@ -1,13 +0,0 @@
diff --git a/share/ruby-install/ruby-install.sh b/share/ruby-install/ruby-install.sh
index 976c2277..a0457d9f 100644
--- a/share/ruby-install/ruby-install.sh
+++ b/share/ruby-install/ruby-install.sh
@@ -2,7 +2,7 @@
shopt -s extglob
-ruby_install_version="0.9.0"
+ruby_install_version="0.9.1"
ruby_install_dir="${BASH_SOURCE[0]%/*}"
ruby_install_cache_dir="${XDG_CACHE_HOME:-$HOME/.cache}/ruby-install"