jsontomap 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jsontomap.rb +2 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf0d5a5bc19eb6dca93555204243770e61481061
4
- data.tar.gz: dac6f54736c2301731d93e983b3dc60955aafa40
3
+ metadata.gz: 899a15d811f994a4fbd7dd02ab6d5a7222d7a8b1
4
+ data.tar.gz: 1c9542a4b1c9c85f8690b5d11ccb4267257fc4eb
5
5
  SHA512:
6
- metadata.gz: 2ae14e2a0d4bdfb6b6d2abb09f6e3cca9c6429dabb106ebf295d9c82f0616c3324816b92fa2b29823c88f71248baf020df8231b22c25601aea0229d92088e495
7
- data.tar.gz: bc75c74ffaaf48498acfd90e5396b47552e4092730b67d251dd63a99104755f77d975e7e8a669f13118eed884a935202770918fd36872a0a9a8859b2e636e3cb
6
+ metadata.gz: f806519b3418cfa4edb85353d8add4a81f10b45fff64c1c409cd566ac2871701ca96cd480fb71e1b2ca6acf735b35308b118bcd5c9d9362168b0cb959d00d82b
7
+ data.tar.gz: be43502f5164bfda4b3579052912108431190a32e19e0f158818fe9846a767dc939357b111e881a3ddafe3b180ed9aa88fdd355fd29747daa18cd849804c6e77
@@ -104,6 +104,7 @@ class JSONToMap
104
104
  # Get coordinates for start location
105
105
  def geocodestart(location)
106
106
  out = Geocoder.coordinates(location)
107
- return out
107
+ arr = [out[0], out[1]]
108
+ return arr
108
109
  end
109
110
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsontomap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - M. C. McGrath