Sha256: 4a49b6e55d43e87b3f457e6aff2062d79c5babb4c1cd1b9282d529d003f4e817
Contents?: true
Size: 650 Bytes
Versions: 1
Compression:
Stored size: 650 Bytes
Contents
$:.unshift File.expand_path('../lib', __FILE__) Gem::Specification.new do |s| s.name = 'validates_phone_format_of' s.summary = "Validate phone numbers against E.164 format with this Ruby on Rails gem" s.description = s.summary s.homepage = 'https://github.com/jonathantribouharet/validates_phone_format_of' s.version = '1.0.3' s.files = `git ls-files`.split("\n") s.require_paths = ['lib'] s.authors = ['Jonathan TRIBOUHARET'] s.email = 'jonathan.tribouharet@gmail.com' s.license = 'MIT' s.platform = Gem::Platform::RUBY s.add_development_dependency 'bundler', '~> 1.10' s.add_development_dependency 'rspec', '~> 3.6' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
validates_phone_format_of-1.0.3 | validates_phone_format_of.gemspec |