search_geometry_iowa 0.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: faf2219f8a06e9886aacb28a89ad61eeddef1e1c
4
- data.tar.gz: b4f59528e72633cca335eb4d8573b2828108450a
3
+ metadata.gz: 5bf8c2a5af01175d2482c176edf0ad1a65a325ab
4
+ data.tar.gz: b7e14bc8bcc02ec317c6905356b5ab38d8284d1a
5
5
  SHA512:
6
- metadata.gz: 7b5a5b953f20bfd8ed6016971d452c5708225a3b35e9b8829a6bcfece0f2120c0bf5eef2d1ecb8cc06edc17a29ddbc2c2831b234eccf706c9a74855c3db785c2
7
- data.tar.gz: 9cf2f78375c4c988cf15aeab845ab8e7c0e94d6091244716fa1340e3efc68190608d624fdbbe4620fc643528e59baf2e6f05ab8159e3fd8197642f58b175144d
6
+ metadata.gz: 51b81d35afa8840609d3032538af6e6f6513f7ed064d676cfeee7ba1a15ac357619172e2a97aba829d5d95f82caf13f230278cc217d98d766c847bf977383759
7
+ data.tar.gz: 530a31dfe72901799dbc6b0a7d2552ba5764c5d546222b531d4e4d78efd55ff80b250295bcf99fffde6170107cd2db5d6265d7e72bb10d34e6a6d4c2d79f19ad
@@ -25,7 +25,7 @@ http_interactions:
25
25
  Content-Type:
26
26
  - text/javascript
27
27
  Date:
28
- - Fri, 08 Aug 2014 17:21:34 GMT
28
+ - Fri, 08 Aug 2014 18:01:42 GMT
29
29
  Server:
30
30
  - Apache-Coyote/1.1
31
31
  Content-Length:
@@ -36,5 +36,5 @@ http_interactions:
36
36
  encoding: UTF-8
37
37
  string: parseResponse({"type":"FeatureCollection","features":[{"type":"Feature","id":"plss.42104","geometry":{"type":"MultiPolygon","coordinates":[[[[-96.31150561080953,42.73501417583397],[-96.29194211482496,42.735011497289676],[-96.29194211482496,42.735011497289676],[-96.29177634216329,42.72123064593823],[-96.29177634216329,42.72123064593823],[-96.31149179582005,42.721129927640824],[-96.31149179582005,42.721129927640824],[-96.31150561080953,42.73501417583397]]]]},"geometry_name":"wkb_geometry","properties":{"area":2474110,"perimeter":6293.415,"township":"T91N","range":"R46W","section":5,"plss":"75","plss_":468,"plss_id":467,"shape_length":6289.52642942885,"shape_area":2471643.57875305}}],"crs":{"type":"EPSG","properties":{"code":"4326"}}})
38
38
  http_version:
39
- recorded_at: Fri, 08 Aug 2014 17:21:32 GMT
39
+ recorded_at: Fri, 08 Aug 2014 18:01:40 GMT
40
40
  recorded_with: VCR 2.9.2
@@ -1,4 +1,5 @@
1
1
  require "search_geometry_iowa/version"
2
+ require "search_geometry_iowa/searcher"
2
3
 
3
4
  module SearchGeometryIowa
4
5
  def by_tier_and_range(args)
@@ -11,7 +11,7 @@ class Searcher
11
11
  end
12
12
 
13
13
  def sanitize_str(str)
14
- str.to_s.upcase
14
+ URI.escape str.to_s.upcase
15
15
  end
16
16
 
17
17
  def geo_server_url
@@ -1,3 +1,3 @@
1
1
  module SearchGeometryIowa
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: search_geometry_iowa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - JoseLuis Torres