summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ceresa <bluemonk@users.noreply.github.com>2021-07-18 17:29:52 +0200
committerGitHub <noreply@github.com>2021-07-18 17:29:52 +0200
commit85b95efd1846958e13f4dd6225afffe5b39db306 (patch)
tree26a3fc8b270f0d6f2f8e1716981fcd64774ec685
parent826d6fae4537099f6f2549eae9873087869aee55 (diff)
parent25a2731ef06ac632d5127b1b7523949986c59354 (diff)
downloadipaddress-85b95efd1846958e13f4dd6225afffe5b39db306.tar.gz
Merge pull request #116 from brohee/master
typo fix
-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",