From e9d3dbf01d89f9f4accea4227d88dd0fdb104e81 Mon Sep 17 00:00:00 2001 From: jwaisner Date: Wed, 2 Jul 2025 18:01:10 -0500 Subject: [PATCH] Ruby 3.4.4-2 release --- bin/ruby3.4.4-2/bearsampp.conf | 5 +++++ bin/ruby3.4.4-2/rubygems/install.bat | 10 ++++++++++ bin/ruby3.4.4-2/rubygems/rubygems.properties | 1 + build.properties | 2 +- releases.properties | 1 + 5 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bin/ruby3.4.4-2/bearsampp.conf create mode 100644 bin/ruby3.4.4-2/rubygems/install.bat create mode 100644 bin/ruby3.4.4-2/rubygems/rubygems.properties diff --git a/bin/ruby3.4.4-2/bearsampp.conf b/bin/ruby3.4.4-2/bearsampp.conf new file mode 100644 index 00000000..ecef93bb --- /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 00000000..04ae2182 --- /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 00000000..a25aaa7c --- /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 6b679d9a..850de5bd 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 534f1624..272ddac0 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