superp-phone 1.2 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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"
@@ -1,6 +1,6 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/../test_helper')
2
2
 
3
- ## Ukraine
3
+ ## Russia
4
4
  class RUTest < Phoner::TestCase
5
5
 
6
6
  def test_local
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: '1.2'
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-11 00:00:00.000000000 Z
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: