From 36fe49c0baeaf49f2fbf9e57b73b295205a5beda Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 26 Jul 2013 19:56:57 +0900 Subject: [PATCH] Add license to gemspec. --- http-cookie.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/http-cookie.gemspec b/http-cookie.gemspec index 1d80f07..1e18d46 100644 --- a/http-cookie.gemspec +++ b/http-cookie.gemspec @@ -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.summary = %q{A Ruby library to handle HTTP Cookies based on RFC 6265} gem.homepage = "https://github.com/sparklemotion/http-cookie" + gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }