active_record_nearest_neighbor 0.2.0 → 0.2.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 +4 -4
- data/lib/active_record_nearest_neighbor/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82fc2629ac7b5f4d7f1c62fc81adc6f41ce2421d
|
|
4
|
+
data.tar.gz: cc290e6f1fa1f1e9d80e980cbd1dad7d24ddae13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61024606f12fdbc3533895a96cd2dbb02d0274fc84f35d2e78c5c2707ff61844d3b88f3b88ed2178ffdab87ae975fb430d023b1da69066ba05327e5fd38964dd
|
|
7
|
+
data.tar.gz: 64cbb6e98c725e71c6a06a0a4e9ca4cc0a8c5071765127d235352e250c0e10060e58dd4298243f1e25faffb81454ce04bd2a9eb32a4f8784b860a2f5c272f09e
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_record_nearest_neighbor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Hautau
|
|
@@ -52,10 +52,9 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '2.2'
|
|
55
|
-
description:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
and indexes to your existing tables.
|
|
55
|
+
description: Adds scopes to your models to perform nearest neighbor queries with PostGIS
|
|
56
|
+
and PostgreSQL. Also provides rake tasks for generating migrations to create geospatial
|
|
57
|
+
tables or add geospatial columns and indexes to your existing tables.
|
|
59
58
|
email:
|
|
60
59
|
- arhautau@gmail.com
|
|
61
60
|
executables: []
|