geocoder-neo4j_spatial 0.2.1 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e85a9392caaa8f7128e45976c0f778b13f8df493
4
- data.tar.gz: f0c0c4be07ecaf52dabd44e8370968317e2f1d64
3
+ metadata.gz: ae3152ff083fe9bd6ed14348f5db20d8b822a905
4
+ data.tar.gz: f297a51b47bd60bd723367775d26e119599fc791
5
5
  SHA512:
6
- metadata.gz: 7ee9ea2139e7bea4a326744727978df4c00ce7679dda4b4714efccda1efe072faafbb6eaec61cd449dad858b35834cde96a1b0c38978bd53c9dce96136bc7512
7
- data.tar.gz: 5d3ee26588477b71233e86bbe97855ec7aa5ac4dc57c3ae59805c31426bd06898a7e388b5cccff17a9f9d58f86f6a069f1e57951b83d42f8a54a5a8bd9dcdf18
6
+ metadata.gz: 293b63ee1bb1a3a602990d034b40e8b98400917cfefbe2475fa16b41937141c8f8d1ba50447a6133eaf356b9afa62830662962de274d38dc049201dd3f6285ec
7
+ data.tar.gz: 90fadce2af075d2c06c0482251ffc6776f8bff547543cec3159e42f0122cc9711873595d00cebb09978c6e27eb322208f84e1b6f10be7f009b3a727da4f031ca
@@ -1,5 +1,5 @@
1
1
  module Geocoder
2
2
  module Neo4jSpatial
3
- VERSION = '0.2.1'
3
+ VERSION = '0.2.2'
4
4
  end
5
5
  end
@@ -25,7 +25,7 @@ module Geocoder::Store
25
25
  if Geocoder::Calculations.coordinates_present?(*coordinates)
26
26
  coordinates << radius.to_f
27
27
 
28
- within(coordinates)
28
+ base.within(coordinates)
29
29
  else
30
30
  []
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geocoder-neo4j_spatial
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kajisha