superp-phone 1.2 → 1.2.1
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/data/phone_countries.yml +8 -0
- data/test/countries/ru_test.rb +1 -1
- metadata +2 -2
data/data/phone_countries.yml
CHANGED
|
@@ -446,6 +446,10 @@
|
|
|
446
446
|
:char_3_code: "LT"
|
|
447
447
|
:name: Lithuania
|
|
448
448
|
:international_dialing_prefix: "00"
|
|
449
|
+
:area_code: "\\d{2}"
|
|
450
|
+
:local_number_format: "\\d{6}"
|
|
451
|
+
:mobile_format: "\\d{2}\\d{6}"
|
|
452
|
+
:number_format: "\\d{8}"
|
|
449
453
|
"993":
|
|
450
454
|
:country_code: "993"
|
|
451
455
|
:national_dialing_prefix: "8"
|
|
@@ -485,6 +489,10 @@
|
|
|
485
489
|
:char_3_code: "LV"
|
|
486
490
|
:name: Latvia
|
|
487
491
|
:international_dialing_prefix: "00"
|
|
492
|
+
:area_code: "\\d{2}"
|
|
493
|
+
:local_number_format: "\\d{6}"
|
|
494
|
+
:mobile_format: "\\d{2}\\d{6}"
|
|
495
|
+
:number_format: "\\d{8}"
|
|
488
496
|
"682":
|
|
489
497
|
:country_code: "682"
|
|
490
498
|
:national_dialing_prefix: "0"
|
data/test/countries/ru_test.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: superp-phone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2012-12-
|
|
15
|
+
date: 2012-12-13 00:00:00.000000000 Z
|
|
16
16
|
dependencies: []
|
|
17
17
|
description: Release for https://github.com/wmoxam/phone fork
|
|
18
18
|
email:
|