summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Rohée <bruno@rohee.com>2019-08-27 10:32:18 +0200
committerGitHub <noreply@github.com>2019-08-27 10:32:18 +0200
commit5c12ef567c6ef3891fdb8ead45088cf0ef06ae23 (patch)
treeb6459d574c7ed0a3b41735343c6f649613914333
parentd2a65c244aec60a75f5b6165bc15aff3c161d3e8 (diff)
downloadipaddress-5c12ef567c6ef3891fdb8ead45088cf0ef06ae23.tar.gz
typo s/mantains/maintains/
-rw-r--r--tasks/jeweler.rake2
1 files changed, 1 insertions, 1 deletions
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"