You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newsPage="$(curl -fsSL 'https://www.ruby-lang.org/en/news/')"# occasionally, releases don't show up on the Releases page
13
+
newsPage="$(curl -fsSL 'https://www.ruby-lang.org/en/news/')"# occasionally, releases don't show up on the Releases page (see https://github.com/ruby/www.ruby-lang.org/blob/master/_data/releases.yml)
14
+
# TODO consider parsing https://github.com/ruby/www.ruby-lang.org/blob/master/_data/downloads.yml as well
14
15
15
16
latest_gem_version() {
16
17
curl -fsSL "https://rubygems.org/api/v1/gems/$1.json"| sed -r 's/^.*"version":"([^"]+)".*$/\1/'
0 commit comments