phony 2.15.2 → 2.15.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/phony/countries/austria.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66082af04790d81ebf24e2913697c47f3ad26300
|
4
|
+
data.tar.gz: 5ae4cf6f50a8f8640af98ea6f98df259bdfdadfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e30b9551e2dae5f74fa819d9702fa161b1938daf3eb43d76fc0c6e07544cee646357173c8d84c1036893d93455e6bf1f38e2845105bb5758753e174d82d299a5
|
7
|
+
data.tar.gz: ef59080fd68c2bfb4a5d76319b7aefd0593e47894f9708db2a3767e091c4fd163a9bbcda1334c30093ef9e0c12b21684bd0917e97097da48c5c9c056fbbceff4
|
@@ -87,7 +87,7 @@ Phony.define do
|
|
87
87
|
one_of('1') >> split(3..12) | # Vienna
|
88
88
|
one_of(service) >> split(9..9) |
|
89
89
|
one_of(corporate) >> split(5..5) |
|
90
|
-
one_of(ndcs) >> split(6..
|
90
|
+
one_of(ndcs) >> split(6..10) |
|
91
91
|
one_of('663') >> split(6..6) | # 6 digit mobile.
|
92
92
|
one_of(mobile) >> split(4,3..9) |
|
93
93
|
one_of(mobile_2digit) >> split(7..7) | # Separate as mobile contains 676 - 67 violates the prefix rule.
|