phony 2.15.36 → 2.15.37
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.
- checksums.yaml +4 -4
- data/lib/phony/countries/austria.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 777fe2cceb8ec5a939d96704b6f6a256ba6759b9
|
|
4
|
+
data.tar.gz: 7c4eca644f5eb91c002dd725185dd55291393bb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 48300c599f410b801b7c61f891cd5538d56bf55ff1555504377912bdb4000d9a0c9ae095d9d6efca32a513a475ba8556465b4613c4a1a72bdc484469db8ae86e
|
|
7
|
+
data.tar.gz: 00bb0f1d9b069d691f3d3bf4f97fae9337b006c3d6e87eac99a7cc92fc390f40485dbcd228181ad2e2fc6742f291e24974d29dcd5054b40b0ef33de672d80af4
|
|
@@ -95,7 +95,7 @@ Phony.define do
|
|
|
95
95
|
one_of(corporate_2digit) >> split(3..11) | # Corporate number length is 5..13
|
|
96
96
|
one_of(corporate) >> split(2..10) | # Corporate number length is 5..13
|
|
97
97
|
one_of(ndcs) >> split(6..10) |
|
|
98
|
-
one_of('663') >> split(6..
|
|
98
|
+
one_of('663') >> split(6..8) | # 6..8 digit mobile.
|
|
99
99
|
one_of(mobile) >> split(4,3..9) |
|
|
100
100
|
one_of(mobile_2digit) >> split(7..7) | # Separate as mobile contains 676 - 67 violates the prefix rule.
|
|
101
101
|
fixed(4) >> split(3..9) # Number length is 7..13.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: phony
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.15.
|
|
4
|
+
version: 2.15.37
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Hanke
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 'Fast international phone number (E164 standard) normalizing, splitting
|
|
14
14
|
and formatting. Lots of formatting options: International (+.., 00..), national
|