activerecord-postgis-adapter 4.0.3 → 4.0.4

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: adcdfe69b17571253f562f5968d162d16a1053cd
4
- data.tar.gz: 7c4c5fbc177b121ddd0d7aaf7f2939e8a94ec07f
3
+ metadata.gz: 7c6e57d0893ca27232ee81eee995ddaeb1044e60
4
+ data.tar.gz: 2df9405b4f59de606e5aa606de8b2745656bc50d
5
5
  SHA512:
6
- metadata.gz: b91982262c0d85a209d3be2882bf7a2fc32f8b17a25880b613974b958da4b6d57187d39519cb0766959a8b8559c216da01f83632abdc41fa033f5affa64f9dce
7
- data.tar.gz: 9c6ebb2d8b93ccaaa6334420f058fea24a474ab31661b2f8418a27cd2ec578c6f04a4f09810c851f339d745ece3d77e36ac8c7fa4585f65734ff91589c1fd031
6
+ metadata.gz: 4b0bacebd939405ab3a7d3481107d12d0251008f4822196baf34e88c1f9b8aae5b83bab632f6dfacf413a34a76a391dcee579e0eab51051b2101250cd1e50191
7
+ data.tar.gz: 3bf3734ad9c9239cff532de08fa596c239036e5f937bc8986b8dfc62b4f0d4a39062504bfe7d8610c87d417e7eb5005d571e2b2270bc69213dfcd7d9db7b44cc
@@ -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 = "4.0.3"
4
+ VERSION = "4.0.4"
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: 4.0.3
4
+ version: 4.0.4
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-04-30 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: