summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Rohée <bruno@rohee.com>2019-08-27 10:31:21 +0200
committerGitHub <noreply@github.com>2019-08-27 10:31:21 +0200
commitd2a65c244aec60a75f5b6165bc15aff3c161d3e8 (patch)
tree2b42d3b056c531ce92f4bf3809b61fa6d6d80fca
parenta8eb06d418efc1b3bb036c849c95cf0ce4b7e18b (diff)
downloadipaddress-d2a65c244aec60a75f5b6165bc15aff3c161d3e8.tar.gz
typo s/mantains/maintains/
-rw-r--r--ipaddress.gemspec2
1 files changed, 1 insertions, 1 deletions
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",