summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Luong (Franco) <franco@definefunk.com>2020-01-14 15:02:39 -0500
committerGitHub <noreply@github.com>2020-01-14 15:02:39 -0500
commit1d48e380a275b441bf1ffc56e72f4443969f404f (patch)
tree0e43589d4165f5d48f9f51b26190c87f9a3c4c4c
parentf71baa0e914e432b519b05b14452e31d7e738b09 (diff)
parent28e8e436e1a206de8d20fcd0c026d8679cf61175 (diff)
downloadipaddress-1d48e380a275b441bf1ffc56e72f4443969f404f.tar.gz
Merge pull request #114 from jwillemsen/patch-1
Fixed typo
-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"