telephone_number 1.4.14 → 1.4.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0856326baa648bcf8f9c755b9c32d48b7b07dad8'
4
- data.tar.gz: ceb4647dc306e5117c131bb692c7bdca3e61ecc6
3
+ metadata.gz: b2e96a504cd6c4c8a265d5df3e4c920789d4694e
4
+ data.tar.gz: 803c80004157f6d3d0da946d14b0c96fb7262c01
5
5
  SHA512:
6
- metadata.gz: 0013de11b2d6d55cf3ba540bc3da61e8c4212bd3a7f21e54378444812dba1003cf34c5eb4c782a8d19d8d3de5624c952f5b932f77933656132e94bb7173d78aa
7
- data.tar.gz: e4814b1f14afbd4745e4988b6d82266c832e7ef60ddd4c5b643a587511dfcc43b05142cbee79a9f4636b8fe9725a8cbac0e85656e560878f518b7bff6c2661f1
6
+ metadata.gz: 68f8d14d9f67078d25e4c3760114528e962708bb431eb420edf5a9bc39979765c54a17ef70a35cfaba7732655b67cecbcdfd0192295d69a9c506bdabe2ae8cf4
7
+ data.tar.gz: bbe0c7b717f4c16c2a2fedd1e244b6dd2d50d29ba0e908fb639b5b450d607805ea2290ff58d88792c3645967834617d605fe7da3b63f42b0d240223af5be71c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Changelog
2
2
  All notable changes to this project are documented here.
3
3
 
