Skip to content

Commit

Permalink
Fix the Windows Ruby 1.9.3 URL.
Browse files Browse the repository at this point in the history
This was changed in windows-versions.js in commit ded7be6, but not in
generate-windows-versions.rb.
  • Loading branch information
philr committed Oct 2, 2021
1 parent e1d05b1 commit 0edb0d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion generate-windows-versions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}.to_h
}

versions['x86']['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'
versions['x86']['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'

js = "export const versions = #{JSON.pretty_generate(versions)}\n"
File.write 'windows-versions.js', js
2 changes: 1 addition & 1 deletion windows-versions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const versions = {
"x86": {
"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"
"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://github.com/oneclick/rubyinstaller/releases/download/ruby-2.0.0-p648/ruby-2.0.0-p648-x64-mingw32.7z"
Expand Down

0 comments on commit 0edb0d3

Please sign in to comment.