diff --git a/bin/ruby4.0.2-1/bearsampp.conf b/bin/ruby4.0.2-1/bearsampp.conf new file mode 100644 index 0000000..61ed838 --- /dev/null +++ b/bin/ruby4.0.2-1/bearsampp.conf @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..04ae218 --- /dev/null +++ b/bin/ruby4.0.2-1/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/ruby4.0.2-1/rubygems/rubygems.properties b/bin/ruby4.0.2-1/rubygems/rubygems.properties new file mode 100644 index 0000000..c4ac044 --- /dev/null +++ b/bin/ruby4.0.2-1/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2026.4.12/rubygems-update-4.0.10.gem diff --git a/build.properties b/build.properties index 374c11d..ede3fec 100644 --- a/build.properties +++ b/build.properties @@ -1,4 +1,4 @@ bundle.name=ruby -bundle.release=2026.1.16 +bundle.release=2026.4.12 bundle.type=tools bundle.format=7z diff --git a/releases.properties b/releases.properties index d854688..05f7f7e 100644 --- a/releases.properties +++ b/releases.properties @@ -1,3 +1,4 @@ +4.0.2-1 = https://github.com/Bearsampp/module-ruby/releases/download/2026.4.12/bearsampp-ruby-4.0.2-1-2026.4.12.7z 3.4.7 = https://github.com/Bearsampp/module-ruby/releases/download/2025.11.23/bearsampp-ruby-3.4.7-2025.11.23.7z 3.4.5 = https://github.com/Bearsampp/module-ruby/releases/download/2025.8.16/bearsampp-ruby-3.4.5-2025.8.16.7z 3.4.4-2 = https://github.com/Bearsampp/module-ruby/releases/download/2025.7.2/bearsampp-ruby-3.4.4-2-2025.7.2.7z