Skip to content

Commit

Permalink
Update to official download sources for Ruby 2.0.0 on Windows.
Browse files Browse the repository at this point in the history
2.0.0 builds have now been made available on GitHub:
https://github.com/oneclick/rubyinstaller/releases/tag/ruby-2.0.0-p648
  • Loading branch information
philr committed Oct 2, 2021
1 parent 12980c6 commit e1d05b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions windows-versions.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const versions = {
"x86": {
"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"
"2.0.0": "https://github.com/oneclick/rubyinstaller/releases/download/ruby-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/ruby-1.9.3-p551-i386-mingw32.7z"
},
"x64": {
"2.0.0": "https://github.com/philr/rubyinstaller/releases/download/2.0.0-p648/ruby-2.0.0-p648-x64-mingw32.7z"
"2.0.0": "https://github.com/oneclick/rubyinstaller/releases/download/ruby-2.0.0-p648/ruby-2.0.0-p648-x64-mingw32.7z"
}
}

0 comments on commit e1d05b1

Please sign in to comment.