]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - mailshears.gemspec
doc/COPYING: add one to state the "or later" bit
[mailshears.git] / mailshears.gemspec
index e0d9b80f722b33890fd137047340eb04ac8a7457..58d6525fbb3840ca3cdedf90bce4b29d30302120 100644 (file)
@@ -1,12 +1,12 @@
 Gem::Specification.new do |s|
 
   s.name              = 'mailshears'
 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.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
   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
 
     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
   s.required_rubygems_version = '>= 1.3.6'
 
   # If you have runtime dependencies, add them here