diff --git a/bin/ruby4.0.2-1/bearsampp.conf b/bin/ruby4.0.2-1/bearsampp.conf index 61ed838..a6539d7 100644 --- a/bin/ruby4.0.2-1/bearsampp.conf +++ b/bin/ruby4.0.2-1/bearsampp.conf @@ -1,5 +1,3 @@ rubyVersion = "4.0.2-1" rubyExe = "bin/ruby.exe" rubyConsoleExe = "bin/setrbvars.cmd" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby4.0.2-1/rubygems/install.bat b/bin/ruby4.0.2-1/rubygems/install.bat index 04ae218..c2f81ac 100644 --- a/bin/ruby4.0.2-1/rubygems/install.bat +++ b/bin/ruby4.0.2-1/rubygems/install.bat @@ -1,10 +1,11 @@ @echo off -set RUBYBINPATH=%~dp0..\bin -pushd %RUBYBINPATH% -set RUBYBINPATH=%CD% +set "RUBYBINPATH=%~dp0..\bin" +pushd "%RUBYBINPATH%" || exit /b %ERRORLEVEL% +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 +CALL "%RUBYBINPATH%\gem.cmd" update --system --no-document +IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% diff --git a/bin/ruby4.0.5-1/rubygems/install.bat b/bin/ruby4.0.5-1/rubygems/install.bat index 04ae218..c2f81ac 100644 --- a/bin/ruby4.0.5-1/rubygems/install.bat +++ b/bin/ruby4.0.5-1/rubygems/install.bat @@ -1,10 +1,11 @@ @echo off -set RUBYBINPATH=%~dp0..\bin -pushd %RUBYBINPATH% -set RUBYBINPATH=%CD% +set "RUBYBINPATH=%~dp0..\bin" +pushd "%RUBYBINPATH%" || exit /b %ERRORLEVEL% +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 +CALL "%RUBYBINPATH%\gem.cmd" update --system --no-document +IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% diff --git a/bin/ruby4.0.6-1/bearsampp.conf b/bin/ruby4.0.6-1/bearsampp.conf new file mode 100644 index 0000000..f785650 --- /dev/null +++ b/bin/ruby4.0.6-1/bearsampp.conf @@ -0,0 +1,4 @@ +rubyVersion = "4.0.6-1" +rubyExe = "bin/ruby.exe" +rubyConsoleExe = "bin/setrbvars.cmd" + diff --git a/bin/ruby4.0.6-1/rubygems/install.bat b/bin/ruby4.0.6-1/rubygems/install.bat new file mode 100644 index 0000000..c2f81ac --- /dev/null +++ b/bin/ruby4.0.6-1/rubygems/install.bat @@ -0,0 +1,11 @@ +@echo off +set "RUBYBINPATH=%~dp0..\bin" +pushd "%RUBYBINPATH%" || exit /b %ERRORLEVEL% +set "RUBYBINPATH=%CD%" +popd + +CALL "%RUBYBINPATH%\gem.cmd" install rubygems-update.gem --local --no-document +IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% + +CALL "%RUBYBINPATH%\gem.cmd" update --system --no-document +IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% diff --git a/bin/ruby4.0.6-1/rubygems/rubygems.properties b/bin/ruby4.0.6-1/rubygems/rubygems.properties new file mode 100644 index 0000000..0314736 --- /dev/null +++ b/bin/ruby4.0.6-1/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2026.8.9/rubygems-update-4.0.18.gem diff --git a/build.properties b/build.properties index 03ccaf0..4fbf074 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ bundle.name=ruby -bundle.release=2026.6.5 +bundle.release=2026.8.9 bundle.type=tools bundle.format=7z