diff --git a/imgkit.gemspec b/imgkit.gemspec index edb1250..e6b2de4 100644 --- a/imgkit.gemspec +++ b/imgkit.gemspec @@ -9,6 +9,7 @@ Gem::Specification.new do |s| s.authors = ["csquared"] s.email = %q{christopher.continanza@gmail.com} s.homepage = "https://github.com/csquared/IMGKit" + s.license = "MIT" s.summary = %q{HTML+CSS -> JPG} s.description = %q{Uses wkhtmltoimage to create Images using HTML} s.post_install_message = File.read('POST_INSTALL')