We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c154286 commit 35d7b08Copy full SHA for 35d7b08
net-protocol.gemspec
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
13
spec.authors = ["Yukihiro Matsumoto"]
14
spec.email = ["matz@ruby-lang.org"]
15
16
- spec.summary = %q{The abstruct interface for net-* client.}
17
- 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.}
18
spec.homepage = "https://github.com/ruby/net-protocol"
19
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
20
spec.licenses = ["Ruby", "BSD-2-Clause"]
0 commit comments