cask/dsl/version: remove another invalid character
This commit is contained in:
parent
1bbed03c09
commit
a2099461dc
@ -19,7 +19,7 @@ module Cask
|
|||||||
|
|
||||||
MAJOR_MINOR_PATCH_REGEX = /^([^.,:]+)(?:.([^.,:]+)(?:.([^.,:]+))?)?/.freeze
|
MAJOR_MINOR_PATCH_REGEX = /^([^.,:]+)(?:.([^.,:]+)(?:.([^.,:]+))?)?/.freeze
|
||||||
|
|
||||||
INVALID_CHARACTERS = /[^0-9a-zA-Z.,:\-_+% ]/.freeze
|
INVALID_CHARACTERS = /[^0-9a-zA-Z.,:\-_+ ]/.freeze
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
private
|
private
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user