rgeo-activerecord 6.2.1 → 6.2.2
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 +4 -4
- data/History.md +4 -0
- data/lib/rgeo/active_record/arel_spatial_queries.rb +0 -5
- data/lib/rgeo/active_record/version.rb +1 -1
- metadata +11 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0eaf7ecbe5d6d765688cd03ed0a6ce434f6b2eb7c3f8cf4f77e94cf87859e22c
|
|
4
|
+
data.tar.gz: b10e77caf7d99659469548766255177627db551fc522fa76c26d4a0a2f775e74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbec5edddc4e64e3d9587619bb6316a71651f37806ffdc0ff73fbd595003232e5ec6f783c73eba931f148687b9d07dc245d5437403b5eb5c3583fe0ae7684fdd
|
|
7
|
+
data.tar.gz: 1f487be6304b56fb804e6a97478093351d7a86586a14b94b6ca7c2ad1d2e9b6244767830e14f63a06dd4365c2b82b387759f1f311b939d907bf9c54a4ea1f7aa
|
data/History.md
CHANGED
|
@@ -86,11 +86,6 @@ module RGeo
|
|
|
86
86
|
alias :visit_RGeo_Cartesian_BoundingBox :visit_String
|
|
87
87
|
end
|
|
88
88
|
|
|
89
|
-
Arel::Visitors::DepthFirst.class_eval do
|
|
90
|
-
alias :visit_RGeo_Feature_Instance :terminal
|
|
91
|
-
alias :visit_RGeo_Cartesian_BoundingBox :terminal
|
|
92
|
-
end
|
|
93
|
-
|
|
94
89
|
Arel::Visitors::ToSql.class_eval do
|
|
95
90
|
alias :visit_RGeo_Feature_Instance :visit_String
|
|
96
91
|
alias :visit_RGeo_Cartesian_BoundingBox :visit_String
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Daniel Azuma
|
|
7
|
+
- Daniel Azuma
|
|
8
|
+
- Tee Parham
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date:
|
|
12
|
+
date: 2020-12-11 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: activerecord
|
|
@@ -125,7 +126,10 @@ dependencies:
|
|
|
125
126
|
description: RGeo is a geospatial data library for Ruby. RGeo::ActiveRecord is an
|
|
126
127
|
optional RGeo module providing some spatial extensions to ActiveRecord, as well
|
|
127
128
|
as common tools used by RGeo-based spatial adapters.
|
|
128
|
-
email:
|
|
129
|
+
email:
|
|
130
|
+
- dazuma@gmail.com
|
|
131
|
+
- parhameter@gmail.com
|
|
132
|
+
- kfdoggett@gmail.com
|
|
129
133
|
executables: []
|
|
130
134
|
extensions: []
|
|
131
135
|
extra_rdoc_files: []
|
|
@@ -142,7 +146,8 @@ files:
|
|
|
142
146
|
- lib/rgeo/active_record/spatial_factory_store.rb
|
|
143
147
|
- lib/rgeo/active_record/version.rb
|
|
144
148
|
homepage: https://github.com/rgeo/rgeo-activerecord
|
|
145
|
-
licenses:
|
|
149
|
+
licenses:
|
|
150
|
+
- BSD-3-Clause
|
|
146
151
|
metadata: {}
|
|
147
152
|
post_install_message:
|
|
148
153
|
rdoc_options: []
|
|
@@ -159,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
164
|
- !ruby/object:Gem::Version
|
|
160
165
|
version: '0'
|
|
161
166
|
requirements: []
|
|
162
|
-
rubygems_version: 3.0.
|
|
167
|
+
rubygems_version: 3.0.3
|
|
163
168
|
signing_key:
|
|
164
169
|
specification_version: 4
|
|
165
170
|
summary: An RGeo module providing spatial extensions to ActiveRecord.
|