Skip to content

Commit 5bed7f6

Browse files
authored
Merge pull request #10 from Bearsampp/september
september bundle
2 parents 62c0090 + 0f91267 commit 5bed7f6

File tree

14 files changed

+69
-1
lines changed

14 files changed

+69
-1
lines changed

bin/ruby2.7.8/bearsampp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rubyVersion = "2.7.6"
2+
rubyExe = "bin\ruby.exe"
3+
rubyConsoleExe = "bin\setrbvars.cmd"
4+
5+
bundleRelease = "@RELEASE_VERSION@"

bin/ruby2.7.8/rubygems/install.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
set RUBYBINPATH=%~dp0..\bin
3+
pushd %RUBYBINPATH%
4+
set RUBYBINPATH=%CD%
5+
popd
6+
7+
CALL "%RUBYBINPATH%\gem.cmd" install rubygems-update.gem --local --no-document
8+
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
9+
10+
"%RUBYBINPATH%\gem.cmd" update --system --no-document
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem

bin/ruby3.0.6/bearsampp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rubyVersion = "3.0.6"
2+
rubyExe = "bin\ruby.exe"
3+
rubyConsoleExe = "bin\setrbvars.cmd"
4+
5+
bundleRelease = "@RELEASE_VERSION@"

bin/ruby3.0.6/rubygems/install.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
set RUBYBINPATH=%~dp0..\bin
3+
pushd %RUBYBINPATH%
4+
set RUBYBINPATH=%CD%
5+
popd
6+
7+
CALL "%RUBYBINPATH%\gem.cmd" install rubygems-update.gem --local --no-document
8+
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
9+
10+
"%RUBYBINPATH%\gem.cmd" update --system --no-document
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem

bin/ruby3.1.4/bearsampp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rubyVersion = "3.2.2"
2+
rubyExe = "bin\ruby.exe"
3+
rubyConsoleExe = "bin\setrbvars.cmd"
4+
5+
bundleRelease = "@RELEASE_VERSION@"

bin/ruby3.1.4/rubygems/install.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
set RUBYBINPATH=%~dp0..\bin
3+
pushd %RUBYBINPATH%
4+
set RUBYBINPATH=%CD%
5+
popd
6+
7+
CALL "%RUBYBINPATH%\gem.cmd" install rubygems-update.gem --local --no-document
8+
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
9+
10+
"%RUBYBINPATH%\gem.cmd" update --system --no-document
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem

bin/ruby3.2.2/bearsampp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rubyVersion = "3.1.4"
2+
rubyExe = "bin\ruby.exe"
3+
rubyConsoleExe = "bin\setrbvars.cmd"
4+
5+
bundleRelease = "@RELEASE_VERSION@"

0 commit comments

Comments
 (0)