movlog 0.3.13 → 0.3.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 598e292591669d9a45651b22cb4061d0b2208057
4
- data.tar.gz: f0fd456c4a4fe43d5af91a00cb205b44e6633f59
3
+ metadata.gz: f257a58a373ac5ec2bb72fc4997915f7f3c74601
4
+ data.tar.gz: 463b381fa2be4e76109f6f42e0690c99528b57fa
5
5
  SHA512:
6
- metadata.gz: 76a4cddaf1b1bd3d70f5fd228926f78b204a5165eab3004a56975c8f62892e4b4a68ed00aadcd56baac47ad5cf6632462bbf01079fc52745c3b1d21ccef07d31
7
- data.tar.gz: 9be5dc90014c1a5ed6ae770cfc104de9c573c4fdfc61bca746f960b9f7b99ed20a27594ca0991e72cac1f19196312c92740be866ae1533e7c82638d2b2c930f0
6
+ metadata.gz: b37690af5d85518e258c57add67a86ac9b9701206d31e32a4173a049d427299011030f20a926d226de525cd7b3f5cea49a750488312f854749c2e7a74f144129
7
+ data.tar.gz: a624adbb8bea05a4b9d3ccbf7ae5954dbed4ed7c76ad38c3fb3afb72d6222143f1a8dcfce93d426aba7060ade0f1992c95abc849ebb4df31b5d1a94feda8b4c0
@@ -35,7 +35,7 @@ module Geonames
35
35
  def load_airport(airports)
36
36
  airports.map do |ap|
37
37
  {
38
- name: ap['name'], countryCode: ap['countryCode'],
38
+ name: ap['name'], country_code: ap['countryCode'],
39
39
  lat: ap['lat'].to_f, lng: ap['lng'].to_f
40
40
  }
41
41
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Movlog
4
- VERSION = '0.3.13'
4
+ VERSION = '0.3.14'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: movlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.13
4
+ version: 0.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wen
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-12-29 00:00:00.000000000 Z
13
+ date: 2016-12-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: http