]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - mailshears.gemspec
Fix Postfixadmin alias updating (don't leave commas at the start/end).
[mailshears.git] / mailshears.gemspec
index 86c6bc837fed71fc029de495fe4deff8bd05d0d5..acc46359e8c335923b950d6453db133d0213deff 100644 (file)
@@ -8,12 +8,12 @@ Gem::Specification.new do |s|
   s.homepage          = 'http://michael.orlitzky.com/code/mailshears.php'
   s.summary           = 'Prune unused mail directories.'
   s.description       = s.summary
-  s.license           = 'GPL-3'
+  s.license           = 'AGPL-3'
 
   s.required_rubygems_version = '>= 1.3.6'
 
   # If you have runtime dependencies, add them here
-  s.add_runtime_dependency 'pg', '>= 0.11.0'
+  s.add_runtime_dependency 'pg', '~> 0.11'
 
   # The list of files to be contained in the gem
   s.files         = `git ls-files`.split("\n")