4
+ ## v1.4.15 - 2022-04-07
5
+ * Bring data up to date with [upstream](https://github.com/google/libphonenumber/releases/tag/v8.12.46).
6
+
4
7
  ## v1.4.14 - 2022-02-25
5
8
  * Bring data up to date with [upstream](https://github.com/google/libphonenumber/releases/tag/v8.12.44).
6
9
 
Binary file
@@ -11103,6 +11103,7 @@
11103
11103
  1450991|Granby, QC
11104
11104
  1458|Oregon
11105
11105
  1463|Indiana
11106
+ 1464|Illinois
11106
11107
  1469|Texas
11107
11108
  1469232|Dallas, TX
11108
11109
  1469241|Plano, TX
Binary file
@@ -3687,13 +3687,13 @@
3687
3687
  0(?:
3688
3688
  49|
3689
3689
  5[23]|
3690
- 6[56]|
3690
+ 6[5-7]|
3691
3691
  9[016-9]
3692
3692
  )|
3693
3693
  4(?:
3694
3694
  4[569]|
3695
3695
  5[4-6]|
3696
- 6[56]|
3696
+ 6[5-7]|
3697
3697
  7[0179]
3698
3698
  )|
3699
3699
  5(?:
@@ -3709,7 +3709,7 @@
3709
3709
  <exampleNumber>70123456</exampleNumber>
3710
3710
  <nationalNumberPattern>
3711
3711
  (?:
3712
- 0[1267]|
3712
+ 0[125-7]|
3713
3713
  5[1-8]|
3714
3714
  [67]\d
3715
3715
  )\d{6}
@@ -4009,12 +4009,17 @@
4009
4009
  <territory id="BJ" countryCode="229" internationalPrefix="00">
4010
4010
  <availableFormats>
4011
4011
  <numberFormat pattern="(\d{2})(\d{2})(\d{2})(\d{2})">
4012
- <leadingDigits>[25689]</leadingDigits>
4012
+ <leadingDigits>[24-689]</leadingDigits>
4013
4013
  <format>$1 $2 $3 $4</format>
4014
4014
  </numberFormat>
4015
4015
  </availableFormats>
4016
4016
  <generalDesc>
4017
- <nationalNumberPattern>[25689]\d{7}</nationalNumberPattern>
4017
+ <nationalNumberPattern>
4018
+ (?:
4019
+ [25689]\d|
4020
+ 40
4021
+ )\d{6}
4022
+ </nationalNumberPattern>
4018
4023
  </generalDesc>
4019
4024
  <!-- These come from the national numbering plan, but have been widened to include other
4020
4025
  prefixes found in the yellow pages - specifically 21 0. -->
@@ -4039,6 +4044,7 @@
4039
4044
  <exampleNumber>90011234</exampleNumber>
4040
4045
  <nationalNumberPattern>
4041
4046
  (?:
4047
+ 40|
4042
4048
  5[1-8]|
4043
4049
  6\d|
4044
4050
  9[013-9]
@@ -9074,7 +9080,7 @@
9074
9080
  000|
9075
9081
  (?:
9076
9082
  19|
9077
- [24-7]\d
9083
+ [2-7]\d
9078
9084
  )\d
9079
9085
  )|
9080
9086
  (?:
@@ -15376,12 +15382,12 @@
15376
15382
  52[35]|
15377
15383
  6(?:
15378
15384
  0[1-3579]|
15379
- 1[0237-9]|
15385
+ 1[02357-9]|
15380
15386
  [23]\d|
15381
15387
  40|
15382
15388
  5[06]|
15383
15389
  6[2-589]|
15384
- 7[05]|
15390
+ 7[0257]|
15385
15391
  8[04]|
15386
15392
  9[4-9]
15387
15393
  )|
@@ -24242,7 +24248,10 @@
24242
24248
  <exampleNumber>6201234</exampleNumber>
24243
24249
  <nationalNumberPattern>
24244
24250
  (?:
24245
- 46[0-5]|
24251
+ (?:
24252
+ 46|
24253
+ 83
24254
+ )[0-5]|
24246
24255
  6[2-4689]0
24247
24256
  )\d{4}|
24248
24257
  (?:
@@ -24532,12 +24541,13 @@
24532
24541
  69(?:
24533
24542
  2\d\d|
24534
24543
  3(?:
24535
- [06][0-46]|
24544
+ 0[0-46]|
24536
24545
  1[013]|
24537
24546
  2[0-2]|
24538
24547
  3[0-39]|
24539
24548
  4\d|
24540
24549
  5[0-5]|
24550
+ 6[0-6]|
24541
24551
  7[0-27]|
24542
24552
  8[0-8]|
24543
24553
  9[0-479]
@@ -25119,7 +25129,7 @@
25119
25129
  579[01]\d{5}|
25120
25130
  5(?:
25121
25131
  [013-689]\d|
25122
- 7[0-36-8]
25132
+ 7[0-35-8]
25123
25133
  )\d{6}
25124
25134
  </nationalNumberPattern>
25125
25135
  </mobile>
@@ -25342,7 +25352,8 @@
25342
25352
  9(?:
25343
25353
  00|
25344
25354
  39|
25345
- 44
25355
+ 44|
25356
+ 9
25346
25357
  )
25347
25358
  </leadingDigits>
25348
25359
  <format>$1-$2</format>
@@ -25581,10 +25592,13 @@
25581
25592
  <nationalNumberPattern>
25582
25593
  649\d{6}|
25583
25594
  9(?:
25584
- 00|
25585
- 39|
25586
- 44
25587
- )[1-8]\d{3,6}
25595
+ (?:
25596
+ 00|
25597
+ 39|
25598
+ 44
25599
+ )[1-8]\d{3,6}|
25600
+ 9[1-59]\d{4}
25601
+ )
25588
25602
  </nationalNumberPattern>
25589
25603
  </premiumRate>
25590
25604
  <sharedCost>
@@ -28623,7 +28637,7 @@
28623
28637
  3[0245]|
28624
28638
  4[023578]|
28625
28639
  58|
28626
- 6[39]|
28640
+ 6[349]|
28627
28641
  7[0589]|
28628
28642
  8[04]
28629
28643
  )|
@@ -28765,7 +28779,7 @@
28765
28779
  3[0245]|
28766
28780
  4[023578]|
28767
28781
  58|
28768
- 6[39]|
28782
+ 6[349]|
28769
28783
  7[0589]|
28770
28784
  8[04]
28771
28785
  )|
Binary file
@@ -922,6 +922,7 @@
922
922
  1450|America/Toronto
923
923
  1458|America/Los_Angeles
924
924
  1463|America/New_York
925
+ 1464|America/Chicago
925
926
  1469|America/Chicago
926
927
  1470|America/New_York
927
928
  1473|America/Grenada
@@ -1,3 +1,3 @@
1
1
  module TelephoneNumber
2
- VERSION = "1.4.14"
2
+ VERSION = "1.4.15"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telephone_number
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.14
4
+ version: 1.4.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - MOBI Wireless Management
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-10 00:00:00.000000000 Z
11
+ date: 2022-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
- description:
139
+ description:
140
140
  email:
141
141
  - adam.fernung@mobiwm.com
142
142
  - josh.wetzel@mobiwm.com
@@ -640,7 +640,7 @@ homepage: https://github.com/mobi/telephone_number
640
640
  licenses:
641
641
  - MIT
642
642
  metadata: {}
643
- post_install_message:
643
+ post_install_message:
644
644
  rdoc_options: []
645
645
  require_paths:
646
646
  - lib
@@ -655,9 +655,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
655
655
  - !ruby/object:Gem::Version
656
656
  version: '0'
657
657
  requirements: []
658
- rubyforge_project:
658
+ rubyforge_project:
659
659
  rubygems_version: 2.6.14
660
- signing_key:
660
+ signing_key:
661
661
  specification_version: 4
662
662
  summary: Phone number validation
663
663
  test_files: []