Skip to content

Commit

Permalink
Merge pull request #10 from Bearsampp/september
Browse files Browse the repository at this point in the history
september bundle
  • Loading branch information
jwaisner authored Oct 7, 2023
2 parents 62c0090 + 0f91267 commit 5bed7f6
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bin/ruby2.7.8/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "2.7.6"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby2.7.8/rubygems/install.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/ruby2.7.8/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem
5 changes: 5 additions & 0 deletions bin/ruby3.0.6/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "3.0.6"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby3.0.6/rubygems/install.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/ruby3.0.6/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem
5 changes: 5 additions & 0 deletions bin/ruby3.1.4/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "3.2.2"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby3.1.4/rubygems/install.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/ruby3.1.4/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem
5 changes: 5 additions & 0 deletions bin/ruby3.2.2/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "3.1.4"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby3.2.2/rubygems/install.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/ruby3.2.2/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/Bearsampp/modules-untouched/releases/download/ruby-2023.10.1/rubygems-update-3.4.20.gem
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5bed7f6

Please sign in to comment.