activerecord-postgis-adapter 11.1.0 → 11.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d477a971bc892e6bafc575dc82dd5af7b007b0f8755b2b27a7d4adabfea7261f
4
- data.tar.gz: 61f5cb02bde912292f92f8c416ae64e22442f35ba466074ffc3466625501d638
3
+ metadata.gz: 637787ecf3f6261e85f6a0989e78c59a93f5cd8c6a90e8ef61c55bc137f89c4a
4
+ data.tar.gz: dd0766b79440adcd5d4dd30cd11e0ca2e1ac76952f03094f25dc04aceb3c0d99
5
5
  SHA512:
6
- metadata.gz: 4864a98aa11734fffa2c7f0cd81049c81004a0bc19c6912c6c05c73457a4f0ab4dfd18de3960a3108dd31c0a2b0acbee36cdc5e0280b1551f632a60b0596c5da
7
- data.tar.gz: 9fea7a830019c327036b974e4fd4c1cdede785834f3dc791cbc323bb05320f5273365de176b778b19d7c421b23ed1c3aec928fbd6e42f5779f3f01e4ca055380
6
+ metadata.gz: e3a898f6668b42eb5759960b9ecb7096f20463cee894a59476b9dd3884e08fe2873d985da326bd8130625a8550e7180d666ce6c64fbc019f6da41f2247c585c2
7
+ data.tar.gz: 76459c0040de7bc6bfa2096d18a5534e42a3d76fe1e611c288fb7ece53e97fb2579209e8a66e8bcb02f9a225e34da1677bb962089e29bc97a024868366c9c780
@@ -115,9 +115,9 @@ module ActiveRecord
115
115
 
116
116
  def wkt_parser(string)
117
117
  if binary_string?(string)
118
- RGeo::WKRep::WKBParser.new(spatial_factory, support_ewkb: true, default_srid: @srid)
118
+ RGeo::WKRep::WKBParser.new(spatial_factory, support_ewkb: true, default_srid: @factory_attrs[:srid])
119
119
  else
120
- RGeo::WKRep::WKTParser.new(spatial_factory, support_ewkt: true, default_srid: @srid)
120
+ RGeo::WKRep::WKTParser.new(spatial_factory, support_ewkt: true, default_srid: @factory_attrs[:srid])
121
121
  end
122
122
  end
123
123
  end
@@ -3,7 +3,7 @@
3
3
  module ActiveRecord
4
4
  module ConnectionAdapters
5
5
  module PostGIS
6
- VERSION = "11.1.0"
6
+ VERSION = "11.1.1"
7
7
  end
8
8
  end
9
9
  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: 11.1.0
4
+ version: 11.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Azuma
8
8
  - Tee Parham
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-26 00:00:00.000000000 Z
11
+ date: 2025-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord