From dd88edaeafc5564363fd9f0ba6625a67193174e9 Mon Sep 17 00:00:00 2001 From: Anatol Pomozov Date: Fri, 8 Jan 2016 09:47:05 -0800 Subject: [PATCH] Specify gem license --- vagrant.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant.gemspec b/vagrant.gemspec index 078add344..afd59e075 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -8,6 +8,7 @@ Gem::Specification.new do |s| s.authors = ["Mitchell Hashimoto", "John Bender"] s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"] s.homepage = "http://vagrantup.com" + s.license = 'MIT' s.summary = "Build and distribute virtualized development environments." s.description = "Vagrant is a tool for building and distributing virtualized development environments."