Skip to content

Commit 24d5c89

Browse files
author
Roman Ralovets
committed
detailed description
1 parent a7a5f44 commit 24d5c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valid_url.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = ["[email protected]"]
1212
s.homepage = "https://github.com/ralovets/valid_url"
1313
s.summary = "The most accurate and reliable rails url validator"
14-
s.description = "Provides with the ability to validate url (Rails 4)"
14+
s.description = "Provides with the ability to validate url (Rails 4). Allow using http, https and schema-less urls, checks domain zones, IP-based hostnames, name space specifications and hostname characters."
1515
s.license = "MIT"
1616

1717
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]

0 commit comments

Comments
 (0)