From 3f3e6eacc373f249f0b08c98f20f8d3cea1adcaf Mon Sep 17 00:00:00 2001 From: jwaisner Date: Sat, 19 Apr 2025 16:39:31 -0500 Subject: [PATCH] Ruby 3.4.3 release --- bin/ruby3.4.3/bearsampp.conf | 5 +++++ bin/ruby3.4.3/rubygems/install.bat | 10 ++++++++++ bin/ruby3.4.3/rubygems/rubygems.properties | 1 + build.properties | 2 +- releases.properties | 1 + 5 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bin/ruby3.4.3/bearsampp.conf create mode 100644 bin/ruby3.4.3/rubygems/install.bat create mode 100644 bin/ruby3.4.3/rubygems/rubygems.properties diff --git a/bin/ruby3.4.3/bearsampp.conf b/bin/ruby3.4.3/bearsampp.conf new file mode 100644 index 00000000..d4c52bdc --- /dev/null +++ b/bin/ruby3.4.3/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.4.3" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.4.3/rubygems/install.bat b/bin/ruby3.4.3/rubygems/install.bat new file mode 100644 index 00000000..04ae2182 --- /dev/null +++ b/bin/ruby3.4.3/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.3/rubygems/rubygems.properties b/bin/ruby3.4.3/rubygems/rubygems.properties new file mode 100644 index 00000000..6886e53b --- /dev/null +++ b/bin/ruby3.4.3/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2025.4.19/rubygems-update-3.6.8.gem diff --git a/build.properties b/build.properties index d149bdb9..6b679d9a 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name=ruby -bundle.release=2025.2.13 +bundle.release=2025.4.19 bundle.type=tools bundle.format=7z #build.path = C:/Bearsampp-build diff --git a/releases.properties b/releases.properties index af9aa0c7..534f1624 100644 --- a/releases.properties +++ b/releases.properties @@ -7,3 +7,4 @@ 3.3.0-1 = https://github.com/Bearsampp/module-ruby/releases/download/2024.4.14/bearsampp-ruby-3.3.0-1-2024.4.14.7z 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