From 52ca58126a142336e62ba947209f98f85981b027 Mon Sep 17 00:00:00 2001 From: jwaisner Date: Sun, 23 Nov 2025 18:33:57 -0600 Subject: [PATCH] Ruby 3.4.7 release --- bin/ruby3.4.7/bearsampp.conf | 5 +++++ bin/ruby3.4.7/rubygems/install.bat | 10 ++++++++++ bin/ruby3.4.7/rubygems/rubygems.properties | 1 + build.properties | 2 +- 4 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 bin/ruby3.4.7/bearsampp.conf create mode 100644 bin/ruby3.4.7/rubygems/install.bat create mode 100644 bin/ruby3.4.7/rubygems/rubygems.properties diff --git a/bin/ruby3.4.7/bearsampp.conf b/bin/ruby3.4.7/bearsampp.conf new file mode 100644 index 00000000..71c53e6a --- /dev/null +++ b/bin/ruby3.4.7/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.4.7" +rubyExe = "bin/ruby.exe" +rubyConsoleExe = "bin/setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.4.7/rubygems/install.bat b/bin/ruby3.4.7/rubygems/install.bat new file mode 100644 index 00000000..04ae2182 --- /dev/null +++ b/bin/ruby3.4.7/rubygems/install.bat @@ -0,0 +1,10 @@ +@echo off +set RUBYBINPATH=%~dp0..\bin +pushd %RUBYBINPATH% +set RUBYBINPATH=%CD% +popd + +CALL "%RUBYBINPATH%\gem.cmd" install rubygems-update.gem --local --no-document +IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% + +"%RUBYBINPATH%\gem.cmd" update --system --no-document diff --git a/bin/ruby3.4.7/rubygems/rubygems.properties b/bin/ruby3.4.7/rubygems/rubygems.properties new file mode 100644 index 00000000..614d3cbb --- /dev/null +++ b/bin/ruby3.4.7/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2025.11.23/rubygems-update-3.7.2.gem diff --git a/build.properties b/build.properties index 1993fb54..84e63cec 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name=ruby -bundle.release=2025.8.16 +bundle.release=2025.11.23 bundle.type=tools bundle.format=7z #build.path = C:/Bearsampp-build