From: Michael Orlitzky Date: Sun, 5 Mar 2017 01:32:08 +0000 (-0500) Subject: Update the license name in mailshears.gemspec (fixes a warning). X-Git-Tag: 0.0.3~7 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=0e1263c58d1ea96f649157daf15a587bc1d61879 Update the license name in mailshears.gemspec (fixes a warning). --- diff --git a/mailshears.gemspec b/mailshears.gemspec index bf87753..88f6f5f 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| as well. Since these two tasks are related, mailshears does them both. EOF - s.license = 'AGPL-3' + s.license = 'AGPL-3.0' s.required_rubygems_version = '>= 1.3.6' # If you have runtime dependencies, add them here