Closed miyucy closed 4 months ago
Describe the Feature Request
Ruby v3.3.3 just released.
Is your feature request related to a particular problem?
Since the version number is v3.3.3, the regular expression for this file may need to allow for a leading v.
https://github.com/CircleCI-Public/cimg-ruby/blob/a6dbfc7515f62205059d96629ff0c89eef08be44/rubyFeed.sh#L17
curl --silent https://github.com/ruby/ruby/tags.atom | ggrep -E '(title)' | tail -n +2 | sed -e 's/^[ \t]*//' | sed -e 's/<title>//' -e 's/<\/title>//' v3.3.3 3.3.2 3.1.6 3.4.0-preview1 3.3.1 3.2.4 3.1.5 3.0.7 3.2.3 3.3.0
Thank you.
Describe the Feature Request
Ruby v3.3.3 just released.
Is your feature request related to a particular problem?
Since the version number is v3.3.3, the regular expression for this file may need to allow for a leading v.
https://github.com/CircleCI-Public/cimg-ruby/blob/a6dbfc7515f62205059d96629ff0c89eef08be44/rubyFeed.sh#L17