db_leftovers 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -239,7 +239,7 @@ module DBLeftovers
239
239
  def get_database_interface
240
240
  db = ActiveRecord::Base.configurations[Rails.env]['adapter']
241
241
  case db
242
- when 'postgresql', 'jdbcpostgresql'
242
+ when 'postgresql', 'jdbcpostgresql', 'postgis'
243
243
  DBLeftovers::PostgresDatabaseInterface.new
244
244
  when 'mysql2'
245
245
  DBLeftovers::MySQLInterface.new
@@ -1,3 +1,3 @@
1
1
  module DbLeftovers
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: db_leftovers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  segments:
113
113
  - 0
114
- hash: -2702682329306626039
114
+ hash: 2807623262776007913
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  none: false
117
117
  requirements: