]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - mailshears.gemspec
Remove HTML docs with `rake clean`.
[mailshears.git] / mailshears.gemspec
index b0a024d7f055e26be559b3ff35d31d6c6ba4ecd1..acc46359e8c335923b950d6453db133d0213deff 100644 (file)
@@ -5,14 +5,15 @@ Gem::Specification.new do |s|
   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/'
+  s.homepage          = 'http://michael.orlitzky.com/code/mailshears.php'
   s.summary           = 'Prune unused mail directories.'
   s.description       = s.summary
   s.summary           = 'Prune unused mail directories.'
   s.description       = s.summary
+  s.license           = 'AGPL-3'
 
   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
-  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")
 
   # The list of files to be contained in the gem
   s.files         = `git ls-files`.split("\n")