зеркало из https://github.com/github/ruby.git
[ruby/time] Update required ruby version
`Regexp#match?` which is introduced at ruby 2.4 is used since https://github.com/ruby/time/pull/1852. https://github.com/ruby/time/commit/b0a965dcaa
This commit is contained in:
Родитель
3563e1383f
Коммит
310af50c3b
|
@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|||
spec.summary = %q{Extends the Time class with methods for parsing and conversion.}
|
||||
spec.description = %q{Extends the Time class with methods for parsing and conversion.}
|
||||
spec.homepage = "https://github.com/ruby/time"
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
||||
spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
|
||||
spec.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
|
|
Загрузка…
Ссылка в новой задаче