Added license declaration to gemspec

master
Ryan McGeary 2013-05-30 19:19:42 -04:00
parent 36ba3b9086
commit f474cbd298
1 changed files with 1 additions and 0 deletions

View File

@ -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")