Add license to .gemspec

Fixes #114
This commit is contained in:
Fabio Rehm 2013-07-21 22:51:27 -03:00
parent 9058c5763c
commit 258c822a54

View file

@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
gem.email = ["fgrehm@gmail.com"]
gem.description = %q{Linux Containers provider for Vagrant}
gem.summary = gem.description
gem.license = 'MIT'
gem.homepage = "https://github.com/fgrehm/vagrant-lxc"
gem.files = `git ls-files`.split($/)