Add license to gemspec

This commit is contained in:
petedmarsh
2012-12-03 13:52:27 +00:00
parent 8fe86e98c8
commit 6790cf02a9

View File

@@ -3,6 +3,7 @@ require "foreman/version"
Gem::Specification.new do |gem|
gem.name = "foreman"
gem.license = "MIT"
gem.version = Foreman::VERSION
gem.author = "David Dollar"