Sha256: c7b163ba030c0dcc85248b7693aaf41a5bab2a47421a0ab33df8823a02fd5200
Contents?: true
Size: 904 Bytes
Versions: 1
Compression:
Stored size: 904 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |spec| spec.name = 'validates_phone_format_of' spec.version = '2.0.0' spec.authors = ['Jonathan VUKOVICH-TRIBOUHARET'] spec.email = ['jonathan.tribouharet@gmail.com'] spec.summary = 'Validate phone numbers against E.164 format with this Ruby on Rails gem' spec.description = 'Validate phone numbers against E.164 format with this Ruby on Rails gem' spec.homepage = 'https://github.com/jonathantribouharet/validates_phone_format_of' spec.license = 'MIT' spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0") end spec.require_paths = ['lib'] spec.platform = Gem::Platform::RUBY spec.required_ruby_version = '>= 1.9.3' spec.add_development_dependency 'bundler' spec.add_development_dependency 'rake' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
validates_phone_format_of-2.0.0 | validates_phone_format_of.gemspec |