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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86c9222def52fff846e2a810afb1ff873c38c3c9
|
4
|
+
data.tar.gz: 56df8e96c3557c5e7f219dfe4db98cd515840847
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 =
|
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,
|
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.
|
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-
|
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.
|
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:
|