Merge pull request #51 from bf4/add_license_to_gemspe

[#28] Add license to gemspec, is MIT
This commit is contained in:
Paulo Bittencourt 2013-11-22 09:16:16 -08:00
commit 76f8e17f92
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.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
gem.summary = gem.description
gem.license = 'MIT'
gem.files = `git ls-files`.split($/)
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})