From fdfc519f55a8fd0ab1ea85f90d7c6197bbccf617 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 6 Feb 2020 13:18:40 +0100 Subject: [PATCH] Clarify the maintainer now that the repo moved --- README.md | 1 + dist/index.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8edadc7..c118e35 100644 --- a/README.md +++ b/README.md @@ -133,5 +133,6 @@ This follows the [recommendations](https://github.com/actions/toolkit/blob/maste ## Credits +The current maintainer of this action is @eregon. Most of the Windows logic is from https://github.com/MSP-Greg/actions-ruby by MSP-Greg. Many thanks to MSP-Greg and Lars Kanis for the help with Ruby Installer. diff --git a/dist/index.js b/dist/index.js index b036afb..9c2ae7e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5149,7 +5149,7 @@ const rubyBuilderVersions = __webpack_require__(156) const axios = __webpack_require__(53) const builderReleaseTag = 'builds-no-warn' -const releasesURL = 'https://github.com/eregon/ruby-builder/releases' +const releasesURL = 'https://github.com/ruby/ruby-builder/releases' function getAvailableVersions(platform, engine) { return rubyBuilderVersions.getVersions(platform)[engine]