activerecord-postgis-adapter 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b3f788f4ff2a7994a5b09fe55a85fb34e4c07af
4
- data.tar.gz: 150c100ea1c01b61c118a3072780514c313cd44d
3
+ metadata.gz: 86c9222def52fff846e2a810afb1ff873c38c3c9
4
+ data.tar.gz: 56df8e96c3557c5e7f219dfe4db98cd515840847
5
5
  SHA512:
6
- metadata.gz: 4cb6baff936647c96561d781260d6cd3b61e56130ea87c337d4285050686f81b68c5130fdcd4696684583fccdcba6ec21a1b602ed542ad2bdc648eba71474899
7
- data.tar.gz: 41c64f27461a9fa46d1046fb9e8376ad5fa80ad5737dbd4d0b26e25b13891363a83f059be730eec27fe742fa21e41c68720c4629a797b09a589a7ece3d3ea429
6
+ metadata.gz: 63ba97d3c64f37a431e95793be0f43a40648deeea1e53c80fbb3dac216ec0dbac9c1c4beba1a30e69e3cb5ee42a733b623252cc179ebdc03d11599ceb9ca2bb6
7
+ data.tar.gz: 1fccafc33a9ad1495696e42d48b9ba7dba79e56d35c0e5150acf1721ebc395898efd8a8916804f916198c565dbfb37c3a6dce327599e37d8817a65f1b4791510
@@ -30,7 +30,7 @@ module ActiveRecord # :nodoc:
30
30
  conn_params[:dbname] = conn_params.delete(:database) if conn_params[:database]
31
31
 
32
32
  # Forward only valid config params to PGconn.connect.
33
- valid_conn_param_keys = PGconn.conndefaults_hash.keys + [:requiressl]
33
+ valid_conn_param_keys = PG::Connection.conndefaults_hash.keys + [:requiressl]
34
34
  conn_params.slice!(*valid_conn_param_keys)
35
35
 
36
36
  # The postgres drivers don't allow the creation of an unconnected PGconn object,
@@ -1,7 +1,7 @@
1
1
  module ActiveRecord
2
2
  module ConnectionAdapters
3
3
  module PostGIS
4
- VERSION = "5.0.1"
4
+ VERSION = "5.0.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-postgis-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma, Tee Parham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-02 00:00:00.000000000 Z
11
+ date: 2017-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -138,8 +138,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  version: '0'
139
139
  requirements: []
140
140
  rubyforge_project:
141
- rubygems_version: 2.6.11
141
+ rubygems_version: 2.6.12
142
142
  signing_key:
143
143
  specification_version: 4
144
144
  summary: ActiveRecord adapter for PostGIS, based on RGeo.
145
145
  test_files: []
146
+ has_rdoc: