diff --git a/bin/ruby3.4.7/bearsampp.conf b/bin/ruby3.4.7/bearsampp.conf new file mode 100644 index 0000000..71c53e6 --- /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 0000000..04ae218 --- /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 0000000..614d3cb --- /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 1993fb5..84e63ce 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