Merge pull request #27 from rmm5t/gemspec-license

Add license declaration to gemspec
This commit is contained in:
Tom Vaughan 2013-05-30 16:31:28 -07:00
commit e393283264

View file

@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "http://tvaughan.github.com/middleman-deploy/" 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.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.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.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")