diff options
Diffstat (limited to 'lib/net/net-protocol.gemspec')
-rw-r--r-- | lib/net/net-protocol.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/net-protocol.gemspec b/lib/net/net-protocol.gemspec index 0e126b9588..9da4d47bb6 100644 --- a/lib/net/net-protocol.gemspec +++ b/lib/net/net-protocol.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |spec| spec.authors = ["Yukihiro Matsumoto"] spec.email = ["[email protected]"] - 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"] |