Skip to content

Commit e911187

Browse files
authored
Merge pull request #19 from Bearsampp/4.0
Ruby 4.0.0-1 release
2 parents 7c38077 + d5cf378 commit e911187

7 files changed

Lines changed: 17 additions & 19 deletions

File tree

.buildpath

Lines changed: 0 additions & 4 deletions
This file was deleted.

.project

Lines changed: 0 additions & 11 deletions
This file was deleted.

.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

bin/ruby4.0.0-1/bearsampp.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rubyVersion = "4.0.0-1"
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-2026.1.16/rubygems-update-4.0.4.gem

build.properties

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

0 commit comments

Comments
 (0)