X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.gemspec;h=e0d9b80f722b33890fd137047340eb04ac8a7457;hp=1dc7b0d707a17129bd93b86b9f32f00dbef9bf3d;hb=8c8de47c1e648b175032e88facf27c26a8e2e7d5;hpb=313f50286308da3e0669d477e7d6ad1c5937c24b diff --git a/mailshears.gemspec b/mailshears.gemspec index 1dc7b0d..e0d9b80 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.2' + s.version = '0.0.4' s.platform = Gem::Platform::RUBY s.authors = ['Michael Orlitzky'] s.email = ['michael@orlitzky.com'] @@ -24,11 +24,11 @@ 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 - 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