From 587be27e6a2b8a4de59c712610d765e863da79d8 Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 16 Aug 2025 21:43:12 -0500 Subject: [PATCH 1/4] 3.4.5 Updated build.xml to account for nested zip --- bin/ruby3.4.5/bearsampp.conf | 5 +++++ bin/ruby3.4.5/rubygems/install.bat | 10 ++++++++++ bin/ruby3.4.5/rubygems/rubygems.properties | 1 + build.properties | 2 +- build.xml | 13 ++++++++----- 5 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 bin/ruby3.4.5/bearsampp.conf create mode 100644 bin/ruby3.4.5/rubygems/install.bat create mode 100644 bin/ruby3.4.5/rubygems/rubygems.properties diff --git a/bin/ruby3.4.5/bearsampp.conf b/bin/ruby3.4.5/bearsampp.conf new file mode 100644 index 00000000..cef8fdf8 --- /dev/null +++ b/bin/ruby3.4.5/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.4.5" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.4.5/rubygems/install.bat b/bin/ruby3.4.5/rubygems/install.bat new file mode 100644 index 00000000..04ae2182 --- /dev/null +++ b/bin/ruby3.4.5/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.5/rubygems/rubygems.properties b/bin/ruby3.4.5/rubygems/rubygems.properties new file mode 100644 index 00000000..9baf750b --- /dev/null +++ b/bin/ruby3.4.5/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/Ruby-2025.8.16/rubygems-update-3.7.1.gem diff --git a/build.properties b/build.properties index d149bdb9..1993fb54 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name=ruby -bundle.release=2025.2.13 +bundle.release=2025.8.16 bundle.type=tools bundle.format=7z #build.path = C:/Bearsampp-build diff --git a/build.xml b/build.xml index 557d2dae..d53173bd 100644 --- a/build.xml +++ b/build.xml @@ -22,18 +22,21 @@ - - + + + + + - + - + - + From 7df71de59978c853ed8c143fb39a291d9a169675 Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 16 Aug 2025 21:46:31 -0500 Subject: [PATCH 2/4] Update bin/ruby3.4.5/bearsampp.conf Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com> --- bin/ruby3.4.5/bearsampp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ruby3.4.5/bearsampp.conf b/bin/ruby3.4.5/bearsampp.conf index cef8fdf8..a0297c28 100644 --- a/bin/ruby3.4.5/bearsampp.conf +++ b/bin/ruby3.4.5/bearsampp.conf @@ -1,5 +1,5 @@ rubyVersion = "3.4.5" rubyExe = "bin\ruby.exe" -rubyConsoleExe = "bin\setrbvars.cmd" +rubyConsoleExe = "bin/setrbvars.cmd" bundleRelease = "@RELEASE_VERSION@" From 9127930f3ce524fb4fdbfb430504b32bc957fa54 Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 16 Aug 2025 21:46:40 -0500 Subject: [PATCH 3/4] Update bin/ruby3.4.5/bearsampp.conf Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com> --- bin/ruby3.4.5/bearsampp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ruby3.4.5/bearsampp.conf b/bin/ruby3.4.5/bearsampp.conf index a0297c28..5a5c75a6 100644 --- a/bin/ruby3.4.5/bearsampp.conf +++ b/bin/ruby3.4.5/bearsampp.conf @@ -1,5 +1,5 @@ rubyVersion = "3.4.5" -rubyExe = "bin\ruby.exe" +rubyExe = "bin/ruby.exe" rubyConsoleExe = "bin/setrbvars.cmd" bundleRelease = "@RELEASE_VERSION@" From 1d41a5e01436ac8c739b4f6f0db65c05eb7f29e4 Mon Sep 17 00:00:00 2001 From: Bear Date: Sat, 16 Aug 2025 21:48:21 -0500 Subject: [PATCH 4/4] 3.4.5 Updated build.xml to account for nested zip --- releases.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/releases.properties b/releases.properties index af9aa0c7..d875940d 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.5 = https://github.com/Bearsampp/module-ruby/releases/download/2025.8.16/bearsampp-ruby-3.4.5-2025.8.16.7z