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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eacdea07b137748512fd9143a52ecb47b87e9793
4
- data.tar.gz: 90ef22257eda9422e7b2df006f33dff48968464e
3
+ metadata.gz: 82fc2629ac7b5f4d7f1c62fc81adc6f41ce2421d
4
+ data.tar.gz: cc290e6f1fa1f1e9d80e980cbd1dad7d24ddae13
5
5
  SHA512:
6
- metadata.gz: 5cda4d1c0898e9a6018e0863cea2ede0004bb9704e2ff5b9a575ff9f14cc1a8a83540cde35ec338194dda956e2f3dd17bf5ad783ee5780229cd42f2263834f89
7
- data.tar.gz: 8375dbed11c628116a3c1ffdb91ab11bfb7ccec53984fd30630b2c36f6a1bca7ca9ba917a6f47eafddf388fe60f26d160b9b3fcf0d2996b68690738e37e75c89
6
+ metadata.gz: 61024606f12fdbc3533895a96cd2dbb02d0274fc84f35d2e78c5c2707ff61844d3b88f3b88ed2178ffdab87ae975fb430d023b1da69066ba05327e5fd38964dd
7
+ data.tar.gz: 64cbb6e98c725e71c6a06a0a4e9ca4cc0a8c5071765127d235352e250c0e10060e58dd4298243f1e25faffb81454ce04bd2a9eb32a4f8784b860a2f5c272f09e
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordNearestNeighbor
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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: Active Record Nearest Neighbor adds scopes to your models to perform
56
- nearest neighbor queries with PostGIS and PostgreSQL. The plugin also provides rake
57
- tasks for generating migrations to create geospatial tables add/or geospatial columns
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: []