[#28] Add license to gemspec, is MIT

This commit is contained in:
Benjamin Fleischer 2013-11-22 07:13:36 -06:00
parent af19868ee6
commit 3b4a55e4a8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.email = ['shawn@dahlen.me'] gem.email = ['shawn@dahlen.me']
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment} gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
gem.summary = gem.description gem.summary = gem.description
gem.license = 'MIT'
gem.files = `git ls-files`.split($/) gem.files = `git ls-files`.split($/)
gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.test_files = gem.files.grep(%r{^(test|spec|features)/})