active_record_nearest_neighbor 0.1.5 → 0.1.6

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: 9628927a7e80e9e755a5492d15305c4972a3f818
4
- data.tar.gz: 7498ef94b4f89b5145951b621362dabbd9b3db30
3
+ metadata.gz: 03c7b3ac6147def10aa443b6fadfb3ed56e34f88
4
+ data.tar.gz: ea0c14653dddf862f5683edc910cc29ace60c68c
5
5
  SHA512:
6
- metadata.gz: ab3c76aba1d5c5f58c445b6722daeb6ce44a9b6dc3cf6559e5984981d394897d9260632d14c55d449e3cac01e9ba4bca61e32fbe6aebe1c828eca0f138363077
7
- data.tar.gz: 53d39176a66231231b26b2a6daa6455f9b396ab8461fff562759b152a4a43dca6b19d213985685016c8b56078b2a3b5c549107b53d8370bf17cdb8d6afa1b08d
6
+ metadata.gz: 7274a5e3853495b1730325195dab52bd719f35cdc827aec2503c0a24867daeb0c638a49cd594d49884b33eac40048c1aac97a1519d24864257da82f5d2b15ff4
7
+ data.tar.gz: d2eac093b683d0ba80065cf50bdb81ebeef3c7996d5663e4e0bf47a18a319e189774958f58199e3366a78d588b5e87f07f7608d3d43e9d04d5302e4bd5934a80
@@ -1,3 +1,3 @@
1
1
  module ActiveRecordNearestNeighbor
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
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.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Hautau
@@ -52,10 +52,10 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: ActiveRecordNearestNeighbor adds methods to your ActiveRecord models
56
- to perform nearest neighbor searches, using different algorithms. The plugin also
57
- provides a rake task for generating migrations to add geospatial columns and indexes
58
- to your models.
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.
59
59
  email:
60
60
  - arhautau@gmail.com
61
61
  executables: []
@@ -93,7 +93,7 @@ rubyforge_project:
93
93
  rubygems_version: 2.2.2
94
94
  signing_key:
95
95
  specification_version: 4
96
- summary: A Rails/ActiveRecord plugin to easily add nearest neighbor geospatial queries
96
+ summary: A Rails/Active Record plugin to easily add nearest neighbor geospatial queries
97
97
  with PostGIS and PostgreSQL.
98
98
  test_files: []
99
99
  has_rdoc: