X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mailshears.gemspec;h=0187847c298c89f752ee642488aa931ef3803cfb;hb=7a372ba193246c043d64553b806b48086d128cbb;hp=bf877532fd62e244dbb13b966eb7b9a3875b8a58;hpb=f52761d8c74b146415329f7a8ac004ced0ab4db8;p=mailshears.git diff --git a/mailshears.gemspec b/mailshears.gemspec index bf87753..0187847 100644 --- a/mailshears.gemspec +++ b/mailshears.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'mailshears' - s.version = '0.0.3' + s.version = '0.0.5' 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