heycarsten-postalcoder 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
@@ -68,8 +68,8 @@ module PostalCoder
68
68
  :administrative_area => country['AdministrativeArea']['AdministrativeAreaName']
69
69
  },
70
70
  :point => {
71
- :latitude => placemark['Point']['coordinates'][0],
72
- :longitude => placemark['Point']['coordinates'][1]
71
+ :longitude => placemark['Point']['coordinates'][0],
72
+ :latitude => placemark['Point']['coordinates'][1]
73
73
  },
74
74
  :box => {
75
75
  :north => latlon_box['north'],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heycarsten-postalcoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carsten Nielsen
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-20 00:00:00 -07:00
12
+ date: 2009-05-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15