Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
New releases : 2.4.4-2, 2.5.1-2 (Issue neard/neard#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 6, 2018
1 parent ff02671 commit 012cd1a
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## r5 (2018/10/06)

* New releases : 2.4.4-2, 2.5.1-2 (Issue neard/neard#392)

## r4 (2017/08/31)

* Fix strbvars path on release 2.4.1.2.p111
Expand Down
5 changes: 5 additions & 0 deletions bin/ruby2.4.4-2/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "2.4.4-2"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby2.4.4-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-rdoc --no-ri
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%

"%RUBYBINPATH%\gem.cmd" update --system --no-rdoc --no-ri
1 change: 1 addition & 0 deletions bin/ruby2.4.4-2/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/neard/modules-untouched/releases/download/ruby-r4/rubygems-update-2.7.7.gem
5 changes: 5 additions & 0 deletions bin/ruby2.5.1-2/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "2.5.1-2"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby2.5.1-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-rdoc --no-ri
IF %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%

"%RUBYBINPATH%\gem.cmd" update --system --no-rdoc --no-ri
1 change: 1 addition & 0 deletions bin/ruby2.5.1-2/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/neard/modules-untouched/releases/download/ruby-r4/rubygems-update-2.7.7.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 = r4
bundle.release = r5
bundle.type = tools
bundle.format = 7z

Expand Down
2 changes: 2 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
2.3.1.p112 = https://github.com/neard/module-ruby/releases/download/r1/neard-ruby-2.3.1.p112-r1.7z
2.3.3.p222 = https://github.com/neard/module-ruby/releases/download/r2/neard-ruby-2.3.3.p222-r2.7z
2.4.1.2.p111 = https://github.com/neard/module-ruby/releases/download/r4/neard-ruby-2.4.1.2.p111-r4.7z
2.4.4-2 = https://github.com/neard/module-ruby/releases/download/r5/neard-ruby-2.4.4-2-r5.7z
2.5.1-2 = https://github.com/neard/module-ruby/releases/download/r5/neard-ruby-2.5.1-2-r5.7z

0 comments on commit 012cd1a

Please sign in to comment.