From d5cf3786c3ea2e8b0232f8f853a5ac99bf1b77a8 Mon Sep 17 00:00:00 2001 From: Bear Date: Fri, 16 Jan 2026 04:38:17 -0600 Subject: [PATCH] Ruby 4.0.0-1 release --- .buildpath | 4 ---- .project | 11 ----------- .settings/org.eclipse.core.resources.prefs | 2 -- bin/ruby4.0.0-1/bearsampp.conf | 5 +++++ bin/ruby4.0.0-1/rubygems/install.bat | 10 ++++++++++ bin/ruby4.0.0-1/rubygems/rubygems.properties | 1 + build.properties | 3 +-- 7 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 .buildpath delete mode 100644 .project delete mode 100644 .settings/org.eclipse.core.resources.prefs create mode 100644 bin/ruby4.0.0-1/bearsampp.conf create mode 100644 bin/ruby4.0.0-1/rubygems/install.bat create mode 100644 bin/ruby4.0.0-1/rubygems/rubygems.properties diff --git a/.buildpath b/.buildpath deleted file mode 100644 index 15fa7e6b..00000000 --- a/.buildpath +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/.project b/.project deleted file mode 100644 index 7046516f..00000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - module-ruby - - - - - - - - diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 4824b802..00000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/bin/ruby4.0.0-1/bearsampp.conf b/bin/ruby4.0.0-1/bearsampp.conf new file mode 100644 index 00000000..ee52b2f9 --- /dev/null +++ b/bin/ruby4.0.0-1/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "4.0.0-1" +rubyExe = "bin/ruby.exe" +rubyConsoleExe = "bin/setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby4.0.0-1/rubygems/install.bat b/bin/ruby4.0.0-1/rubygems/install.bat new file mode 100644 index 00000000..04ae2182 --- /dev/null +++ b/bin/ruby4.0.0-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.0-1/rubygems/rubygems.properties b/bin/ruby4.0.0-1/rubygems/rubygems.properties new file mode 100644 index 00000000..c66e469a --- /dev/null +++ b/bin/ruby4.0.0-1/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/Ruby-2026.1.16/rubygems-update-4.0.4.gem diff --git a/build.properties b/build.properties index 84e63cec..374c11d8 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,4 @@ bundle.name=ruby -bundle.release=2025.11.23 +bundle.release=2026.1.16 bundle.type=tools bundle.format=7z -#build.path = C:/Bearsampp-build