X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.gemspec;h=88f6f5f5cdaf2755bc8b1684646bfa1aa0b6c191;hp=3d7239b89692e596d44f4eb9557929a61f9ac3f9;hb=08e0795d01329de098fb23d85d459d32e54f3e36;hpb=030f4945fe72265177bd5620141b363b3cddeefb diff --git a/mailshears.gemspec b/mailshears.gemspec index 3d7239b..88f6f5f 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,11 +1,11 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.2' + s.version = '0.0.3' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] - s.homepage = 'http://michael.orlitzky.com/code/mailshears.php' + s.homepage = 'http://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' + s.license = 'AGPL-3.0' s.required_rubygems_version = '>= 1.3.6' # If you have runtime dependencies, add them here