X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.gemspec;h=0187847c298c89f752ee642488aa931ef3803cfb;hp=e0d9b80f722b33890fd137047340eb04ac8a7457;hb=HEAD;hpb=853aaef812f6e23f17d3e24db99dfbaadafdbddf diff --git a/mailshears.gemspec b/mailshears.gemspec index e0d9b80..58d6525 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,12 +1,12 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.4' + s.version = '0.1.0' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] - s.homepage = 'http://michael.orlitzky.com/code/mailshears.xhtml' - s.summary = 'Prune unused mail directories.' + s.homepage = 'https://michael.orlitzky.com/code/mailshears.xhtml' + s.summary = 'Prune your mail garden' s.description = <<-EOF Managing a mail system with virtual users is annoying. The authoritative database of users is stored in one table, but every @@ -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