drexed-validators 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ec780f0c58485c87e8e3ec35dc969e41cb648d4
|
4
|
+
data.tar.gz: d212192afe1f5d54cffc9c1d68fdf38e284ee74a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f01b6c59c12daf96798f9256316cb5f4bec6188dc311c70bd1ac172a3c3a5124b040d24446f3b2eb27e17c36dff74c8896fc13e18f396eb8057ee42a5ef04b9d
|
7
|
+
data.tar.gz: 74cb8e722e6e4eb499de46831ba82d0cad11e0a6c122f694e44089773e5484c21a26a6d8bdd1045d2ae064e63fdd1244fbbb911910f98b5a8107ec5125781830
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: drexed-validators
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
@@ -52,9 +52,9 @@ files:
|
|
52
52
|
- Rakefile
|
53
53
|
- drexed-validators.gemspec
|
54
54
|
- lib/drexed/validators.rb
|
55
|
+
- lib/drexed/validators/email_validator.rb
|
56
|
+
- lib/drexed/validators/url_validator.rb
|
55
57
|
- lib/drexed/validators/version.rb
|
56
|
-
- lib/email_validator.rb
|
57
|
-
- lib/url_validator.rb
|
58
58
|
homepage: https://github.com/drexed/drexed-validators
|
59
59
|
licenses:
|
60
60
|
- MIT
|