From a8af8c31612e0cf455897e063d975f824a26bce0 Mon Sep 17 00:00:00 2001 From: Anatol Date: Wed, 11 Dec 2013 05:55:43 -0800 Subject: [PATCH] Update rack-test.gemspec --- rack-test.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/rack-test.gemspec b/rack-test.gemspec index af80c86a..2db5086e 100644 --- a/rack-test.gemspec +++ b/rack-test.gemspec @@ -9,6 +9,7 @@ Gem::Specification.new do |s| s.date = "2012-09-27" s.description = "Rack::Test is a small, simple testing API for Rack apps. It can be used on its\nown or as a reusable starting point for Web frameworks and testing libraries\nto build on. Most of its initial functionality is an extraction of Merb 1.0's\nrequest helpers feature." s.email = "bryan@brynary.com" + s.license = "MIT" s.extra_rdoc_files = [ "README.rdoc", "MIT-LICENSE.txt"