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

Commit

Permalink
New bundle : 2.4.1.2.p111 (Issue neard/neard#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jul 11, 2017
1 parent 3622048 commit d0535e2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## r3 (2017/07/11)

* New bundles : 2.4.1.2.p111 (Issue crazy-max/neard#284)
* Include [RubyGems](https://rubygems.org) 2.6.12

## r2 (2017/03/06)

* New bundles : 2.2.6.p396, 2.3.3.p222 (Issue crazy-max/neard#227)
Expand Down
5 changes: 5 additions & 0 deletions bin/ruby2.4.1.2.p111/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rubyVersion = "2.4.1.2.p111"
rubyExe = "bin\ruby.exe"
rubyConsoleExe = "bin\setrbvars.bat"

bundleRelease = "@RELEASE_VERSION@"
10 changes: 10 additions & 0 deletions bin/ruby2.4.1.2.p111/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.1.2.p111/rubygems/rubygems.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rubygems = https://github.com/crazy-max/neard-modules-untouched/releases/download/ruby-r3/rubygems-update-2.6.12.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 = r2
bundle.release = r3
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 @@ -2,3 +2,5 @@
2.1.9.p490 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r1/neard-ruby-2.1.9.p490-r1.7z
2.2.5.p319 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r1/neard-ruby-2.2.5.p319-r1.7z
2.3.1.p112 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r1/neard-ruby-2.3.1.p112-r1.7z
2.3.3.p222 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r2/neard-ruby-2.3.3.p222-r2.7z
2.4.1.2.p111 = https://github.com/crazy-max/neard-tool-ruby/releases/download/r3/neard-ruby-2.4.1.2.p111-r3.7z

0 comments on commit d0535e2

Please sign in to comment.