diff --git a/bin/ruby3.4.4-2/bearsampp.conf b/bin/ruby3.4.4-2/bearsampp.conf new file mode 100644 index 0000000..ecef93b --- /dev/null +++ b/bin/ruby3.4.4-2/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.4.4-2" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.4.4-2/rubygems/install.bat b/bin/ruby3.4.4-2/rubygems/install.bat new file mode 100644 index 0000000..04ae218 --- /dev/null +++ b/bin/ruby3.4.4-2/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.4-2/rubygems/rubygems.properties b/bin/ruby3.4.4-2/rubygems/rubygems.properties new file mode 100644 index 0000000..a25aaa7 --- /dev/null +++ b/bin/ruby3.4.4-2/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2025.7.2/rubygems-update-3.6.9.gem diff --git a/build.properties b/build.properties index 6b679d9..850de5b 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name=ruby -bundle.release=2025.4.19 +bundle.release=2025.7.2 bundle.type=tools bundle.format=7z #build.path = C:/Bearsampp-build diff --git a/releases.properties b/releases.properties index 534f162..272ddac 100644 --- a/releases.properties +++ b/releases.properties @@ -8,3 +8,4 @@ 3.3.6-2 = https://github.com/Bearsampp/module-ruby/releases/download/2024.12.3/bearsampp-ruby-3.3.6-2-2024.12.3.7z 3.4.1 = https://github.com/Bearsampp/module-ruby/releases/download/2025.2.13/bearsampp-ruby-3.4.1-2025.2.13.7z 3.4.3 = https://github.com/Bearsampp/module-ruby/releases/download/2025.4.19/bearsampp-ruby-3.4.3-2025.4.19.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