X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailshears.gemspec;h=3eb3da9fd248d7925673a057a0fce9d561d68f0b;hb=fdfb7478efdaf0556259948a86cb851bc035e385;hp=88f6f5f5cdaf2755bc8b1684646bfa1aa0b6c191;hpb=0e1263c58d1ea96f649157daf15a587bc1d61879;p=mailshears.git diff --git a/mailshears.gemspec b/mailshears.gemspec index 88f6f5f..3eb3da9 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,11 +1,11 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.3' + s.version = '0.0.6' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] - s.homepage = 'http://michael.orlitzky.com/code/mailshears.xhtml' + s.homepage = 'https://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 @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.required_rubygems_version = '>= 1.3.6' # If you have runtime dependencies, add them here - s.add_runtime_dependency 'pg', '~> 0.11' + s.add_runtime_dependency 'pg', '~> 1.2' # The list of files to be contained in the gem. We can obtain it # from git as long as we remember that this magic will happen and we