]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
mailshears.gemspec: bump to v0.0.4, update pg library to v1.2.x.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 24 Jul 2020 22:18:20 +0000 (18:18 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 24 Jul 2020 22:18:20 +0000 (18:18 -0400)
mailshears.gemspec

index 88f6f5f5cdaf2755bc8b1684646bfa1aa0b6c191..e0d9b80f722b33890fd137047340eb04ac8a7457 100644 (file)
@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
 
   s.name              = 'mailshears'
 Gem::Specification.new do |s|
 
   s.name              = 'mailshears'
-  s.version           = '0.0.3'
+  s.version           = '0.0.4'
   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']
@@ -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.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
 
   # 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