X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailshears.gemspec;h=72d9cd4f6f5bc8e3ff435638995d8fd93db5ce21;hb=53067f74360358045c6354536267059abc22f385;hp=0187847c298c89f752ee642488aa931ef3803cfb;hpb=7a372ba193246c043d64553b806b48086d128cbb;p=mailshears.git diff --git a/mailshears.gemspec b/mailshears.gemspec index 0187847..72d9cd4 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,11 +1,11 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.5' + s.version = '0.0.6' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] - s.homepage = 'http://michael.orlitzky.com/code/mailshears.xhtml' + s.homepage = 'https://michael.orlitzky.com/code/mailshears.xhtml' s.summary = 'Prune unused mail directories.' s.description = <<-EOF Managing a mail system with virtual users is annoying. The @@ -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.0' + s.license = 'AGPL-3.0-or-later' s.required_rubygems_version = '>= 1.3.6' # If you have runtime dependencies, add them here