geocoder-olleh 0.1.8 → 0.1.9

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: 9084529acd8bb237287a9ab61df9f9e0d39ab610
4
- data.tar.gz: d4c9baa92b0a3d5ac25ed3fd228a42733df70611
3
+ metadata.gz: e3106f1f1023396f24cf1c43863d6f46fdba421f
4
+ data.tar.gz: 0b038e9aeafe6c6b74688dce24076a624ddaf751
5
5
  SHA512:
6
- metadata.gz: 66753e0997ef21a6e50ac2c8f9a34923d3448300e2025c8d0dfc5e3e98e593c3cc6c7e411b609e060cc5e185fec8613546fa4e3c1c152ef5aec6cb86704c1dc7
7
- data.tar.gz: ba56a133ba7a59b8f02aad778060611b6a2f1e20256401c6378d630fda6fe7c5ca5644f36056d9c894e2b6013b54894bbafbef08841c86d8d272e25d760af2e3
6
+ metadata.gz: 7b403277915f10c6603088afd8ee4c7c881b3dccce670217c2bb37555786d0d857949540de44e29e06bf42a43eed4a2dd0ce0fe354385b87642d270e8ae714d7
7
+ data.tar.gz: 88b31eab6433c41eaed3d03c4d31468e9c2607b84496fe024d793d188a2d5c7c4ccca9c3ea4ccfb2eea714cd1edfecdc0304fefa59a4371a7812154c0b0c4d14
@@ -178,9 +178,10 @@ module Geocoder::Lookup
178
178
  timestamp: now
179
179
  }
180
180
  (1..3).each do |x|
181
- s = [query.options["vx#{x}"], query.options["vy#{x}"]]
181
+ s = [query.options[:"vx#{x}"], query.options[:"vy#{x}"]]
182
182
  hash.merge!({ "VX#{x}": s[0], "VY#{x}": s[1]}) unless s[0].nil? && s[1].nil?
183
183
  end
184
+
184
185
  JSON.generate(hash)
185
186
  when "convert_coord"
186
187
  JSON.generate({
@@ -1,5 +1,5 @@
1
1
  module Geocoder
2
2
  module Olleh
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geocoder-olleh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jaigouk Kim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-01 00:00:00.000000000 Z
11
+ date: 2015-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler