Improve Gnome strategy explanatory comment

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
This commit is contained in:
Nanda H Krishna 2021-05-31 19:47:08 +05:30 committed by GitHub
parent 471ce1541d
commit b920949693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,16 +12,16 @@ module Homebrew
# #
# * `https://download.gnome.org/sources/example/1.2/example-1.2.3.tar.xz` # * `https://download.gnome.org/sources/example/1.2/example-1.2.3.tar.xz`
# #
# Before version 40, GNOME used a versioning scheme where unstable # Before version 40, GNOME used a version scheme where unstable releases
# releases were indicated with a minor that's 90+ or odd. The newer # were indicated with a minor that's 90+ or odd. The newer version scheme
# version scheme uses trailing alpha/beta/rc text to identify unstable # uses trailing alpha/beta/rc text to identify unstable versions
# versions (e.g., `40.alpha`). # (e.g., `40.alpha`).
# #
# When a regex isn't provided in a `livecheck` block, this strategy uses # When a regex isn't provided in a `livecheck` block, the strategy uses
# a default regex that matches versions that don't include trailing text # a default regex that matches versions which don't include trailing text
# after the numeric version (e.g., `40.0` instead of `40.alpha`, etc.) # after the numeric version (e.g., `40.0` instead of `40.alpha`) and it
# and it selectively filters out unstable versions below 40 using the # selectively filters out unstable versions below 40 using the rules for
# older scheme. # the older version scheme.
# #
# @api public # @api public
class Gnome class Gnome