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

Commit

Permalink
New release : 2.6.3-1 (Issue neard/neard#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Apr 30, 2019
1 parent 012cd1a commit 96d2fa3
Show file tree
Hide file tree
Showing 6 changed files with 22 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

## r6 (2019/05/01)

* New release : 2.6.3-1 (Issue neard/neard#409)

## r5 (2018/10/06)

* New releases : 2.4.4-2, 2.5.1-2 (Issue neard/neard#392)
Expand Down
5 changes: 5 additions & 0 deletions bin/ruby2.6.3-1/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "2.6.3-1"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.cmd"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby2.6.3-1/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.6.3-1/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-r5/rubygems-update-3.0.3.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 = r5
bundle.release = r6
bundle.type = tools
bundle.format = 7z

Expand Down
1 change: 1 addition & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
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
2.6.3-1 = https://github.com/neard/module-ruby/releases/download/r6/neard-ruby-2.6.3-1-r6.7z

0 comments on commit 96d2fa3

Please sign in to comment.