Sha256: 0fe2914df761e15bef1cb00c1363dd3eb9c960a8bc8324d7f15ccc724ac1581e
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
# Adhearsion, open source technology integrator # Copyright (C) 2006,2007 Jay Phillips # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # Please help adjust these if they may be inaccurate! LOCAL_NUMBER = /^[1-9]\d{6}$/ US_NUMBER = /^1?[1-9]\d{2}[1-9]\d{6}$/ ISN = /^\d+\*\d+$/ # See http://freenum.org SIP_URI = /^sip:[\w\._%+-]+@[\w\.-]+\.[a-zA-Z]{2,4}$/ Infinity = 1.0/0.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-0.7.7 | lib/constants.rb |