From 06828805b9d87aae21cdd925c85035b6d8daadbc Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Wed, 6 Feb 2013 13:44:27 +0100 Subject: [PATCH] add license information to gemspec This way we can get it when using rubygems.org API --- rack-cache.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/rack-cache.gemspec b/rack-cache.gemspec index b84147e..011e629 100644 --- a/rack-cache.gemspec +++ b/rack-cache.gemspec @@ -7,6 +7,7 @@ Gem::Specification.new do |s| s.date = '2012-03-05' s.summary = "HTTP Caching for Rack" + s.license = "MIT" s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information." s.authors = ["Ryan Tomayko"]