mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Update the summary and description.
This commit is contained in:
parent
0725376200
commit
90e19a2ac0
1 changed files with 2 additions and 2 deletions
|
|
@ -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($/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue