1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Drop to Ruby 2.4

This commit is contained in:
Hiroshi SHIBATA 2020-03-27 11:01:55 +09:00
parent 44581d98bb
commit 3b3a9edf48
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Simple Mail Transfer Protocol client library for Ruby.}
spec.homepage = "https://github.com/ruby/net-smtp"
spec.license = "BSD-2-Clause"
spec.required_ruby_version = ">= 2.5.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage