-
-
Notifications
You must be signed in to change notification settings - Fork 240
Expand file tree
/
Copy pathphony.gemspec
More file actions
15 lines (15 loc) · 699 Bytes
/
phony.gemspec
File metadata and controls
15 lines (15 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
s.name = 'phony'
s.version = '3.0.0'
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 = '>= 3.2'
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.md']
s.metadata['rubygems_mfa_required'] = 'true'
end