rgeo-activerecord 6.2.0 → 6.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +5 -0
- data/lib/rgeo/active_record/geometry_mixin.rb +10 -0
- data/lib/rgeo/active_record/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 77050c94aa6df54a1e28f3cd7f6972601db03f5e78c4370948fcba8d97b693c0
|
4
|
+
data.tar.gz: a128490c6434f43f1dae669d62615afebba63d3a2a786f16efb215f4c387a2c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6e30c49ee52e95e4a588c7905e2debfe530661d263dc6313aa8fa90e12f469d48f4ba57bd90d779fa6985199cdff399d764a430b6edb16620a0bd508dd5b09e
|
7
|
+
data.tar.gz: 22550bdceb948976faf107587922a96c5336a2bf680316a514be451fb30d348451f49981e005e70fc07769c369e5aa9f4e46a011e88235e28aa5c92d23b1c6f2
|
data/History.md
CHANGED
@@ -82,6 +82,16 @@ module RGeo
|
|
82
82
|
Geos::ZMMultiPolygonImpl,
|
83
83
|
Geos::ZMPointImpl,
|
84
84
|
Geos::ZMPolygonImpl,
|
85
|
+
|
86
|
+
Cartesian::GeometryCollectionImpl,
|
87
|
+
Cartesian::LinearRingImpl,
|
88
|
+
Cartesian::LineImpl,
|
89
|
+
Cartesian::LineStringImpl,
|
90
|
+
Cartesian::MultiLineStringImpl,
|
91
|
+
Cartesian::MultiPointImpl,
|
92
|
+
Cartesian::MultiPolygonImpl,
|
93
|
+
Cartesian::PointImpl,
|
94
|
+
Cartesian::PolygonImpl
|
85
95
|
].each { |klass| klass.include(GeometryMixin) }
|
86
96
|
|
87
97
|
if RGeo::Geos.capi_supported?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rgeo-activerecord
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.2.
|
4
|
+
version: 6.2.1
|
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: 2019-
|
11
|
+
date: 2019-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
159
|
- !ruby/object:Gem::Version
|
160
160
|
version: '0'
|
161
161
|
requirements: []
|
162
|
-
rubygems_version: 3.0.
|
162
|
+
rubygems_version: 3.0.4
|
163
163
|
signing_key:
|
164
164
|
specification_version: 4
|
165
165
|
summary: An RGeo module providing spatial extensions to ActiveRecord.
|