philippines 0.0.1.pre.1 → 0.0.1.pre.2
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.
- data/README.md +4 -4
- data/lib/philippines/data/provinces_municipalities.yml +2 -2
- data/lib/philippines/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -38,10 +38,10 @@ It also provides the following hashes:
|
|
|
38
38
|
|
|
39
39
|
## TODO
|
|
40
40
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
41
|
+
* Find out the 5 incorrect Municipalities
|
|
42
|
+
* Add baranggays
|
|
43
|
+
* Create a zip-code suggestion feature based on data from `nadarei/philippines`
|
|
44
|
+
* Add additional information about regions and provinces
|
|
45
45
|
|
|
46
46
|
## Contributing
|
|
47
47
|
|
|
@@ -1653,7 +1653,7 @@ Samar:
|
|
|
1653
1653
|
- Zumarraga
|
|
1654
1654
|
|
|
1655
1655
|
Sarangani:
|
|
1656
|
-
cities:
|
|
1656
|
+
cities: []
|
|
1657
1657
|
municipalities:
|
|
1658
1658
|
- Alabel
|
|
1659
1659
|
- Glan
|
|
@@ -1664,7 +1664,7 @@ Sarangani:
|
|
|
1664
1664
|
- Malungon
|
|
1665
1665
|
|
|
1666
1666
|
Siquijor:
|
|
1667
|
-
cities:
|
|
1667
|
+
cities: []
|
|
1668
1668
|
municipalities:
|
|
1669
1669
|
- Enrique Villanueva
|
|
1670
1670
|
- Larena
|
data/lib/philippines/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: philippines
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.1.pre.
|
|
4
|
+
version: 0.0.1.pre.2
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-03-
|
|
12
|
+
date: 2013-03-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|