floere/phony

View on GitHub
phony.gemspec

Summary

Maintainability
Test Coverage
Gem::Specification.new do |s|
  s.name = 'phony'
  s.version = '2.20.15'
  s.authors = ['Florian Hanke']
  s.email = 'florian.hanke+phony@gmail.com'
  s.homepage = 'https://github.com/floere/phony'
  s.license = 'MIT'
  s.platform = Gem::Platform::RUBY
  s.required_ruby_version = '>= 2.7'
  s.summary = 'Fast international phone number (E164 standard) normalizing, splitting and formatting.'
  s.description = 'Fast international phone number (E164 standard) normalizing, splitting and formatting. Lots of formatting options: International (+.., 00..), national (0..), and local.'
  s.files = Dir['lib/**/*.rb']
  s.extra_rdoc_files = ['README.textile']
end