Restore original spacing

This commit is contained in:
Benoit Daloze
2020-02-24 22:52:23 +01:00
parent 91a6c780c4
commit 0cbcadc627
3 changed files with 3 additions and 1 deletions
Generated Vendored
+1
View File
@@ -1044,6 +1044,7 @@ function parseRubyEngineAndVersion(rubyVersion) {
} else { // engine-X.Y.Z
[engine, version] = rubyVersion.split('-', 2)
}
return [engine, version]
}
+1 -1
View File
@@ -24,7 +24,7 @@ versions = entries.select { |entry|
[version, entry[:href]]
}.to_h
versions['head'] = 'https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-head-x64.7z'
versions['head'] = 'https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-head/rubyinstaller-head-x64.7z'
versions['mingw'] = 'https://github.com/MSP-Greg/ruby-loco/releases/download/ruby-master/ruby-mingw.7z'
versions['mswin'] = 'https://github.com/MSP-Greg/ruby-loco/releases/download/ruby-master/ruby-mswin.7z'
+1
View File
@@ -55,6 +55,7 @@ function parseRubyEngineAndVersion(rubyVersion) {
} else { // engine-X.Y.Z
[engine, version] = rubyVersion.split('-', 2)
}
return [engine, version]
}