From 90b8104f75900b13dd8e25dcbe036fc6a12c2e40 Mon Sep 17 00:00:00 2001 From: Chris Marshall Date: Thu, 22 Jan 2015 17:52:36 -0500 Subject: [PATCH] Add license to gemspec --- sendgrid.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/sendgrid.gemspec b/sendgrid.gemspec index 0df55dd..3fef770 100644 --- a/sendgrid.gemspec +++ b/sendgrid.gemspec @@ -30,6 +30,7 @@ Gem::Specification.new do |s| "test/test_helper.rb" ] s.homepage = "http://github.com/stephenb/sendgrid" + s.license = "MIT" s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "A gem that allows simple integration of ActionMailer with SendGrid (http://sendgrid.com)"