[ruby/net-protocol] Fix typo in gem description [ci skip]

https://github.com/ruby/net-protocol/commit/35d7b08a54
This commit is contained in:
Olle Jonsson 2022-02-02 13:20:16 +01:00 committed by git
parent 94687a6826
commit d8c54bac4a

View File

@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]
spec.summary = %q{The abstruct interface for net-* client.}
spec.description = %q{The abstruct interface for net-* client.}
spec.summary = %q{The abstract interface for net-* client.}
spec.description = %q{The abstract interface for net-* client.}
spec.homepage = "https://github.com/ruby/net-protocol"
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.licenses = ["Ruby", "BSD-2-Clause"]