From d0535e24a43a7cce266945f1749e4d8fcd4a541a Mon Sep 17 00:00:00 2001 From: crazy-max Date: Tue, 11 Jul 2017 22:36:10 +0200 Subject: [PATCH] New bundle : 2.4.1.2.p111 (Issue crazy-max/neard#284) --- CHANGELOG.md | 5 +++++ bin/ruby2.4.1.2.p111/neard.conf | 5 +++++ bin/ruby2.4.1.2.p111/rubygems/install.bat | 10 ++++++++++ bin/ruby2.4.1.2.p111/rubygems/rubygems.properties | 1 + build.properties | 2 +- releases.properties | 2 ++ 6 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 bin/ruby2.4.1.2.p111/neard.conf create mode 100644 bin/ruby2.4.1.2.p111/rubygems/install.bat create mode 100644 bin/ruby2.4.1.2.p111/rubygems/rubygems.properties diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ac0b4..35d31a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bin/ruby2.4.1.2.p111/neard.conf b/bin/ruby2.4.1.2.p111/neard.conf new file mode 100644 index 0000000..93bc617 --- /dev/null +++ b/bin/ruby2.4.1.2.p111/neard.conf @@ -0,0 +1,5 @@ +rubyVersion = "2.4.1.2.p111" +rubyExe = "bin\ruby.exe" +rubyConsoleExe = "bin\setrbvars.bat" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/ruby2.4.1.2.p111/rubygems/install.bat b/bin/ruby2.4.1.2.p111/rubygems/install.bat new file mode 100644 index 0000000..d847bbc --- /dev/null +++ b/bin/ruby2.4.1.2.p111/rubygems/install.bat @@ -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 diff --git a/bin/ruby2.4.1.2.p111/rubygems/rubygems.properties b/bin/ruby2.4.1.2.p111/rubygems/rubygems.properties new file mode 100644 index 0000000..dba7bf0 --- /dev/null +++ b/bin/ruby2.4.1.2.p111/rubygems/rubygems.properties @@ -0,0 +1 @@ +rubygems = https://github.com/crazy-max/neard-modules-untouched/releases/download/ruby-r3/rubygems-update-2.6.12.gem \ No newline at end of file diff --git a/build.properties b/build.properties index 90bb622..0997d7c 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = ruby -bundle.release = r2 +bundle.release = r3 bundle.type = tools bundle.format = 7z diff --git a/releases.properties b/releases.properties index 30bff23..59d5baa 100644 --- a/releases.properties +++ b/releases.properties @@ -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