Sha256: 88de973195afa8735433723c930ab680adc86afabee2f74073f8c5a76e2cc822
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |spec| spec.name = 'validates_phone_format_of' spec.version = '3.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' spec.add_development_dependency 'rspec', '~> 3.6' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
validates_phone_format_of-3.0.0 | validates_phone_format_of.gemspec |