forked from ruby/setup-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update broken RubyInstaller download URLs.
Bintray is no longer available. Use DevKit builds from the RubyInstaller GitHub releases page. Use a copy of the 2.0.0-p648 build retrieved from archive.org and rehosted at https://github.com/philr/rubyinstaller/releases/tag/2.0.0-p648
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export const versions = { | ||
"x86": { | ||
"2.0.0": "https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.0.0-p648-i386-mingw32.7z", | ||
"2.0.0": "https://github.com/philr/rubyinstaller/releases/download/2.0.0-p648/ruby-2.0.0-p648-i386-mingw32.7z", | ||
"1.9.3": "https://github.com/philr/rubyinstaller/releases/download/1.9.3-p551-openssl-tls-1.1-1.2-2/ruby-1.9.3-p551-i386-mingw32.7z" | ||
}, | ||
"x64": { | ||
"2.0.0": "https://dl.bintray.com/oneclick/rubyinstaller/ruby-2.0.0-p648-x64-mingw32.7z" | ||
"2.0.0": "https://github.com/philr/rubyinstaller/releases/download/2.0.0-p648/ruby-2.0.0-p648-x64-mingw32.7z" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters