mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Add license to gemspec.
This commit is contained in:
parent
5319f88dc2
commit
36fe49c0ba
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ Gem::Specification.new do |gem|
|
||||||
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.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.summary = %q{A Ruby library to handle HTTP Cookies based on RFC 6265}
|
||||||
gem.homepage = "https://github.com/sparklemotion/http-cookie"
|
gem.homepage = "https://github.com/sparklemotion/http-cookie"
|
||||||
|
gem.license = "MIT"
|
||||||
|
|
||||||
gem.files = `git ls-files`.split($/)
|
gem.files = `git ls-files`.split($/)
|
||||||
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue