X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=mailshears.gemspec;h=a22b2cfcd48583fa78ccc15e555b66fafe9da74e;hb=HEAD;hp=b68105d0e1f62e78f8dd8c99c1f4bf8257ee980e;hpb=ba88ef870fc3d117d7ad7647fcf563b755c2abb4;p=mailshears.git diff --git a/mailshears.gemspec b/mailshears.gemspec index b68105d..58d6525 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,12 +1,12 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.5' + s.version = '0.1.0' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] s.homepage = 'https://michael.orlitzky.com/code/mailshears.xhtml' - s.summary = 'Prune unused mail directories.' + 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