From a6c6d4a082545a3e610061e32cb048992b8571ec Mon Sep 17 00:00:00 2001 From: sergioro <25378688+sergioro9@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:49:05 -0600 Subject: [PATCH] add link to domain_name gem in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62acbd6..a1fbcb2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ The following is an incomplete list of its features: * It takes eTLD (effective TLD, also known as "Public Suffix") into account just as major browsers do, to reject cookies with an eTLD domain like "org", "co.jp", or "appspot.com". This feature is - brought to you by the domain_name gem. + brought to you by the + [domain_name](https://github.com/knu/ruby-domain_name) gem. * The number of cookies and the size are properly capped so that a cookie store does not get flooded. @@ -207,7 +208,7 @@ equivalent using HTTP::Cookie: guarantee that it will remain available in the future. -HTTP::Cookie/CookieJar raise runtime errors to help migration, so +HTTP::Cookie/CookieJar raises runtime errors to help migration, so after replacing the class names, try running your test code once to find out how to fix your code base.