Skip to content

Commit

Permalink
Merge pull request #2 from revathskumar/ae_msisdn_format
Browse files Browse the repository at this point in the history
AE msisdn format
  • Loading branch information
Vishnu Gopal committed Jul 14, 2012
2 parents e19f6d9 + 4af9757 commit 46970b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions lib/mobme_support/core_ext/string/msisdn_formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LK:
regexp: !ruby/regexp '/^(\+|00)?(94)?0?((7)[0-9]{8})$/'
country_code: "94"
local_digits: 10
international_prefix: "00"
international_prefix: "00"
BH:
regexp: !ruby/regexp '/^(\+|00)?(973)?((3|6)[0-9]{7})$/'
country_code: "973"
Expand All @@ -38,4 +38,9 @@ CA:
regexp: !ruby/regexp '/^(\+|011)?(1)?(([2-9][0-9]{2}){2}[0-9]{4})$/'
country_code: "1"
local_digits: 10
international_prefix: "011"
international_prefix: "011"
AE:
regexp: !ruby/regexp '/^(\+|00)?(971)?(5(0|5|6)[0-9]{7})$/'
country_code: "971"
local_digits: 7
international_prefix: "00"
2 changes: 1 addition & 1 deletion lib/mobme_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Infrastructure
# code.
module Utilities
# Version string.
VERSION = '2.2.2'
VERSION = '2.2.3'

# Extensions to core Ruby classes.
module CoreExtensions
Expand Down

0 comments on commit 46970b3

Please sign in to comment.