From f438077e8722aaa51b8cb6f3c3c2464bf14aca45 Mon Sep 17 00:00:00 2001 From: Bear Date: Sun, 1 Oct 2023 05:57:31 -0500 Subject: [PATCH 1/2] september bundles --- bin/ruby2.7.8/bearsampp.conf | 5 +++++ bin/ruby2.7.8/rubygems/install.bat | 10 ++++++++++ bin/ruby2.7.8/rubygems/rubygems.properties | 1 + bin/ruby3.0.6/bearsampp.conf | 5 +++++ bin/ruby3.0.6/rubygems/install.bat | 10 ++++++++++ bin/ruby3.0.6/rubygems/rubygems.properties | 1 + bin/ruby3.1.4/bearsampp.conf | 5 +++++ bin/ruby3.1.4/rubygems/install.bat | 10 ++++++++++ bin/ruby3.1.4/rubygems/rubygems.properties | 1 + bin/ruby3.2.2/bearsampp.conf | 5 +++++ bin/ruby3.2.2/rubygems/install.bat | 10 ++++++++++ bin/ruby3.2.2/rubygems/rubygems.properties | 1 + build.properties | 2 +- 13 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 bin/ruby2.7.8/bearsampp.conf create mode 100644 bin/ruby2.7.8/rubygems/install.bat create mode 100644 bin/ruby2.7.8/rubygems/rubygems.properties create mode 100644 bin/ruby3.0.6/bearsampp.conf create mode 100644 bin/ruby3.0.6/rubygems/install.bat create mode 100644 bin/ruby3.0.6/rubygems/rubygems.properties create mode 100644 bin/ruby3.1.4/bearsampp.conf create mode 100644 bin/ruby3.1.4/rubygems/install.bat create mode 100644 bin/ruby3.1.4/rubygems/rubygems.properties create mode 100644 bin/ruby3.2.2/bearsampp.conf create mode 100644 bin/ruby3.2.2/rubygems/install.bat create mode 100644 bin/ruby3.2.2/rubygems/rubygems.properties diff --git a/bin/ruby2.7.8/bearsampp.conf b/bin/ruby2.7.8/bearsampp.conf new file mode 100644 index 0000000..f55cc02 --- /dev/null +++ b/bin/ruby2.7.8/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "2.7.6" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby2.7.8/rubygems/install.bat b/bin/ruby2.7.8/rubygems/install.bat new file mode 100644 index 0000000..04ae218 --- /dev/null +++ b/bin/ruby2.7.8/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/ruby2.7.8/rubygems/rubygems.properties b/bin/ruby2.7.8/rubygems/rubygems.properties new file mode 100644 index 0000000..36e90ab --- /dev/null +++ b/bin/ruby2.7.8/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem diff --git a/bin/ruby3.0.6/bearsampp.conf b/bin/ruby3.0.6/bearsampp.conf new file mode 100644 index 0000000..da596f8 --- /dev/null +++ b/bin/ruby3.0.6/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.0.6" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.0.6/rubygems/install.bat b/bin/ruby3.0.6/rubygems/install.bat new file mode 100644 index 0000000..04ae218 --- /dev/null +++ b/bin/ruby3.0.6/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.0.6/rubygems/rubygems.properties b/bin/ruby3.0.6/rubygems/rubygems.properties new file mode 100644 index 0000000..36e90ab --- /dev/null +++ b/bin/ruby3.0.6/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem diff --git a/bin/ruby3.1.4/bearsampp.conf b/bin/ruby3.1.4/bearsampp.conf new file mode 100644 index 0000000..7ef2239 --- /dev/null +++ b/bin/ruby3.1.4/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.2.2" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.1.4/rubygems/install.bat b/bin/ruby3.1.4/rubygems/install.bat new file mode 100644 index 0000000..04ae218 --- /dev/null +++ b/bin/ruby3.1.4/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.1.4/rubygems/rubygems.properties b/bin/ruby3.1.4/rubygems/rubygems.properties new file mode 100644 index 0000000..36e90ab --- /dev/null +++ b/bin/ruby3.1.4/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem diff --git a/bin/ruby3.2.2/bearsampp.conf b/bin/ruby3.2.2/bearsampp.conf new file mode 100644 index 0000000..82cf563 --- /dev/null +++ b/bin/ruby3.2.2/bearsampp.conf @@ -0,0 +1,5 @@ +rubyVersion = "3.1.4" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.cmd" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby3.2.2/rubygems/install.bat b/bin/ruby3.2.2/rubygems/install.bat new file mode 100644 index 0000000..04ae218 --- /dev/null +++ b/bin/ruby3.2.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.2.2/rubygems/rubygems.properties b/bin/ruby3.2.2/rubygems/rubygems.properties new file mode 100644 index 0000000..36e90ab --- /dev/null +++ b/bin/ruby3.2.2/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem diff --git a/build.properties b/build.properties index 46914cb..96253f6 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name=ruby -bundle.release=2021.08.10 +bundle.release=2023.10.1 bundle.type=tools bundle.format=7z #build.path = C:/Bearsampp-build From 0f912674f5c1576717444f57ea9f666599b77b66 Mon Sep 17 00:00:00 2001 From: Jacob Waisner Date: Sat, 7 Oct 2023 10:55:57 -0500 Subject: [PATCH 2/2] update releases.properties --- releases.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releases.properties b/releases.properties index 5afd65f..d9cfcd5 100644 --- a/releases.properties +++ b/releases.properties @@ -1,2 +1,6 @@ 2.7.6 = https://github.com/Bearsampp/module-ruby/releases/download/2022.08.10/bearsampp-ruby-2.7.6-2021.08.10.7z +2.7.8 = https://github.com/Bearsampp/module-ruby/releases/download/2023.10.1/bearsampp-ruby-2.7.8-2023.10.1.7z +3.0.6 = https://github.com/Bearsampp/module-ruby/releases/download/2023.10.1/bearsampp-ruby-3.0.6-2023.10.1.7z +3.1.4 = https://github.com/Bearsampp/module-ruby/releases/download/2023.10.1/bearsampp-ruby-3.1.4-2023.10.1.7z 3.1.2 = https://github.com/Bearsampp/module-ruby/releases/download/2022.08.10/bearsampp-ruby-3.1.2-2021.08.10.7z +3.2.2 = https://github.com/Bearsampp/module-ruby/releases/download/2023.10.1/bearsampp-ruby-3.2.2-2023.10.1.7z