active_record_nearest_neighbor 0.1.8 → 0.2.0
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 +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eacdea07b137748512fd9143a52ecb47b87e9793
|
|
4
|
+
data.tar.gz: 90ef22257eda9422e7b2df006f33dff48968464e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cda4d1c0898e9a6018e0863cea2ede0004bb9704e2ff5b9a575ff9f14cc1a8a83540cde35ec338194dda956e2f3dd17bf5ad783ee5780229cd42f2263834f89
|
|
7
|
+
data.tar.gz: 8375dbed11c628116a3c1ffdb91ab11bfb7ccec53984fd30630b2c36f6a1bca7ca9ba917a6f47eafddf388fe60f26d160b9b3fcf0d2996b68690738e37e75c89
|
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.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Hautau
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '2.2'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '2.2'
|
|
55
55
|
description: Active Record Nearest Neighbor adds scopes to your models to perform
|
|
56
56
|
nearest neighbor queries with PostGIS and PostgreSQL. The plugin also provides rake
|
|
57
57
|
tasks for generating migrations to create geospatial tables add/or geospatial columns
|