lib/prick/constants.rb in prick-0.39.5 vs lib/prick/constants.rb in prick-0.39.6

- old
+ new

@@ -142,10 +142,10 @@ USER_NAME_SUB_RE = NAME_SUB_RE USER_NAME_RE = NAME_RE # Matches a major.minor.patch ('MMP') version # - # The *_SEMVER REs are derived from the canonical RE + # The *_SEMVER REs are derived from the canonical RE # # / # (0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*) # (?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))? # (?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?