australia_postcode 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/australia/postcode/data.csv +0 -1
- data/lib/australia/postcode/version.rb +1 -1
- metadata +9 -13
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: d213f6b3632c6909bf2e2816aada834741ac4bac
|
4
|
+
data.tar.gz: 4700b9e7c5d6f323dec5f6e72dab1ee8bd2e9d74
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 81298d719bd6d1d1bb8c9c03d288483f20f5205035f24ed01507a9324392791cf921ae438ae6ba538fd79410756e35d0acddd02b1bc829a80199b40dcf87078c
|
7
|
+
data.tar.gz: cfce607cf92c781debabc92a7ace8a5941c8c2aa25e73d07458a512ce62050a5636c6dc2a66ad780996dc0bf166b9d175d4db3c80d6effdc37422e7405e053b4
|
@@ -5672,7 +5672,6 @@
|
|
5672
5672
|
3160,"BELGRAVE HEIGHTS","VIC","BELGRAVE DELIVERY CENTRE","Delivery Area ","-37.926012","145.352597"
|
5673
5673
|
3160,"BELGRAVE SOUTH","VIC","BELGRAVE DELIVERY CENTRE","Delivery Area ","-37.941795","145.356068"
|
5674
5674
|
3160,"TECOMA","VIC","BELGRAVE DELIVERY CENTRE","Delivery Area ","-37.906626","145.343987"
|
5675
|
-
3161,"CAULFIELD JUNCTION","VIC","BENTLEIGH EAST DC","Delivery Area ","-38.033451","145.309748"
|
5676
5675
|
3161,"CAULFIELD NORTH","VIC","BENTLEIGH EAST DC","Delivery Area ","-37.901678","145.02357"
|
5677
5676
|
3162,"CAULFIELD","VIC","BENTLEIGH EAST DC","Delivery Area ","-37.880479","145.026806"
|
5678
5677
|
3162,"CAULFIELD SOUTH","VIC","BENTLEIGH EAST DC","Delivery Area ","-37.886903","145.021979"
|
metadata
CHANGED
@@ -1,30 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: australia_postcode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
5
|
-
prerelease:
|
4
|
+
version: 0.1.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Charlie Somerville
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: yard
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- -
|
17
|
+
- - '>='
|
20
18
|
- !ruby/object:Gem::Version
|
21
19
|
version: '0'
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: '0'
|
30
27
|
description: Library for manipulating Australian postcodes
|
@@ -39,27 +36,26 @@ files:
|
|
39
36
|
- lib/australia/postcode/data.csv
|
40
37
|
homepage: https://github.com/charliesome/australia_postcode
|
41
38
|
licenses: []
|
39
|
+
metadata: {}
|
42
40
|
post_install_message:
|
43
41
|
rdoc_options: []
|
44
42
|
require_paths:
|
45
43
|
- lib
|
46
44
|
required_ruby_version: !ruby/object:Gem::Requirement
|
47
|
-
none: false
|
48
45
|
requirements:
|
49
|
-
- -
|
46
|
+
- - '>='
|
50
47
|
- !ruby/object:Gem::Version
|
51
48
|
version: '0'
|
52
49
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
53
|
-
none: false
|
54
50
|
requirements:
|
55
|
-
- -
|
51
|
+
- - '>='
|
56
52
|
- !ruby/object:Gem::Version
|
57
53
|
version: '0'
|
58
54
|
requirements: []
|
59
55
|
rubyforge_project:
|
60
|
-
rubygems_version:
|
56
|
+
rubygems_version: 2.0.3
|
61
57
|
signing_key:
|
62
|
-
specification_version:
|
58
|
+
specification_version: 4
|
63
59
|
summary: Manipulates Australian postcodes
|
64
60
|
test_files: []
|
65
61
|
has_rdoc:
|