diff options
author | Olle Jonsson <[email protected]> | 2022-02-02 13:20:16 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-02-02 21:21:47 +0900 |
commit | d8c54bac4abd9ae42ac9d728cb4cbe1e101c7ad7 (patch) | |
tree | a6ab67c0e0179ab3771db6516f7ea1bfef86950d | |
parent | 94687a68265fa400afb5308d5f7ed9a095fd5200 (diff) |
[ruby/net-protocol] Fix typo in gem description [ci skip]
https://github.com/ruby/net-protocol/commit/35d7b08a54
-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"] |