ruby-changes:71074
From: Olle <ko1@a...>
Date: Wed, 2 Feb 2022 21:21:56 +0900 (JST)
Subject: [ruby-changes:71074] d8c54bac4a (master): [ruby/net-protocol] Fix typo in gem description [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=d8c54bac4a From d8c54bac4abd9ae42ac9d728cb4cbe1e101c7ad7 Mon Sep 17 00:00:00 2001 From: Olle Jonsson <olle.jonsson@g...> Date: Wed, 2 Feb 2022 13:20:16 +0100 Subject: [ruby/net-protocol] Fix typo in gem description [ci skip] https://github.com/ruby/net-protocol/commit/35d7b08a54 --- lib/net/net-protocol.gemspec | 4 ++-- 1 file 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| https://github.com/ruby/ruby/blob/trunk/lib/net/net-protocol.gemspec#L13 spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@r..."] - 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"] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/