We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef96a96 commit 84808bbCopy full SHA for 84808bb
update.sh
@@ -10,7 +10,7 @@ fi
10
versions=( "${versions[@]%/}" )
11
12
for version in "${versions[@]}"; do
13
- fullVersion="$(curl -sSL "http://cache.ruby-lang.org/pub/ruby/$version/" \
+ fullVersion="$(curl -sSL --compressed "http://cache.ruby-lang.org/pub/ruby/$version/" \
14
| grep -E '<a href="ruby-'"$version"'.[^"]+\.tar\.bz2' \
15
| grep -vE 'preview|rc' \
16
| sed -r 's!.*<a href="ruby-([^"]+)\.tar\.bz2.*!\1!' \
0 commit comments