veezo-location-api 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
  SHA256:
3
- metadata.gz: 929c8b6f8a61f83081b829269d43e551a08d7592558cb9c4e1e1237f83af600c
4
- data.tar.gz: eed6dd3232f3e192a10e03102e915fd240389d4ff168a09a2d2c7c0d610f94a4
3
+ metadata.gz: c687c12a3565d22c7bed4aa4b717264173dd569370a161fce89a9ca1f621b5ee
4
+ data.tar.gz: 71993057abad2709dd741e9ade80632a101914238feee2f88d36a5af5907e926
5
5
  SHA512:
6
- metadata.gz: f5de50282141e96f31425694a7038f720ed32c072e0099da072425a7c70837adbadb4047a18445acb495810678fd78bb62d63a7663c1378fba6a948b5384ea35
7
- data.tar.gz: 9937b7c11f5e64381403b0919396b3bd28b4d376879f5597349a0654c2045c07eea8f093e0bf4ac563ae4cde2fdd0aa88e373f519939434f8078c434dceddab3
6
+ metadata.gz: 7b1d3d1292b956aeaa9eb976dd4c3f28671ddfcdafad210dd4b4f1025cf01b5aac6622f624759b04c0809c27bcecbfceb33c31dcc390bd89c94c8c72481c50ca
7
+ data.tar.gz: d91a1b51a32a7c7a4c972ae6dffb664e7c5fecd1da0751918ae21bf61a3a366c1bd974940d874ba4fd174b04476b34dc19f8b2f0e69bdc020766ec488de0c4c3
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veezo-location-api (0.1.5)
4
+ veezo-location-api (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -51,7 +51,7 @@ module VeezoLocationApi
51
51
 
52
52
  if success
53
53
  temp_data = JSON.parse(response.body)
54
- data = temp_data.data if temp_data.data.any?
54
+ data = temp_data['data'] if temp_data['data'].any?
55
55
  end
56
56
 
57
57
  Response.new(
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VeezoLocationApi
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.6'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veezo-location-api
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
  - Eduardo Barbiero