From d2a65c244aec60a75f5b6165bc15aff3c161d3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Roh=C3=A9e?= Date: Tue, 27 Aug 2019 10:31:21 +0200 Subject: typo s/mantains/maintains/ --- ipaddress.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaddress.gemspec b/ipaddress.gemspec index 6b61e92..599c9bd 100644 --- a/ipaddress.gemspec +++ b/ipaddress.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.authors = ["bluemonk", "mikemackintosh"] s.date = "2016-03-23" - s.description = "IPAddress is a Ruby library designed to make manipulation\n of IPv4 and IPv6 addresses both powerful and simple. It mantains\n a layer of compatibility with Ruby's own IPAddr, while\n addressing many of its issues." + s.description = "IPAddress is a Ruby library designed to make manipulation\n of IPv4 and IPv6 addresses both powerful and simple. It maintains\n a layer of compatibility with Ruby's own IPAddr, while\n addressing many of its issues." s.email = "ceresa@gmail.com" s.extra_rdoc_files = [ "CHANGELOG.rdoc", -- cgit v1.2.1 From 5c12ef567c6ef3891fdb8ead45088cf0ef06ae23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Roh=C3=A9e?= Date: Tue, 27 Aug 2019 10:32:18 +0200 Subject: typo s/mantains/maintains/ --- tasks/jeweler.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/jeweler.rake b/tasks/jeweler.rake index 34d27ed..eda8319 100644 --- a/tasks/jeweler.rake +++ b/tasks/jeweler.rake @@ -4,7 +4,7 @@ Jeweler::Tasks.new do |gem| gem.name = "ipaddress" gem.summary = %q{IPv4/IPv6 address manipulation library} gem.description = %q{IPAddress is a Ruby library designed to make manipulation - of IPv4 and IPv6 addresses both powerful and simple. It mantains + of IPv4 and IPv6 addresses both powerful and simple. It maintains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues.} gem.email = "ceresa@gmail.com" -- cgit v1.2.1