Skip to content

Commit ebd8826

Browse files
committed
Ruby 3.3.6-2 release
1 parent 34f9b96 commit ebd8826

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

bin/ruby3.3.6-2/bearsampp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rubyVersion = "3.3.6-2"
2+
rubyExe = "bin\ruby.exe"
3+
rubyConsoleExe = "bin\setrbvars.cmd"
4+
5+
bundleRelease = "@RELEASE_VERSION@"
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-2024.4.14/rubygems-update-3.5.9.gem

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name=ruby
2-
bundle.release=2024.4.14
2+
bundle.release=2024.12.3
33
bundle.type=tools
44
bundle.format=7z
55
#build.path = C:/Bearsampp-build

releases.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
3.1.2 = https://github.com/Bearsampp/module-ruby/releases/download/2022.08.10/bearsampp-ruby-3.1.2-2021.08.10.7z
66
3.2.2 = https://github.com/Bearsampp/module-ruby/releases/download/2023.10.1/bearsampp-ruby-3.2.2-2023.10.1.7z
77
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
8+
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

0 commit comments

Comments
 (0)