From 90e19a2ac0e2c154f53b46c0cc629496229f6f7e Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 21 Apr 2013 12:28:18 +0900 Subject: [PATCH] Update the summary and description. --- http-cookie.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-cookie.gemspec b/http-cookie.gemspec index bba9a90..1d80f07 100644 --- a/http-cookie.gemspec +++ b/http-cookie.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |gem| 'Mike Dalessio' => 'mike.dalessio@gmail.com', }.instance_eval { [keys, values] } - gem.description = %q{A Ruby library to handle HTTP Cookies} - gem.summary = %q{A Ruby library to handle HTTP Cookies} + gem.description = %q{HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.} + gem.summary = %q{A Ruby library to handle HTTP Cookies based on RFC 6265} gem.homepage = "https://github.com/sparklemotion/http-cookie" gem.files = `git ls-files`.split($/)