From f474cbd298b3f4a5aca06c3d24c50821e7faab41 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 30 May 2013 19:19:42 -0400 Subject: [PATCH] Added license declaration to gemspec --- middleman-deploy.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/middleman-deploy.gemspec b/middleman-deploy.gemspec index 92eeea2..dc23293 100644 --- a/middleman-deploy.gemspec +++ b/middleman-deploy.gemspec @@ -11,6 +11,7 @@ Gem::Specification.new do |s| s.homepage = "http://tvaughan.github.com/middleman-deploy/" s.summary = %q{Deploy a middleman built site over rsync, ftp, or git (e.g. gh-pages on github).} s.description = %q{Deploy a middleman built site over rsync, ftp, or git (e.g. gh-pages on github).} + s.license = "MIT" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")