Skip to content

Commit 3b4a55e

Browse files
committed
[#28] Add license to gemspec, is MIT
1 parent af19868 commit 3b4a55e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vagrant-hostmanager.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.email = ['[email protected]']
1212
gem.description = %q{A Vagrant plugin that manages the /etc/hosts file within a multi-machine environment}
1313
gem.summary = gem.description
14+
gem.license = 'MIT'
1415

1516
gem.files = `git ls-files`.split($/)
1617
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)