valid_url 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/valid_url.rb +2 -1
- data/lib/valid_url/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0dd84d2aa8824a3c652bce318014380a876705a
|
|
4
|
+
data.tar.gz: 4000f3570d7e596dab3cdd60024aac0b1d151293
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c225dd1f00ca4ce1a19ff2bb53adfedbd5ff4cf08c203bd29d2eda970503aaa4b5af842683723d9a2a891065d9534eb0951c0c2f90d4e15e817a552cb2b6a8d
|
|
7
|
+
data.tar.gz: 60f0ab2c4b78d3f80dd50e7201b41f1a11db4d952b04354e90a8611b29329300a4fe43ef0205347f9f8187f909501fcb52320a282a742a061f307e6f70293cd3
|
data/lib/valid_url.rb
CHANGED
data/lib/valid_url/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: valid_url
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roman Ralovets
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -52,7 +52,9 @@ dependencies:
|
|
|
52
52
|
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description: Provides with the ability to validate url (Rails 4)
|
|
55
|
+
description: Provides with the ability to validate url (Rails 4). Allow using http,
|
|
56
|
+
https and schema-less urls, checks domain zones, IP-based hostnames, name space
|
|
57
|
+
specifications and hostname characters.
|
|
56
58
|
email:
|
|
57
59
|
- roman@ralovets.ru
|
|
58
60
|
executables: []
|