summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby-install/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-01 18:36:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-08-01 18:36:37 +0000
commit69345f10fb2fa263bbcbf0293c36c12e90409ebc (patch)
treebd237390d9f9ea3dee31239293b5b7d4bb3c4665 /dev-ruby/ruby-install/files
parentb9f1bbf3a5eef83753423a04b4680d2a2bfe975b (diff)
downloadbaldeagleos-repo-69345f10fb2fa263bbcbf0293c36c12e90409ebc.tar.gz
baldeagleos-repo-69345f10fb2fa263bbcbf0293c36c12e90409ebc.tar.xz
baldeagleos-repo-69345f10fb2fa263bbcbf0293c36c12e90409ebc.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-install/files')
-rw-r--r--dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch
new file mode 100644
index 000000000000..040452eed23c
--- /dev/null
+++ b/dev-ruby/ruby-install/files/ruby-install-0.9.1-fix-version.patch
@@ -0,0 +1,13 @@
+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"
+