Skip to content

Commit

Permalink
Remove has_rdoc from Gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Jun 9, 2021
1 parent b54b0cb commit 4659ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phony.gemspec
Expand Up @@ -10,6 +10,5 @@ Gem::Specification.new do |s|
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.test_files = Dir["spec/**/*spec.rb"]
s.has_rdoc = false
s.extra_rdoc_files = ["README.textile"]
end

0 comments on commit 4659ef5

Please sign in to comment.